chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-03 05:36:44 +00:00
parent 25c96b4b7a
commit 5f09a1c14a
4 changed files with 10 additions and 4 deletions

View File

@ -28,6 +28,12 @@
- **(es/minifier)** Support cycles in DCE (#5715) ([5e151c8](https://github.com/swc-project/swc/commit/5e151c8a8e48eae6cd93d5166fcaa87b84f4a341))
### Performance
- **(es/minifier)** Use faster hash algorithm for DCE (#5725) ([25c96b4](https://github.com/swc-project/swc/commit/25c96b4b7aa9a75892b1ae49a65e836229465195))
### Refactor

4
Cargo.lock generated
View File

@ -3692,7 +3692,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.160.1"
version = "0.160.2"
dependencies = [
"ahash",
"dashmap",
@ -3922,7 +3922,7 @@ dependencies = [
[[package]]
name = "swc_fast_graph"
version = "0.15.4"
version = "0.15.5"
dependencies = [
"ahash",
"indexmap",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.160.1"
version = "0.160.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]

View File

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