Skip to content

Commit

Permalink
chore: Publish 1.3.98-nightly-20231111.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 11, 2023
1 parent 07cc635 commit ca73387
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 95 deletions.
164 changes: 82 additions & 82 deletions bindings/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.86.52", features = [
swc_core = { version = "0.86.53", features = [
"allocator_node",
"ecma_ast",
"ecma_codegen",
Expand All @@ -64,4 +64,4 @@ swc_core = { version = "0.86.52", features = [
"base_node",
"base_concurrent",
] }
swc_malloc = "0.5.9"
swc_malloc = "0.5.10"
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.98-nightly-20231111.1"
version = "1.3.98-nightly-20231111.2"

[lib]
bench = false
Expand Down Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.86.52", features = [
swc_core = { version = "0.86.53", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
6 changes: 3 additions & 3 deletions bindings/binding_minifier_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_compiler_base = { version = "0.3.46", features = ["node"] }
swc_compiler_base = { version = "0.3.47", features = ["node"] }
swc_config = "0.1.7"
swc_core = { version = "0.86.52", features = [
swc_core = { version = "0.86.53", features = [
"allocator_node",
"common_concurrent",
"common_sourcemap",
Expand All @@ -50,5 +50,5 @@ swc_core = { version = "0.86.52", features = [
"ecma_visit",
] }
swc_error_reporters = "0.17.8"
swc_malloc = "0.5.9"
swc_malloc = "0.5.10"
swc_nodejs_common = "0.0.8"
4 changes: 2 additions & 2 deletions bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.98-nightly-20231111.1"
version = "1.3.98-nightly-20231111.2"

[lib]
bench = false
Expand Down Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.86.52", features = [
swc_core = { version = "0.86.53", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
4 changes: 2 additions & 2 deletions bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.88"
version = "0.91.89"

[[bin]]
bench = false
Expand All @@ -23,5 +23,5 @@ plugin = [

[dependencies]
anyhow = "1.0.66"
swc_cli_impl = "0.4.51"
swc_cli_impl = "0.4.52"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.98-nightly-20231111.1",
"version": "1.3.98-nightly-20231111.2",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.3.98-nightly-20231111.1",
"version": "1.3.98-nightly-20231111.2",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit ca73387

Please sign in to comment.