From edca394374b6f1b6f1fa73d75906aed755c13108 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 16 May 2024 02:48:21 +0000 Subject: [PATCH] chore: Publish 1.5.8-nightly-20240516.2 --- 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 85a684129d4e..749a5408891b 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.5.8-nightly-20240516.1" +version = "1.5.8-nightly-20240516.2" dependencies = [ "anyhow", "getrandom", @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "binding_minifier_wasm" -version = "1.5.8-nightly-20240516.1" +version = "1.5.8-nightly-20240516.2" dependencies = [ "anyhow", "getrandom", @@ -3074,7 +3074,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.244" +version = "0.91.245" dependencies = [ "anyhow", "swc_cli_impl", @@ -3189,9 +3189,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.92.4" +version = "0.92.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d047aa3506175f1dbaca493341d533eacbeb60d1393d49c0ffd9d3ff63aaa4c3" +checksum = "e317f6f8b15019358d1e48631c0e6d098d9a3d00d666ea99650201661abea855" dependencies = [ "binding_macros", "swc", diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 0fc748807caf..c67f7e2b9335 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.92.4", features = [ +swc_core = { version = "0.92.5", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 8a292cd6d325..cc0f048f0132 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.8-nightly-20240516.1" +version = "1.5.8-nightly-20240516.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.92.4", features = [ +swc_core = { version = "0.92.5", 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 d1388c7d43c0..523cf2bb82cb 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.9.0", features = ["node"] } swc_config = "0.1.13" -swc_core = { version = "0.92.4", features = [ +swc_core = { version = "0.92.5", features = [ "allocator_node", "common_concurrent", "common_sourcemap", diff --git a/bindings/binding_minifier_wasm/Cargo.toml b/bindings/binding_minifier_wasm/Cargo.toml index efaa3796b79f..19bb6f6dd7f7 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.8-nightly-20240516.1" +version = "1.5.8-nightly-20240516.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.92.4", features = [ +swc_core = { version = "0.92.5", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 397eeb4fe977..5709250d0eda 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.244" +version = "0.91.245" [[bin]] bench = false diff --git a/package.json b/package.json index 1c0b13125b2c..1b8a80d70f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.5.8-nightly-20240516.1", + "version": "1.5.8-nightly-20240516.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 99a3c4119819..daa4f7c83f9a 100644 --- a/packages/minifier/package.json +++ b/packages/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@swc/minifier", - "version": "1.5.8-nightly-20240516.1", + "version": "1.5.8-nightly-20240516.2", "description": "Super-fast alternative for terser", "homepage": "https://swc.rs", "main": "./index.js",