Skip to content

Commit

Permalink
chore: Publish v1.3.25 (#6754)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 5, 2023
1 parent 1f5c44e commit 9769a9c
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 93 deletions.
101 changes: 51 additions & 50 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.50.1", features = [
swc_core = { version = "0.52.5", features = [
"ecma_ast",
"common_concurrent",
"bundler",
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.24"
version = "1.3.25"

[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.50.1", features = [
swc_core = {version = "0.52.5", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_core_wasm/scripts/test.sh
Expand Up @@ -3,4 +3,4 @@
set -eu

./scripts/build.sh
npx jest
npx jest $@

0 comments on commit 9769a9c

Please sign in to comment.