chore: Publish v1.2.223

This commit is contained in:
Donny/강동윤 2022-08-03 19:25:28 +09:00
parent 87409946a0
commit efeb195be7
3 changed files with 13 additions and 13 deletions

2
Cargo.lock generated
View File

@ -200,7 +200,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.2.222"
version = "1.2.223"
dependencies = [
"anyhow",
"console_error_panic_hook",

View File

@ -1,21 +1,21 @@
[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.222"
edition = "2021"
license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.223"
[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/plugin", "swc_core/plugin_transform_host_js"]
@ -29,13 +29,13 @@ path-clean = "0.1.0"
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
swc = { path = "../swc" }
swc_core = { path = "../swc_core", features = ["ast", "common", "perf"] }
tracing = { version = "0.1.35", features = ["release_max_level_off"] }
wasm-bindgen = { version = "0.2.82", features = [
"serde-serialize",
"enable-interning",
] }
wasm-bindgen-futures = "0.4.32"
swc_core = { path = "../swc_core", features = ["ast", "common", "perf"] }
[package.metadata.wasm-pack.profile.release]
wasm-opt = false

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.222",
"version": "1.2.223",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",