From 22c00c77764c59549d2dc5dfc07f1c1d1e2d47e8 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 10 Jun 2024 02:36:01 +0000 Subject: [PATCH] chore: Publish 1.5.26-nightly-20240610.1 --- bindings/Cargo.lock | 10 +++++----- 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 | 2 +- package.json | 2 +- packages/minifier/package.json | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 3de718cba491..603695abcded 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.5.26-nightly-20240607.1" +version = "1.5.26-nightly-20240610.1" dependencies = [ "anyhow", "getrandom", @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "binding_minifier_wasm" -version = "1.5.26-nightly-20240607.1" +version = "1.5.26-nightly-20240610.1" dependencies = [ "anyhow", "getrandom", @@ -3075,7 +3075,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.272" +version = "0.91.273" dependencies = [ "anyhow", "swc_cli_impl", @@ -3192,9 +3192,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.93.0" +version = "0.93.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "752e3678a204278b79e726a9f2439da3056ef637c26a4245f5be51f481688f3d" +checksum = "d1a5ce192efac37d7b28eabd4713d656c90b9ccf452881413d81883f4b15e411" dependencies = [ "binding_macros", "swc", diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 24466cd3938c..07643ee4da2a 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.93.0", features = [ +swc_core = { version = "0.93.1", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 953e27132838..18bc447a41c6 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.5.26-nightly-20240607.1" +version = "1.5.26-nightly-20240610.1" [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.93.0", features = [ +swc_core = { version = "0.93.1", 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 9a7c4f4a6c60..bd3cfb3b5e02 100644 --- a/bindings/binding_minifier_node/Cargo.toml +++ b/bindings/binding_minifier_node/Cargo.toml @@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } swc_compiler_base = { version = "0.10.0", features = ["node"] } swc_config = "0.1.14" -swc_core = { version = "0.93.0", features = [ +swc_core = { version = "0.93.1", features = [ "allocator_node", "common_concurrent", "common_sourcemap", diff --git a/bindings/binding_minifier_wasm/Cargo.toml b/bindings/binding_minifier_wasm/Cargo.toml index 33830a2f0567..7db76ed4b418 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.5.26-nightly-20240607.1" +version = "1.5.26-nightly-20240610.1" [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.93.0", features = [ +swc_core = { version = "0.93.1", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index eb45c50ede59..ac64eb70948a 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.272" +version = "0.91.273" [[bin]] bench = false diff --git a/package.json b/package.json index 11f038352593..3f352dbdb980 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,5 @@ "prettier --write" ] }, - "version": "1.5.26-nightly-20240607.1" + "version": "1.5.26-nightly-20240610.1" } diff --git a/packages/minifier/package.json b/packages/minifier/package.json index b610bbca4f16..f534493a801c 100644 --- a/packages/minifier/package.json +++ b/packages/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@swc/minifier", - "version": "1.5.26-nightly-20240607.1", + "version": "1.5.26-nightly-20240610.1", "description": "Super-fast alternative for terser", "homepage": "https://swc.rs", "main": "./index.js",