From b070885e37c90e3884ebbf445ad91e8ebb5850ec Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 24 Oct 2023 00:07:12 +0000 Subject: [PATCH] chore: Publish 1.3.95-nightly-20231024.1 --- bindings/binding_core_node/Cargo.toml | 2 +- bindings/binding_core_wasm/Cargo.toml | 4 ++-- bindings/binding_minifier_node/Cargo.toml | 6 +++--- bindings/binding_minifier_wasm/Cargo.toml | 4 ++-- bindings/swc_cli/Cargo.toml | 4 ++-- package.json | 2 +- packages/minifier/package.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 0637a377d9ea..061c00527365 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.86.12", features = [ +swc_core = { version = "0.86.15", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index d2687b4a7aa5..b98bca260b98 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.3.95-nightly-20231023.1" +version = "1.3.95-nightly-20231024.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.86.12", features = [ +swc_core = { version = "0.86.15", 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 5e919a9c2d7e..c1ef1de2180b 100644 --- a/bindings/binding_minifier_node/Cargo.toml +++ b/bindings/binding_minifier_node/Cargo.toml @@ -35,9 +35,9 @@ tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } sourcemap = "6.0.0" -swc_compiler_base = { version = "0.3.12", features = ["node"] } +swc_compiler_base = { version = "0.3.15", features = ["node"] } swc_config = "0.1.7" -swc_core = { version = "0.86.12", features = [ +swc_core = { version = "0.86.15", features = [ "allocator_node", "common_concurrent", "common_sourcemap", @@ -49,6 +49,6 @@ swc_core = { version = "0.86.12", features = [ "ecma_transforms", "ecma_visit", ] } -swc_error_reporters = "0.17.0" +swc_error_reporters = "0.17.1" swc_node_base = "0.5.8" swc_nodejs_common = "0.0.8" diff --git a/bindings/binding_minifier_wasm/Cargo.toml b/bindings/binding_minifier_wasm/Cargo.toml index 5536a54a1b4c..c0c36ab81ff3 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.3.95-nightly-20231023.1" +version = "1.3.95-nightly-20231024.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.86.12", features = [ +swc_core = { version = "0.86.15", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index cf897b7d49e3..230dd63d620b 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.84" +version = "0.91.85" [[bin]] bench = false @@ -23,5 +23,5 @@ plugin = [ [dependencies] anyhow = "1.0.66" -swc_cli_impl = "0.4.12" +swc_cli_impl = "0.4.15" diff --git a/package.json b/package.json index 80eeb551066b..5a74905125bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.3.95-nightly-20231023.1", + "version": "1.3.95-nightly-20231024.1", "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 ca9f9bac4cd9..6ee7eb6b3c19 100644 --- a/packages/minifier/package.json +++ b/packages/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@swc/minifier", - "version": "1.3.95-nightly-20231023.1", + "version": "1.3.95-nightly-20231024.1", "description": "Super-fast alternative for terser", "homepage": "https://swc.rs", "main": "./index.js",