mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore: Publish crates with swc_core
v0.102.1
This commit is contained in:
parent
7d6269e3b8
commit
ea4c71c052
@ -1,6 +0,0 @@
|
||||
---
|
||||
swc_ecma_usage_analyzer: patch
|
||||
swc_core: patch
|
||||
---
|
||||
|
||||
fix(es/minifier): Track if a var is used with `in`
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
swc_core: patch
|
||||
swc_plugin_runner: patch
|
||||
---
|
||||
|
||||
feat(plugin/runner): Improve error message
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user