chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-08-05 20:51:54 +09:00
parent afe8e6ea7d
commit e44e8b103c
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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