diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 99da22363693..b99c4d96085d 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.91.1", features = [ +swc_core = { version = "0.91.2", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 59319d1c1ce0..aec152860f31 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.2" +version = "1.5.3-nightly-20240429.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.91.1", features = [ +swc_core = { version = "0.91.2", 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 6e851cda4626..6b7836708509 100644 --- a/bindings/binding_minifier_node/Cargo.toml +++ b/bindings/binding_minifier_node/Cargo.toml @@ -36,9 +36,9 @@ tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } -swc_compiler_base = { version = "0.8.0", features = ["node"] } -swc_config = "0.1.12" -swc_core = { version = "0.91.1", features = [ +swc_compiler_base = { version = "0.8.1", features = ["node"] } +swc_config = "0.1.13" +swc_core = { version = "0.91.2", features = [ "allocator_node", "common_concurrent", "common_sourcemap", @@ -50,6 +50,6 @@ swc_core = { version = "0.91.1", features = [ "ecma_transforms", "ecma_visit", ] } -swc_error_reporters = "0.17.19" +swc_error_reporters = "0.17.20" swc_malloc = "0.5.10" swc_nodejs_common = "0.0.8" diff --git a/bindings/binding_minifier_wasm/Cargo.toml b/bindings/binding_minifier_wasm/Cargo.toml index 445b6c6b987c..39754692705f 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.2" +version = "1.5.3-nightly-20240429.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.91.1", features = [ +swc_core = { version = "0.91.2", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 5814ccc4a902..7b30479e9c4c 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.233" +version = "0.91.234" [[bin]] bench = false diff --git a/package.json b/package.json index d0aff5238db1..8a73f4264aa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.5.2", + "version": "1.5.3-nightly-20240429.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 a7b548fd9fc9..c42c8fa15e71 100644 --- a/packages/minifier/package.json +++ b/packages/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@swc/minifier", - "version": "1.5.2", + "version": "1.5.3-nightly-20240429.1", "description": "Super-fast alternative for terser", "homepage": "https://swc.rs", "main": "./index.js",