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
fcbd3c5c58
commit
6257f0f990
@ -5,6 +5,9 @@
|
||||
|
||||
|
||||
|
||||
- **(api/rust)** Fix transform comment api (#3962) ([fcbd3c5](https://github.com/swc-project/swc/commit/fcbd3c5c5849418b911d87d3a0b36eb84bef1a68))
|
||||
|
||||
|
||||
- **(es)** Adjust tracing span level (#3911) ([ca071fb](https://github.com/swc-project/swc/commit/ca071fb705210ec33698dbce81069156de4fcf7a))
|
||||
|
||||
|
||||
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2705,7 +2705,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.146.0"
|
||||
version = "0.147.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -2818,7 +2818,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atty",
|
||||
@ -3521,7 +3521,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_estree_compat"
|
||||
version = "0.66.0"
|
||||
version = "0.67.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
@ -3722,7 +3722,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_webpack_ast"
|
||||
version = "0.64.0"
|
||||
version = "0.65.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"rayon",
|
||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.146.0"
|
||||
version = "0.147.0"
|
||||
|
||||
[lib]
|
||||
name = "swc"
|
||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_cli"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
|
||||
[[bin]]
|
||||
name = "swc"
|
||||
@ -17,7 +17,7 @@ anyhow = "1.0.53"
|
||||
clap = { version = "3.1.0", features = ["derive", "wrap_help"] }
|
||||
walkdir = "2"
|
||||
rayon = "1"
|
||||
swc = { version = "0.146.0", path = "../swc" }
|
||||
swc = { version = "0.147.0", path = "../swc" }
|
||||
swc_common = { version = "0.17.5", path = "../swc_common" }
|
||||
relative-path = "1.6.1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_estree_compat"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.66.0"
|
||||
version = "0.67.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@ -29,7 +29,7 @@ swc_node_comments = {version = "0.4.0", path = "../swc_node_comments/"}
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.7.2"
|
||||
swc = {version = "0.146.0", path = "../swc"}
|
||||
swc = {version = "0.147.0", path = "../swc"}
|
||||
swc_ecma_ast = {version = "0.69.0", path = "../swc_ecma_ast"}
|
||||
swc_ecma_parser = {version = "0.92.0", path = "../swc_ecma_parser"}
|
||||
swc_ecma_transforms = {version = "0.130.0", path = "../swc_ecma_transforms/"}
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_webpack_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.64.0"
|
||||
version = "0.65.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@ -22,7 +22,7 @@ swc_ecma_transforms_base = {version = "0.66.0", path = "../swc_ecma_transforms_b
|
||||
swc_ecma_utils = {version = "0.71.0", path = "../swc_ecma_utils"}
|
||||
swc_ecma_visit = {version = "0.55.0", path = "../swc_ecma_visit"}
|
||||
swc_estree_ast = {version = "0.7.0", path = "../swc_estree_ast"}
|
||||
swc_estree_compat = {version = "0.66.0", path = "../swc_estree_compat"}
|
||||
swc_estree_compat = {version = "0.67.0", path = "../swc_estree_compat"}
|
||||
swc_timer = {version = "0.4.0", path = "../swc_timer"}
|
||||
tracing = "0.1.32"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user