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 Oct 7, 2023
1 parent 1346528 commit d716dc8
Show file tree
Hide file tree
Showing 27 changed files with 139 additions and 139 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

- **(es/codegen)** Fix codegen of type-only imports ([#8070](https://github.com/swc-project/swc/issues/8070)) ([6f45b46](https://github.com/swc-project/swc/commit/6f45b4693e6d35bf05bacb89b65c7f013d0366a2))


- **(es/helpers)** Override mistake in `_interop_require_wildcard` ([#8076](https://github.com/swc-project/swc/issues/8076)) ([1346528](https://github.com/swc-project/swc/commit/1346528477bd8c587f0ee0d5fa6969f397739ddb))

### Miscellaneous Tasks


Expand Down Expand Up @@ -1941,9 +1944,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(es/minifier)** Fix optimization of expressions in numeric context ([#6965](https://github.com/swc-project/swc/issues/6965)) ([1dfadb8](https://github.com/swc-project/swc/commit/1dfadb87907ef24c7b4d5184f24f30e028c1cef2))


- **(es/module)** Fix `jsc.paths` on Windows ([#6930](https://github.com/swc-project/swc/issues/6930)) ([1ec161a](https://github.com/swc-project/swc/commit/1ec161a0f15886f97d4fb9cbb5d115b29ed5e2a2))


- **(es/react)** Fix handling of whitespaces ([#6935](https://github.com/swc-project/swc/issues/6935)) ([a9b25aa](https://github.com/swc-project/swc/commit/a9b25aaf4a776731d3ef2dc3c192a7b18023e765))


Expand Down
50 changes: 25 additions & 25 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.57.39"
version = "0.57.40"

[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.266.38", path = "../swc" }
swc = { optional = true, version = "0.266.39", path = "../swc" }
swc_common = { optional = true, version = "0.32.2", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.109.2", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.224.28", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.224.29", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.95.2", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
6 changes: 3 additions & 3 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.87.56"
version = "0.87.57"

[[bin]]
bench = false
Expand All @@ -32,11 +32,11 @@ swc_common = { version = "0.32.2", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "0.109.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.145.7", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.187.31", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.187.32", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.140.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.133.9", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.133.10", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.95.2", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.16.2", path = "../swc_error_reporters" }
swc_timer = { version = "0.20.2", path = "../swc_timer" }
20 changes: 10 additions & 10 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.266.38"
version = "0.266.39"

[lib]
bench = false
Expand Down Expand Up @@ -73,31 +73,31 @@ swc_common = { version = "0.32.2", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.1.11", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.1.12", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.109.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.145.7", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.109.3", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.88.10", path = "../swc_ecma_lints" }
swc_ecma_lints = { version = "0.88.11", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.44.5", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.187.31", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.187.32", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.140.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.201.31", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.224.28", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = { version = "0.201.32", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.224.29", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
"proposal",
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.133.9", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.159.17", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.193.28", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_base = { version = "0.133.10", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.159.18", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.193.29", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.123.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.95.2", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.16.2", path = "../swc_error_reporters" }
Expand Down Expand Up @@ -127,7 +127,7 @@ rayon = "1.7.0"
swc_ecma_ast = { version = "0.109.2", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "0.88.10", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.88.11", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.21.2", path = "../swc_ecma_testing" }
Expand Down
14 changes: 7 additions & 7 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.220.31"
version = "0.220.32"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -43,8 +43,8 @@ swc_ecma_ast = { version = "0.109.2", path = "../swc_ecma_as
swc_ecma_codegen = { version = "0.145.7", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.44.5", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.140.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.133.9", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.193.28", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_base = { version = "0.133.10", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.193.29", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.123.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.95.2", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.20.2", path = "../swc_fast_graph/" }
Expand All @@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.44.5", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.187.31", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.187.32", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.167.21", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.179.21", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.183.27", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.167.22", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.179.22", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.183.28", path = "../swc_ecma_transforms_typescript" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.34.2", path = "../testing" }

0 comments on commit d716dc8

Please sign in to comment.