mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
chore: Publish crates
This commit is contained in:
parent
afe8e6ea7d
commit
e44e8b103c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3658,7 +3658,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_module"
|
||||
version = "0.137.1"
|
||||
version = "0.137.2"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"ahash",
|
||||
@ -3813,7 +3813,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.98.1"
|
||||
version = "0.98.2"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"once_cell",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_module"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.137.1"
|
||||
version = "0.137.2"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -31,7 +31,7 @@ swc_ecma_loader = { version = "0.38.0", path = "../swc_ecma_loader", features =
|
||||
] }
|
||||
swc_ecma_parser = { version = "0.116.0", path = "../swc_ecma_parser" }
|
||||
swc_ecma_transforms_base = { version = "0.102.0", path = "../swc_ecma_transforms_base" }
|
||||
swc_ecma_utils = { version = "0.98.0", path = "../swc_ecma_utils" }
|
||||
swc_ecma_utils = { version = "0.98.2", path = "../swc_ecma_utils" }
|
||||
swc_ecma_visit = { version = "0.75.0", path = "../swc_ecma_visit" }
|
||||
regex = "1"
|
||||
tracing = "0.1.32"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.98.1"
|
||||
version = "0.98.2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
Loading…
Reference in New Issue
Block a user