mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
chore: Publish crates
This commit is contained in:
parent
56a227ad9d
commit
cb5ca547aa
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(es/minifier)** Don't create direct `eval` (#4634) ([4f32070](https://github.com/swc-project/swc/commit/4f32070c0cc89c6e076319d180afbfd2b02f87bb))
|
||||||
|
|
||||||
|
|
||||||
- **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223))
|
- **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223))
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3334,7 +3334,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_minifier"
|
name = "swc_ecma_minifier"
|
||||||
version = "0.113.0"
|
version = "0.113.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_ecma_minifier"
|
name = "swc_ecma_minifier"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.113.0"
|
version = "0.113.1"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
Loading…
Reference in New Issue
Block a user