Skip to content

Commit

Permalink
chore: Publish crates for EsSyntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 25, 2024
1 parent 59cd331 commit 56f0367
Show file tree
Hide file tree
Showing 37 changed files with 261 additions and 261 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.96.0"
version = "0.96.1"

[[bin]]
bench = false
Expand All @@ -32,12 +32,12 @@ swc_common = { version = "0.34.0", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" }
swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.18.0", path = "../swc_error_reporters" }
swc_timer = { version = "0.22.0", path = "../swc_timer" }
4 changes: 2 additions & 2 deletions crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
repository = { workspace = true }
version = "0.115.0"
version = "0.115.1"

[lib]
bench = false
Expand All @@ -27,5 +27,5 @@ anyhow = { workspace = true }
dashmap = { workspace = true }

swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" }
testing = { version = "0.36.0", path = "../testing" }
Loading

0 comments on commit 56f0367

Please sign in to comment.