mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +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]]
|
[[package]]
|
||||||
name = "swc_ecma_minifier"
|
name = "swc_ecma_minifier"
|
||||||
version = "0.51.3"
|
version = "0.51.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"ansi_term 0.12.1",
|
"ansi_term 0.12.1",
|
||||||
@ -2777,7 +2777,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_parser"
|
name = "swc_ecma_parser"
|
||||||
version = "0.78.7"
|
version = "0.78.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"enum_kind",
|
"enum_kind",
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
|
|||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
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.51.3"
|
version = "0.51.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
debug = ["backtrace"]
|
debug = ["backtrace"]
|
||||||
@ -28,7 +28,7 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"}
|
|||||||
swc_common = {version = "0.14.0", path = "../swc_common"}
|
swc_common = {version = "0.14.0", path = "../swc_common"}
|
||||||
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
|
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
|
||||||
swc_ecma_codegen = {version = "0.80.0", path = "../swc_ecma_codegen"}
|
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 = {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_transforms_base = {version = "0.44.3", path = "../swc_ecma_transforms_base"}
|
||||||
swc_ecma_utils = {version = "0.52.3", path = "../swc_ecma_utils"}
|
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"
|
license = "Apache-2.0/MIT"
|
||||||
name = "swc_ecma_parser"
|
name = "swc_ecma_parser"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.78.7"
|
version = "0.78.8"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
Loading…
Reference in New Issue
Block a user