mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
chore: Publish crates
This commit is contained in:
parent
221773069b
commit
c587c76b67
@ -1,6 +0,0 @@
|
||||
---
|
||||
swc_ecma_transforms_typescript: patch
|
||||
swc_fast_ts_strip: patch
|
||||
---
|
||||
|
||||
Fix (TypeScript): Handle single type statement in if/for/while
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4938,7 +4938,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.194.3"
|
||||
version = "0.194.4"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
@ -5094,7 +5094,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_fast_ts_strip"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
|
@ -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.194.3"
|
||||
version = "0.194.4"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_fast_ts_strip"
|
||||
repository = { workspace = true }
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user