diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index e55ca98cca1..85a70865237 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.3.28" +version = "1.3.29" dependencies = [ "anyhow", "serde", @@ -188,9 +188,9 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.33.5" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c5ef84b0b6bcfb7411b9c1893be2892c868f25809aa117e8af258b835925a5" +checksum = "a500c83943eba7bb5356738d3f00734cee71ef08c4dd43f5c920a3d3c4886ca2" dependencies = [ "anyhow", "console_error_panic_hook", @@ -2428,9 +2428,9 @@ dependencies = [ [[package]] name = "swc" -version = "0.244.4" +version = "0.245.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "906bb818e2f42a020aa35cfa4a3cbd00ed00f140fb2704c0ea2f4a66a279cf83" +checksum = "e373e41badea215e1c1af7b33b37ad9fe68da780f1dacb70b5993c6d2969bf57" dependencies = [ "ahash", "anyhow", @@ -2495,9 +2495,9 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.198.4" +version = "0.199.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3e524612f7ada40cffbc3edcf7a13fd73944b24bb16cc6b579623848a4b44" +checksum = "87b8bb9b64cc1706feeee59c9241757f8ab40bd59c813cfe6b2be4f986c8fe0f" dependencies = [ "ahash", "anyhow", @@ -2543,7 +2543,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.14" +version = "0.91.15" dependencies = [ "anyhow", "atty", @@ -2620,9 +2620,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.58.5" +version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b20b9968e5eac5089d91971002a1beaac0d8dad0c50ed627859612e94f8c1ef5" +checksum = "f038f5754a11dcbf490b29d6a179fd66583480bd5fab41b3a729e3e6ac312970" dependencies = [ "binding_macros", "swc", @@ -2752,9 +2752,9 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.165.4" +version = "0.166.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b146a6952850554932643dd827352347630909e5cafe5a77916e5bb38e511c45" +checksum = "aa93c5e5bda5a46c8af60262bd48e339470e1c4a9c405818d81bdc94487bb16c" dependencies = [ "ahash", "arrayvec", @@ -3045,9 +3045,9 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe454645b8ade20a2d33695e06482395b2b6cf20d2f31c4fa6570c3ee0ba4da" +checksum = "a66004eec85f6fc357b94305cd95446dd83e2948c481fc703d538c4db921de37" dependencies = [ "ahash", "indexmap", @@ -3168,9 +3168,9 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.31.5" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "522706e0695930832dad5cdfeb7083039753b20192cf347f443ec1afcbd8fbbc" +checksum = "453c52f63c53ba51ec6d96645fdd58a9d75efed3f559bf9730b58d828ed08165" dependencies = [ "anyhow", "dashmap", diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index 4a16bf7e3ea..bdfa6a2a182 100644 --- a/bindings/binding_core_node/Cargo.toml +++ b/bindings/binding_core_node/Cargo.toml @@ -56,7 +56,7 @@ tracing-chrome = "0.5.0" tracing-futures = "0.2.5" tracing-subscriber = {version = "0.3.9", features = ["env-filter"]} -swc_core = {version = "0.58.5", features = [ +swc_core = {version = "0.59.0", features = [ "ecma_ast", "common_concurrent", "bundler", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 0ff56dddf90..2cab3415924 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.28" +version = "1.3.29" [lib] bench = false @@ -23,7 +23,7 @@ plugin = ["swc_core/plugin_transform_host_js"] anyhow = "1.0.66" serde = { version = "1", features = ["derive"] } serde-wasm-bindgen = "0.4.5" -swc_core = { version = "0.58.5", features = [ +swc_core = { version = "0.59.0", features = [ "common_perf", "binding_macro_wasm", "ecma_transforms", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 569b8d2d57f..1b552ea08bf 100644 --- a/bindings/swc_cli/Cargo.toml +++ b/bindings/swc_cli/Cargo.toml @@ -1,42 +1,42 @@ [package] -authors = ["강동윤 ", "OJ Kwon "] +authors = ["강동윤 ", "OJ Kwon "] description = "Commandline for SWC" -edition = "2021" -include = ["Cargo.toml", "src/**/*.rs"] -license = "Apache-2.0" -name = "swc_cli" -repository = "https://github.com/swc-project/swc.git" -version = "0.91.14" +edition = "2021" +include = ["Cargo.toml", "src/**/*.rs"] +license = "Apache-2.0" +name = "swc_cli" +repository = "https://github.com/swc-project/swc.git" +version = "0.91.15" [[bin]] bench = false -name = "swc" -path = "./src/main.rs" +name = "swc" +path = "./src/main.rs" [features] default = [] -plugin = ["swc_core/plugin_transform_host_native"] +plugin = ["swc_core/plugin_transform_host_native"] [dependencies] anyhow = "1.0.66" atty = "0.2.14" -clap = { version = "3.1.0", features = ["derive", "wrap_help"] } +clap = {version = "3.1.0", features = ["derive", "wrap_help"]} glob = "0.3.0" rayon = "1" relative-path = "1.6.1" -serde = { version = "1", features = ["derive"] } -serde_json = { version = "1", features = ["unbounded_depth"] } -swc_core = { version = "0.58.5", features = [ +serde = {version = "1", features = ["derive"]} +serde_json = {version = "1", features = ["unbounded_depth"]} +swc_core = {version = "0.59.0", features = [ "trace_macro", "common_concurrent", "base_concurrent", -] } +]} tracing = "0.1.37" tracing-chrome = "0.5.0" tracing-futures = "0.2.5" -tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } +tracing-subscriber = {version = "0.3.9", features = ["env-filter"]} walkdir = "2" - [dependencies.path-absolutize] - features = ["once_cell_cache"] - version = "3.0.11" +[dependencies.path-absolutize] +features = ["once_cell_cache"] +version = "3.0.11" diff --git a/package.json b/package.json index 85bd8500f05..b2091c74604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.3.28", + "version": "1.3.29", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",