mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Publish crates
This commit is contained in:
parent
720244fff9
commit
1211a34618
@ -1,6 +1,12 @@
|
||||
# Changelog
|
||||
## [unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
|
||||
- **(es/module)** Support top-level await in dynamic imports (#4277) ([720244f](https://github.com/swc-project/swc/commit/720244fff9f3fcf5cb0ed4bcfc6e2a5795ad3be1))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3600,7 +3600,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "0.79.0"
|
||||
version = "0.79.1"
|
||||
dependencies = [
|
||||
"indexmap",
|
||||
"once_cell",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_utils"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.79.0"
|
||||
version = "0.79.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -22,12 +22,12 @@ concurrent = ["swc_common/concurrent", "rayon"]
|
||||
[dependencies]
|
||||
indexmap = "1"
|
||||
once_cell = "1.10.0"
|
||||
rayon = {version = "1.5.1", optional = true}
|
||||
swc_atoms = {version = "0.2.0", path = "../swc_atoms"}
|
||||
swc_common = { version = "0.17.20", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.75.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_visit = {version = "0.61.0", path = "../swc_ecma_visit"}
|
||||
rayon = { version = "1.5.1", optional = true }
|
||||
swc_atoms = { version = "0.2.0", path = "../swc_atoms" }
|
||||
swc_common = { version = "0.17.20", path = "../swc_common" }
|
||||
swc_ecma_ast = { version = "0.75.0", path = "../swc_ecma_ast" }
|
||||
swc_ecma_visit = { version = "0.61.0", path = "../swc_ecma_visit" }
|
||||
tracing = "0.1.32"
|
||||
|
||||
[dev-dependencies]
|
||||
swc_ecma_parser = {version = "0.100.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_parser = { version = "0.100.0", path = "../swc_ecma_parser" }
|
||||
|
Loading…
Reference in New Issue
Block a user