chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-08 09:25:38 +00:00
parent 534fc52a72
commit 782df70560
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/module)** Make exported vars follow specification (#3906) ([534fc52](https://github.com/swc-project/swc/commit/534fc52a727e5be43adfad47ed3fcdd606967c5c))
- **(es/module/cjs)** Allow re-exports to be lazy (#3856) ([f575b1b](https://github.com/swc-project/swc/commit/f575b1bc4868dd46c572c3ef61767fdd2ee2c2b3))

2
Cargo.lock generated
View File

@ -3313,7 +3313,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.89.3"
version = "0.89.4"
dependencies = [
"Inflector",
"ahash",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.89.3"
version = "0.89.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]