chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2024-08-19 21:13:35 +09:00
parent da7c831502
commit 339f828774
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -4939,7 +4939,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.197.0"
version = "0.197.1"
dependencies = [
"codspeed-criterion-compat",
"criterion",
@ -5094,7 +5094,7 @@ dependencies = [
[[package]]
name = "swc_fast_ts_strip"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"anyhow",
"codspeed-criterion-compat",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git"
version = "0.197.0"
version = "0.197.1"
[lib]
bench = false

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_fast_ts_strip"
repository = { workspace = true }
version = "0.6.0"
version = "0.6.1"
[dependencies]