Skip to content

Commit

Permalink
chore: Publish v1.2.246 (#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Sep 1, 2022
1 parent 8d575e9 commit 986810b
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 55 deletions.
78 changes: 39 additions & 39 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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.16.0", features = [
swc_core = { version = "0.18.0", features = [
"ast",
"common_concurrent",
"bundler",
Expand Down
26 changes: 13 additions & 13 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "wasm module for swc"
edition = "2021"
license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.245"
edition = "2021"
license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.246"

[lib]
bench = false
bench = false
crate-type = ["cdylib"]

[features]
default = ["swc_v1"]
swc_v1 = []
swc_v2 = []
swc_v1 = []
swc_v2 = []
# This feature exists to allow cargo operations
plugin = ["swc_core/plugin_transform_host_js"]

[dependencies]
swc_core = { version = "0.16.0", features = [
swc_core = { version = "0.18.0", features = [
"common_perf",
"binding_macro_wasm",
] }
wasm-bindgen = { version = "0.2.82", features = [
wasm-bindgen = {version = "0.2.82", features = [
"serde-serialize",
"enable-interning",
] }
]}

[package.metadata.wasm-pack.profile.release]
wasm-opt = false
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rayon = "1"
relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
swc_core = { version = "0.16.0", features = [
swc_core = { version = "0.18.0", features = [
"trace_macro",
"common_concurrent",
"base",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.245",
"version": "1.2.246",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit 986810b

Please sign in to comment.