From d0a885d3584d3817733567e6af6e4f46e1a81964 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 1 Dec 2023 00:07:48 +0000 Subject: [PATCH] chore: Publish 1.3.101-nightly-20231201.1 --- 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 ce09e63b4bd2..f62334cd78be 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.3.100" +version = "1.3.101-nightly-20231201.1" dependencies = [ "anyhow", "getrandom", @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "binding_minifier_wasm" -version = "1.3.100" +version = "1.3.101-nightly-20231201.1" dependencies = [ "anyhow", "getrandom", @@ -2945,7 +2945,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.89" +version = "0.91.90" dependencies = [ "anyhow", "swc_cli_impl", @@ -2953,9 +2953,9 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.4.81" +version = "0.4.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2ecfd51f77362f619da0946da20499387ce6ba384b6c2044a9f86965dabf1e" +checksum = "edcee1e2c590fe711fa0235b9a1d2640268a2426ca0174b2d3414d82a2eaf542" dependencies = [ "anyhow", "atty", @@ -3057,9 +3057,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.86.83" +version = "0.86.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104de6421f91e491c4a99b133c8e1322bb1d0ab26d0d7e70da2ea3b75c91f944" +checksum = "05d7801335fb8d1dcb48009f3e0fd0b7a472760a06931af5b03dca96c3ead3fe" dependencies = [ "binding_macros", "swc", diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 17162fd132e4..a6d1ab60c78a 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.83", features = [ +swc_core = { version = "0.86.84", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 5bb26fade2ed..c5833b22f6c6 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.100" +version = "1.3.101-nightly-20231201.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.83", features = [ +swc_core = { version = "0.86.84", 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 2faea80537ce..0da5c31ea8c0 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.3.79", features = ["node"] } swc_config = "0.1.7" -swc_core = { version = "0.86.83", features = [ +swc_core = { version = "0.86.84", features = [ "allocator_node", "common_concurrent", "common_sourcemap", diff --git a/bindings/binding_minifier_wasm/Cargo.toml b/bindings/binding_minifier_wasm/Cargo.toml index f15154cafbd8..5c575bdf1038 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.100" +version = "1.3.101-nightly-20231201.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.83", features = [ +swc_core = { version = "0.86.84", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index dccaa70c5bb6..1922edf0a332 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.89" +version = "0.91.90" [[bin]] bench = false @@ -23,5 +23,5 @@ plugin = [ [dependencies] anyhow = "1.0.66" -swc_cli_impl = "0.4.81" +swc_cli_impl = "0.4.82" diff --git a/package.json b/package.json index bebdfa7733ef..718ff8a2b7ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.3.100", + "version": "1.3.101-nightly-20231201.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 01ac743c84f2..27fe66a36740 100644 --- a/packages/minifier/package.json +++ b/packages/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@swc/minifier", - "version": "1.3.100", + "version": "1.3.101-nightly-20231201.1", "description": "Super-fast alternative for terser", "homepage": "https://swc.rs", "main": "./index.js",