mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
chore: Publish crates
This commit is contained in:
parent
b3a05a057a
commit
c2d8c99411
@ -44,6 +44,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(css/codegen)** Minify idents (#5972) ([b3a05a0](https://github.com/swc-project/swc/commit/b3a05a057ac39d0ceef60b4227f675a2a2c3556d))
|
||||||
|
|
||||||
|
|
||||||
- **(css/minifier)** Remove duplicate `@counter-style` at-rules (#5970) ([dfdad69](https://github.com/swc-project/swc/commit/dfdad69c03d13d8950e89358f6587f2bc66d5912))
|
- **(css/minifier)** Remove duplicate `@counter-style` at-rules (#5970) ([dfdad69](https://github.com/swc-project/swc/commit/dfdad69c03d13d8950e89358f6587f2bc66d5912))
|
||||||
|
|
||||||
|
|
||||||
|
24
Cargo.lock
generated
24
Cargo.lock
generated
@ -3145,7 +3145,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_core"
|
name = "swc_core"
|
||||||
version = "0.28.4"
|
version = "0.28.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"binding_macros",
|
"binding_macros",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
@ -3192,7 +3192,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css"
|
name = "swc_css"
|
||||||
version = "0.127.4"
|
version = "0.127.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_css_ast",
|
"swc_css_ast",
|
||||||
"swc_css_codegen",
|
"swc_css_codegen",
|
||||||
@ -3204,7 +3204,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_ast"
|
name = "swc_css_ast"
|
||||||
version = "0.114.3"
|
version = "0.114.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytecheck",
|
"bytecheck",
|
||||||
"is-macro",
|
"is-macro",
|
||||||
@ -3217,7 +3217,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_codegen"
|
name = "swc_css_codegen"
|
||||||
version = "0.124.3"
|
version = "0.124.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
@ -3246,7 +3246,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_lints"
|
name = "swc_css_lints"
|
||||||
version = "0.33.3"
|
version = "0.33.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
@ -3265,7 +3265,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_minifier"
|
name = "swc_css_minifier"
|
||||||
version = "0.89.4"
|
version = "0.89.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion",
|
"criterion",
|
||||||
"serde",
|
"serde",
|
||||||
@ -3282,7 +3282,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_parser"
|
name = "swc_css_parser"
|
||||||
version = "0.123.3"
|
version = "0.123.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"criterion",
|
"criterion",
|
||||||
@ -3299,7 +3299,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_prefixer"
|
name = "swc_css_prefixer"
|
||||||
version = "0.125.3"
|
version = "0.125.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"preset_env_base",
|
"preset_env_base",
|
||||||
@ -3317,7 +3317,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_utils"
|
name = "swc_css_utils"
|
||||||
version = "0.111.3"
|
version = "0.111.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
@ -3330,7 +3330,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_css_visit"
|
name = "swc_css_visit"
|
||||||
version = "0.113.3"
|
version = "0.113.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"swc_atoms",
|
"swc_atoms",
|
||||||
@ -3987,7 +3987,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html"
|
name = "swc_html"
|
||||||
version = "0.78.18"
|
version = "0.78.19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"swc_html_ast",
|
"swc_html_ast",
|
||||||
"swc_html_codegen",
|
"swc_html_codegen",
|
||||||
@ -4039,7 +4039,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_html_minifier"
|
name = "swc_html_minifier"
|
||||||
version = "0.75.18"
|
version = "0.75.19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion",
|
"criterion",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_core"
|
name = "swc_core"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.28.4"
|
version = "0.28.5"
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [
|
features = [
|
||||||
"common_perf",
|
"common_perf",
|
||||||
@ -322,13 +322,13 @@ swc_atoms = { optional = true, version = "0.4.18", path =
|
|||||||
swc_bundler = { optional = true, version = "0.190.17", path = "../swc_bundler" }
|
swc_bundler = { optional = true, version = "0.190.17", path = "../swc_bundler" }
|
||||||
swc_cached = { optional = true, version = "0.3.14", path = "../swc_cached" }
|
swc_cached = { optional = true, version = "0.3.14", path = "../swc_cached" }
|
||||||
swc_common = { optional = true, version = "0.29.3", path = "../swc_common" }
|
swc_common = { optional = true, version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { optional = true, version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { optional = true, version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_codegen = { optional = true, version = "0.124.3", path = "../swc_css_codegen" }
|
swc_css_codegen = { optional = true, version = "0.124.4", path = "../swc_css_codegen" }
|
||||||
swc_css_minifier = { optional = true, version = "0.89.4", path = "../swc_css_minifier" }
|
swc_css_minifier = { optional = true, version = "0.89.5", path = "../swc_css_minifier" }
|
||||||
swc_css_parser = { optional = true, version = "0.123.3", path = "../swc_css_parser" }
|
swc_css_parser = { optional = true, version = "0.123.4", path = "../swc_css_parser" }
|
||||||
swc_css_prefixer = { optional = true, version = "0.125.3", path = "../swc_css_prefixer" }
|
swc_css_prefixer = { optional = true, version = "0.125.4", path = "../swc_css_prefixer" }
|
||||||
swc_css_utils = { optional = true, version = "0.111.3", path = "../swc_css_utils/" }
|
swc_css_utils = { optional = true, version = "0.111.4", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { optional = true, version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { optional = true, version = "0.113.4", path = "../swc_css_visit" }
|
||||||
swc_ecma_ast = { optional = true, version = "0.94.3", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { optional = true, version = "0.94.3", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { optional = true, version = "0.127.5", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { optional = true, version = "0.127.5", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_loader = { optional = true, version = "0.41.3", path = "../swc_ecma_loader" }
|
swc_ecma_loader = { optional = true, version = "0.41.3", path = "../swc_ecma_loader" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css"
|
name = "swc_css"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.127.4"
|
version = "0.127.5"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -19,9 +19,9 @@ bench = false
|
|||||||
minifier = ["swc_css_minifier"]
|
minifier = ["swc_css_minifier"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
swc_css_ast = {version = "0.114.3", path = "../swc_css_ast"}
|
swc_css_ast = {version = "0.114.4", path = "../swc_css_ast"}
|
||||||
swc_css_codegen = {version = "0.124.3", path = "../swc_css_codegen"}
|
swc_css_codegen = {version = "0.124.4", path = "../swc_css_codegen"}
|
||||||
swc_css_minifier = {version = "0.89.4", path = "../swc_css_minifier", optional = true}
|
swc_css_minifier = {version = "0.89.5", path = "../swc_css_minifier", optional = true}
|
||||||
swc_css_parser = {version = "0.123.3", path = "../swc_css_parser"}
|
swc_css_parser = {version = "0.123.4", path = "../swc_css_parser"}
|
||||||
swc_css_utils = {version = "0.111.3", path = "../swc_css_utils/"}
|
swc_css_utils = {version = "0.111.4", path = "../swc_css_utils/"}
|
||||||
swc_css_visit = {version = "0.113.3", path = "../swc_css_visit"}
|
swc_css_visit = {version = "0.113.4", path = "../swc_css_visit"}
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_ast"
|
name = "swc_css_ast"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.114.3"
|
version = "0.114.4"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_codegen"
|
name = "swc_css_codegen"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.124.3"
|
version = "0.124.4"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,14 +19,14 @@ rustc-hash = "1.1.0"
|
|||||||
serde = "1.0.127"
|
serde = "1.0.127"
|
||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_codegen_macros = { version = "0.2.0", path = "../swc_css_codegen_macros" }
|
swc_css_codegen_macros = { version = "0.2.0", path = "../swc_css_codegen_macros" }
|
||||||
swc_css_utils = { version = "0.111.1", path = "../swc_css_utils" }
|
swc_css_utils = { version = "0.111.4", path = "../swc_css_utils" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common", features = [
|
swc_common = { version = "0.29.3", path = "../swc_common", features = [
|
||||||
"sourcemap",
|
"sourcemap",
|
||||||
] }
|
] }
|
||||||
swc_css_parser = { version = "0.123.3", path = "../swc_css_parser" }
|
swc_css_parser = { version = "0.123.4", path = "../swc_css_parser" }
|
||||||
swc_css_visit = { version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { version = "0.113.4", path = "../swc_css_visit" }
|
||||||
testing = { version = "0.31.3", path = "../testing" }
|
testing = { version = "0.31.3", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_lints"
|
name = "swc_css_lints"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.33.3"
|
version = "0.33.4"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -20,11 +20,11 @@ serde = { version = "1.0.133", features = ["derive"] }
|
|||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "0.3.14", path = "../swc_cached" }
|
swc_cached = { version = "0.3.14", path = "../swc_cached" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_visit = { version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { version = "0.113.4", path = "../swc_css_visit" }
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
swc_css_parser = { version = "0.123.3", path = "../swc_css_parser" }
|
swc_css_parser = { version = "0.123.4", path = "../swc_css_parser" }
|
||||||
testing = { version = "0.31.3", path = "../testing" }
|
testing = { version = "0.31.3", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_minifier"
|
name = "swc_css_minifier"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.89.4"
|
version = "0.89.5"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -16,14 +16,14 @@ bench = false
|
|||||||
serde = "1.0.118"
|
serde = "1.0.118"
|
||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_utils = { version = "0.111.3", path = "../swc_css_utils/" }
|
swc_css_utils = { version = "0.111.4", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { version = "0.113.4", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
swc_css_codegen = { version = "0.124.3", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "0.124.4", path = "../swc_css_codegen" }
|
||||||
swc_css_parser = { version = "0.123.3", path = "../swc_css_parser" }
|
swc_css_parser = { version = "0.123.4", path = "../swc_css_parser" }
|
||||||
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
|
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
|
||||||
testing = { version = "0.31.3", path = "../testing" }
|
testing = { version = "0.31.3", path = "../testing" }
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_parser"
|
name = "swc_css_parser"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.123.3"
|
version = "0.123.4"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -21,12 +21,12 @@ lexical = "6.1.0"
|
|||||||
serde = "1.0.127"
|
serde = "1.0.127"
|
||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
serde_json = "1.0.66"
|
serde_json = "1.0.66"
|
||||||
swc_css_visit = { version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { version = "0.113.4", path = "../swc_css_visit" }
|
||||||
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
|
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
|
||||||
testing = { version = "0.31.3", path = "../testing" }
|
testing = { version = "0.31.3", path = "../testing" }
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_prefixer"
|
name = "swc_css_prefixer"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.125.3"
|
version = "0.125.4"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -19,11 +19,11 @@ serde = { version = "1.0.118", features = ["derive"] }
|
|||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_utils = { version = "0.111.3", path = "../swc_css_utils/" }
|
swc_css_utils = { version = "0.111.4", path = "../swc_css_utils/" }
|
||||||
swc_css_visit = { version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { version = "0.113.4", path = "../swc_css_visit" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
swc_css_codegen = { version = "0.124.3", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "0.124.4", path = "../swc_css_codegen" }
|
||||||
swc_css_parser = { version = "0.123.3", path = "../swc_css_parser" }
|
swc_css_parser = { version = "0.123.4", path = "../swc_css_parser" }
|
||||||
testing = { version = "0.31.3", path = "../testing" }
|
testing = { version = "0.31.3", path = "../testing" }
|
||||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_utils"
|
name = "swc_css_utils"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.111.3"
|
version = "0.111.4"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -18,5 +18,5 @@ serde = { version = "1.0.118", features = ["derive"] }
|
|||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_visit = { version = "0.113.3", path = "../swc_css_visit" }
|
swc_css_visit = { version = "0.113.4", path = "../swc_css_visit" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_css_visit"
|
name = "swc_css_visit"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.113.3"
|
version = "0.113.4"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -23,5 +23,5 @@ path = []
|
|||||||
serde = { version = "1", optional = true }
|
serde = { version = "1", optional = true }
|
||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_visit = { version = "0.5.3", path = "../swc_visit" }
|
swc_visit = { version = "0.5.3", path = "../swc_visit" }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_html"
|
name = "swc_html"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.78.18"
|
version = "0.78.19"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
swc_html_ast = {version = "0.26.3", path = "../swc_html_ast"}
|
swc_html_ast = {version = "0.26.3", path = "../swc_html_ast"}
|
||||||
swc_html_codegen = {version = "0.35.3", path = "../swc_html_codegen"}
|
swc_html_codegen = {version = "0.35.3", path = "../swc_html_codegen"}
|
||||||
swc_html_minifier = {version = "0.75.18", path = "../swc_html_minifier", optional = true}
|
swc_html_minifier = {version = "0.75.19", path = "../swc_html_minifier", optional = true}
|
||||||
swc_html_parser = {version = "0.32.3", path = "../swc_html_parser"}
|
swc_html_parser = {version = "0.32.3", path = "../swc_html_parser"}
|
||||||
swc_html_visit = {version = "0.26.3", path = "../swc_html_visit"}
|
swc_html_visit = {version = "0.26.3", path = "../swc_html_visit"}
|
||||||
|
@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_html_minifier"
|
name = "swc_html_minifier"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.75.18"
|
version = "0.75.19"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -22,10 +22,10 @@ serde_json = "1.0.61"
|
|||||||
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
|
||||||
swc_cached = { version = "0.3.14", path = "../swc_cached" }
|
swc_cached = { version = "0.3.14", path = "../swc_cached" }
|
||||||
swc_common = { version = "0.29.3", path = "../swc_common" }
|
swc_common = { version = "0.29.3", path = "../swc_common" }
|
||||||
swc_css_ast = { version = "0.114.3", path = "../swc_css_ast" }
|
swc_css_ast = { version = "0.114.4", path = "../swc_css_ast" }
|
||||||
swc_css_codegen = { version = "0.124.3", path = "../swc_css_codegen" }
|
swc_css_codegen = { version = "0.124.4", path = "../swc_css_codegen" }
|
||||||
swc_css_minifier = { version = "0.89.4", path = "../swc_css_minifier" }
|
swc_css_minifier = { version = "0.89.5", path = "../swc_css_minifier" }
|
||||||
swc_css_parser = { version = "0.123.3", path = "../swc_css_parser" }
|
swc_css_parser = { version = "0.123.4", path = "../swc_css_parser" }
|
||||||
swc_ecma_ast = { version = "0.94.3", path = "../swc_ecma_ast" }
|
swc_ecma_ast = { version = "0.94.3", path = "../swc_ecma_ast" }
|
||||||
swc_ecma_codegen = { version = "0.127.5", path = "../swc_ecma_codegen" }
|
swc_ecma_codegen = { version = "0.127.5", path = "../swc_ecma_codegen" }
|
||||||
swc_ecma_minifier = { version = "0.157.17", path = "../swc_ecma_minifier" }
|
swc_ecma_minifier = { version = "0.157.17", path = "../swc_ecma_minifier" }
|
||||||
|
Loading…
Reference in New Issue
Block a user