chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-21 19:58:14 +00:00
parent d9bb59a8cb
commit 032d584265
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/modules/cjs)** FIx detection of exported names (#4737) ([d9bb59a](https://github.com/swc-project/swc/commit/d9bb59a8cb1998f87b0f115e9cc4b0b53923096a))
- **(es/typescript)** Mark namespaces as concrete (#4736) ([41d4437](https://github.com/swc-project/swc/commit/41d443767147f97909e6b1004cb4be6dcea207c1))

2
Cargo.lock generated
View File

@ -3634,7 +3634,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.112.3"
version = "0.112.4"
dependencies = [
"Inflector",
"ahash",

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.112.3"
version = "0.112.4"
[lib]
bench = false