From 8bf1360f19b62fa18075c4f34abefc9eb43f4acb Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 16 Apr 2024 11:09:03 +0000 Subject: [PATCH] chore: Publish 1.4.15-nightly-20240416.2 --- bindings/Cargo.lock | 14 +++++++------- bindings/binding_core_node/Cargo.toml | 2 +- bindings/binding_core_wasm/Cargo.toml | 4 ++-- bindings/binding_minifier_node/Cargo.toml | 2 +- bindings/binding_minifier_wasm/Cargo.toml | 4 ++-- bindings/swc_cli/Cargo.toml | 4 ++-- package.json | 2 +- packages/minifier/package.json | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 51baea534c05..f46bfade4f4b 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.4.15-nightly-20240416.1" +version = "1.4.15-nightly-20240416.2" dependencies = [ "anyhow", "getrandom", @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "binding_minifier_wasm" -version = "1.4.15-nightly-20240416.1" +version = "1.4.15-nightly-20240416.2" dependencies = [ "anyhow", "getrandom", @@ -3074,7 +3074,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.217" +version = "0.91.218" dependencies = [ "anyhow", "swc_cli_impl", @@ -3082,9 +3082,9 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.8.24" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c43755da9950dda43d534ddfdc710c9f7f4a01228dc9599bb0fe6dffdd6865" +checksum = "387b9f58b7da6fc3ec4b3a012d9cc9b6b1216d992df1f4b02dd200694418801d" dependencies = [ "anyhow", "atty", @@ -3189,9 +3189,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.90.32" +version = "0.90.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd37cd7a50ba4e5303e41be8e640f3983f88629ffcac166ed4b996825a383717" +checksum = "b671d6b61601035da37d2734797321644821152f87db4502405eed6574de728b" dependencies = [ "binding_macros", "swc", diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 2a5a47196478..7e1d629fa1da 100644 --- a/bindings/binding_core_node/Cargo.toml +++ b/bindings/binding_core_node/Cargo.toml @@ -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.90.32", features = [ +swc_core = { version = "0.90.33", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 775e7d03832e..c1594bb830b5 100644 --- a/bindings/binding_core_wasm/Cargo.toml +++ b/bindings/binding_core_wasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "binding_core_wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.4.15-nightly-20240416.1" +version = "1.4.15-nightly-20240416.2" [lib] bench = false @@ -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.90.32", features = [ +swc_core = { version = "0.90.33", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/binding_minifier_node/Cargo.toml b/bindings/binding_minifier_node/Cargo.toml index f73ef0fc2c6d..c0750fdfe3d0 100644 --- a/bindings/binding_minifier_node/Cargo.toml +++ b/bindings/binding_minifier_node/Cargo.toml @@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } swc_compiler_base = { version = "0.7.20", features = ["node"] } swc_config = "0.1.12" -swc_core = { version = "0.90.32", features = [ +swc_core = { version = "0.90.33", features = [ "allocator_node", "common_concurrent", "common_sourcemap", diff --git a/bindings/binding_minifier_wasm/Cargo.toml b/bindings/binding_minifier_wasm/Cargo.toml index 206641f77bd0..85b588773795 100644 --- a/bindings/binding_minifier_wasm/Cargo.toml +++ b/bindings/binding_minifier_wasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "binding_minifier_wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.4.15-nightly-20240416.1" +version = "1.4.15-nightly-20240416.2" [lib] bench = false @@ -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.90.32", features = [ +swc_core = { version = "0.90.33", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index b5f651078569..59e4bb167f5b 100644 --- a/bindings/swc_cli/Cargo.toml +++ b/bindings/swc_cli/Cargo.toml @@ -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.217" +version = "0.91.218" [[bin]] bench = false @@ -19,4 +19,4 @@ plugin = ["swc_cli_impl/plugin"] [dependencies] anyhow = "1.0.66" -swc_cli_impl = "0.8.24" +swc_cli_impl = "0.8.25" diff --git a/package.json b/package.json index f86715f2458b..093b6b2b803f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.4.15-nightly-20240416.1", + "version": "1.4.15-nightly-20240416.2", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js", diff --git a/packages/minifier/package.json b/packages/minifier/package.json index 697b191e1d2f..eb340abd29a5 100644 --- a/packages/minifier/package.json +++ b/packages/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@swc/minifier", - "version": "1.4.15-nightly-20240416.1", + "version": "1.4.15-nightly-20240416.2", "description": "Super-fast alternative for terser", "homepage": "https://swc.rs", "main": "./index.js",