chore: Publish crates with swc_core v0.102.1

This commit is contained in:
SWC Bot 2024-08-28 05:13:16 +00:00
parent 7d6269e3b8
commit ea4c71c052
6 changed files with 6 additions and 18 deletions

View File

@ -1,6 +0,0 @@
---
swc_ecma_usage_analyzer: patch
swc_core: patch
---
fix(es/minifier): Track if a var is used with `in`

View File

@ -1,6 +0,0 @@
---
swc_core: patch
swc_plugin_runner: patch
---
feat(plugin/runner): Improve error message

6
Cargo.lock generated
View File

@ -4064,7 +4064,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.102.0"
version = "0.102.1"
dependencies = [
"anyhow",
"binding_macros",
@ -5017,7 +5017,7 @@ dependencies = [
[[package]]
name = "swc_ecma_usage_analyzer"
version = "0.30.2"
version = "0.30.3"
dependencies = [
"indexmap 2.2.6",
"rustc-hash",
@ -5396,7 +5396,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.112.1"
version = "0.112.2"
dependencies = [
"anyhow",
"codspeed-criterion-compat",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.102.0"
version = "0.102.1"
[package.metadata.docs.rs]
features = [
"allocator_node",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_usage_analyzer"
repository = "https://github.com/swc-project/swc.git"
version = "0.30.2"
version = "0.30.3"
[package.metadata.docs.rs]
all-features = true

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.112.1"
version = "0.112.2"
[lib]
bench = false