Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Sep 5, 2023
1 parent ee75756 commit 4623b3e
Show file tree
Hide file tree
Showing 35 changed files with 227 additions and 221 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

- **(es/module)** Revert #7901 (#7906) ([85d6e9b](https://github.com/swc-project/swc/commit/85d6e9be07af7bb788594b21a986636657d86f03))

### Features



- **(es/codegen)** Add an option to print `assert` for import attributes (#7914) ([ee75756](https://github.com/swc-project/swc/commit/ee7575695de6dad140457ffb8bb8f0ac80c4dcdc))

## [1.3.82] - 2023-09-01

### Bug Fixes
Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/binding_macros/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 = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.56.11"
version = "0.57.0"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.265.11", path = "../swc" }
swc = { optional = true, version = "0.266.0", path = "../swc" }
swc_common = { optional = true, version = "0.32.1", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.109.1", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.223.7", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.224.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.95.1", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
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 = "https://github.com/kdy1/dbg-swc.git"
version = "0.86.11"
version = "0.87.0"

[[bin]]
bench = false
Expand All @@ -31,12 +31,12 @@ swc_common = { version = "0.32.1", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.109.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.144.2", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.186.9", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.145.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.187.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.139.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.132.4", path = "../swc_ecma_transforms_base" }
swc_ecma_parser = { version = "0.140.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.133.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.95.1", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.16.1", path = "../swc_error_reporters" }
swc_timer = { version = "0.20.1", 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 @@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
version = "0.108.1"
version = "0.109.0"

[lib]
bench = false
Expand All @@ -26,5 +26,5 @@ anyhow = "1"
dashmap = "5.4.0"

swc_ecma_ast = { version = "0.109.1", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.139.1", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.140.0", path = "../swc_ecma_parser" }
testing = { version = "0.34.1", path = "../testing" }
Loading

0 comments on commit 4623b3e

Please sign in to comment.