From b1f0423c54fa8c89f3e39d74de582e4165a2bd08 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 13 Sep 2024 08:53:22 +0000 Subject: [PATCH] chore: Publish crates with `swc_core` `v0.104.2` --- .changeset/little-spies-begin.md | 6 ------ .changeset/warm-lies-work.md | 6 ------ Cargo.lock | 6 +++--- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_minifier/Cargo.toml | 2 +- crates/swc_plugin_runner/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 .changeset/little-spies-begin.md delete mode 100644 .changeset/warm-lies-work.md diff --git a/.changeset/little-spies-begin.md b/.changeset/little-spies-begin.md deleted file mode 100644 index bc7afb68c255..000000000000 --- a/.changeset/little-spies-begin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_plugin_runner: patch ---- - -chore(es): Update `wasmer` diff --git a/.changeset/warm-lies-work.md b/.changeset/warm-lies-work.md deleted file mode 100644 index b6b4bbc6f3d6..000000000000 --- a/.changeset/warm-lies-work.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_ecma_minifier: patch ---- - -fix(es/minifier): Avoid decl name when mangle with eval diff --git a/Cargo.lock b/Cargo.lock index 8ef319e7fcab..e2662ad6c25d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4128,7 +4128,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.104.1" +version = "0.104.2" dependencies = [ "anyhow", "binding_macros", @@ -4669,7 +4669,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.206.0" +version = "0.206.1" dependencies = [ "ansi_term", "anyhow", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.113.0" +version = "0.113.1" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 321168f8ae31..8447ec414093 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.104.1" +version = "0.104.2" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 00e4c24e1a1f..3b2a61f7ce62 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"] license = "Apache-2.0" name = "swc_ecma_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.206.0" +version = "0.206.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 78806ac10051..a3e204e9b1f6 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "0.113.0" +version = "0.113.1" [lib] bench = false