mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
chore: Publish crates
This commit is contained in:
parent
cf777c5ba1
commit
770da5ae9e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2744,7 +2744,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "0.51.3"
|
||||
version = "0.51.4"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term 0.12.1",
|
||||
@ -2777,7 +2777,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_parser"
|
||||
version = "0.78.7"
|
||||
version = "0.78.8"
|
||||
dependencies = [
|
||||
"either",
|
||||
"enum_kind",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
|
||||
license = "Apache-2.0/MIT"
|
||||
name = "swc_ecma_minifier"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.51.3"
|
||||
version = "0.51.4"
|
||||
|
||||
[features]
|
||||
debug = ["backtrace"]
|
||||
@ -28,7 +28,7 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
||||
swc_common = {version = "0.14.0", path = "../swc_common"}
|
||||
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_codegen = {version = "0.80.0", path = "../swc_ecma_codegen"}
|
||||
swc_ecma_parser = {version = "0.78.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_parser = {version = "0.78.8", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms = {version = "0.95.1", path = "../swc_ecma_transforms/", features = ["optimization"]}
|
||||
swc_ecma_transforms_base = {version = "0.44.3", path = "../swc_ecma_transforms_base"}
|
||||
swc_ecma_utils = {version = "0.52.3", path = "../swc_ecma_utils"}
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
|
||||
license = "Apache-2.0/MIT"
|
||||
name = "swc_ecma_parser"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.78.7"
|
||||
version = "0.78.8"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
Loading…
Reference in New Issue
Block a user