chore: Publish 1.3.95-nightly-20231023.1

This commit is contained in:
SWC Bot 2023-10-23 00:06:49 +00:00
parent c9a4b563cd
commit 7932111fb9
6 changed files with 8 additions and 8 deletions

6
bindings/Cargo.lock generated
View File

@ -229,7 +229,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.3.95-nightly-20231022.1"
version = "1.3.95-nightly-20231023.1"
dependencies = [
"anyhow",
"getrandom",
@ -289,7 +289,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.3.95-nightly-20231022.1"
version = "1.3.95-nightly-20231023.1"
dependencies = [
"anyhow",
"getrandom",
@ -2953,7 +2953,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.83"
version = "0.91.84"
dependencies = [
"anyhow",
"swc_cli_impl",

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.95-nightly-20231022.1"
version = "1.3.95-nightly-20231023.1"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.95-nightly-20231022.1"
version = "1.3.95-nightly-20231023.1"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.83"
version = "0.91.84"
[[bin]]
bench = false

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.95-nightly-20231022.1",
"version": "1.3.95-nightly-20231023.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.3.95-nightly-20231022.1",
"version": "1.3.95-nightly-20231023.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",