Skip to content

Commit

Permalink
chore: Publish v1.3.42 with swc_core v0.69.20 (#7117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 22, 2023
1 parent e37666b commit 6795dc8
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 58 deletions.
107 changes: 54 additions & 53 deletions bindings/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/binding_core_node/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.69.11", features = [
swc_core = { version = "0.69.20", features = [
"allocator_node",
"ecma_ast",
"common_concurrent",
Expand Down
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.41"
version = "1.3.42"

[lib]
bench = false
Expand All @@ -23,7 +23,7 @@ plugin = ["swc_core/plugin_transform_host_js"]
anyhow = "1.0.66"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.69.11", features = [
swc_core = { version = "0.69.20", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
sourcemap = "6.2.2"
swc_core = { version = "0.69.11", features = [
swc_core = { version = "0.69.20", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.41",
"version": "1.3.42",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit 6795dc8

Please sign in to comment.