Skip to content

Commit d0a885d

Browse files
committed
chore: Publish 1.3.101-nightly-20231201.1
1 parent d19de29 commit d0a885d

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

bindings/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.83", features = [
54+
swc_core = { version = "0.86.84", 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.100"
9+
version = "1.3.101-nightly-20231201.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.83", features = [
38+
swc_core = { version = "0.86.84", features = [
3939
"ecma_ast_serde",
4040
"ecma_codegen",
4141
"binding_macro_wasm",

bindings/binding_minifier_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
3737

3838
swc_compiler_base = { version = "0.3.79", features = ["node"] }
3939
swc_config = "0.1.7"
40-
swc_core = { version = "0.86.83", features = [
40+
swc_core = { version = "0.86.84", 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.100"
9+
version = "1.3.101-nightly-20231201.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.83", features = [
38+
swc_core = { version = "0.86.84", 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.89"
9+
version = "0.91.90"
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.81"
26+
swc_cli_impl = "0.4.82"
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.100",
3+
"version": "1.3.101-nightly-20231201.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.100",
3+
"version": "1.3.101-nightly-20231201.1",
44
"description": "Super-fast alternative for terser",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",

0 commit comments

Comments
 (0)