Skip to content

Commit e23adc8

Browse files
committed
chore: Publish 1.3.98-nightly-20231121.1
1 parent 7cec0ac commit e23adc8

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

bindings/binding_core_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
5151
tracing-futures = "0.2.5"
5252
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
5353

54-
swc_core = { version = "0.86.68", features = [
54+
swc_core = { version = "0.86.73", features = [
5555
"allocator_node",
5656
"ecma_ast",
5757
"ecma_codegen",

bindings/binding_core_wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_core_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.3.98-nightly-20231120.1"
9+
version = "1.3.98-nightly-20231121.1"
1010

1111
[lib]
1212
bench = false
@@ -35,7 +35,7 @@ anyhow = "1.0.66"
3535
getrandom = { version = "0.2.10", features = ["js"] }
3636
serde = { version = "1", features = ["derive"] }
3737
serde-wasm-bindgen = "0.4.5"
38-
swc_core = { version = "0.86.68", features = [
38+
swc_core = { version = "0.86.73", features = [
3939
"ecma_ast_serde",
4040
"ecma_codegen",
4141
"binding_macro_wasm",

bindings/binding_minifier_node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ tracing-chrome = "0.5.0"
3535
tracing-futures = "0.2.5"
3636
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
3737

38-
swc_compiler_base = { version = "0.3.63", features = ["node"] }
38+
swc_compiler_base = { version = "0.3.68", features = ["node"] }
3939
swc_config = "0.1.7"
40-
swc_core = { version = "0.86.68", features = [
40+
swc_core = { version = "0.86.73", features = [
4141
"allocator_node",
4242
"common_concurrent",
4343
"common_sourcemap",

bindings/binding_minifier_wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_minifier_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.3.98-nightly-20231120.1"
9+
version = "1.3.98-nightly-20231121.1"
1010

1111
[lib]
1212
bench = false
@@ -35,7 +35,7 @@ anyhow = "1.0.66"
3535
getrandom = { version = "0.2.10", features = ["js"] }
3636
serde = { version = "1", features = ["derive"] }
3737
serde-wasm-bindgen = "0.4.5"
38-
swc_core = { version = "0.86.68", features = [
38+
swc_core = { version = "0.86.73", features = [
3939
"ecma_ast_serde",
4040
"ecma_codegen",
4141
"binding_macro_wasm",

bindings/swc_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = "Apache-2.0"
77
name = "swc_cli"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.91.87"
9+
version = "0.91.88"
1010

1111
[[bin]]
1212
bench = false
@@ -23,5 +23,5 @@ plugin = [
2323

2424
[dependencies]
2525
anyhow = "1.0.66"
26-
swc_cli_impl = "0.4.68"
26+
swc_cli_impl = "0.4.71"
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core",
3-
"version": "1.3.98-nightly-20231120.1",
3+
"version": "1.3.98-nightly-20231121.1",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",

packages/minifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/minifier",
3-
"version": "1.3.98-nightly-20231120.1",
3+
"version": "1.3.98-nightly-20231121.1",
44
"description": "Super-fast alternative for terser",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",

0 commit comments

Comments
 (0)