mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +03:00
chore: Publish v1.2.164
This commit is contained in:
parent
4c89ddd020
commit
c45d9c5697
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4450,7 +4450,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm"
|
name = "wasm"
|
||||||
version = "1.2.163"
|
version = "1.2.164"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"console_error_panic_hook",
|
"console_error_panic_hook",
|
||||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||||||
name = "wasm"
|
name = "wasm"
|
||||||
publish = false
|
publish = false
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "1.2.163"
|
version = "1.2.164"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -30,20 +30,20 @@ plugin = [
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.42"
|
anyhow = "1.0.42"
|
||||||
console_error_panic_hook = "0.1.6"
|
console_error_panic_hook = "0.1.6"
|
||||||
js-sys = {version = "0.3.56", optional = true}
|
js-sys = { version = "0.3.56", optional = true }
|
||||||
once_cell = "1.10.0"
|
once_cell = "1.10.0"
|
||||||
parking_lot_core = "0.9.1"
|
parking_lot_core = "0.9.1"
|
||||||
path-clean = "0.1"
|
path-clean = "0.1"
|
||||||
serde = {version = "1", features = ["derive"]}
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
swc = {path = "../swc"}
|
swc = { path = "../swc" }
|
||||||
swc_common = {path = "../swc_common", features = ["perf"]}
|
swc_common = { path = "../swc_common", features = ["perf"] }
|
||||||
swc_ecma_lints = {path = "../swc_ecma_lints", features = [
|
swc_ecma_lints = { path = "../swc_ecma_lints", features = [
|
||||||
"non_critical_lints",
|
"non_critical_lints",
|
||||||
]}
|
] }
|
||||||
swc_ecmascript = {path = "../swc_ecmascript"}
|
swc_ecmascript = { path = "../swc_ecmascript" }
|
||||||
swc_plugin_runner = {path = "../swc_plugin_runner", default-features = false, optional = true}
|
swc_plugin_runner = { path = "../swc_plugin_runner", default-features = false, optional = true }
|
||||||
tracing = {version = "0.1.32", features = ["release_max_level_off"]}
|
tracing = { version = "0.1.32", features = ["release_max_level_off"] }
|
||||||
wasm-bindgen = {version = "0.2", features = ["serde-serialize"]}
|
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
|
||||||
wasmer = {version = "2.2.1", optional = true, default-features = false}
|
wasmer = { version = "2.2.1", optional = true, default-features = false }
|
||||||
wasmer-wasi = {version = "2.2.1", optional = true, default-features = false}
|
wasmer-wasi = { version = "2.2.1", optional = true, default-features = false }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core",
|
"name": "@swc/core",
|
||||||
"version": "1.2.163",
|
"version": "1.2.164",
|
||||||
"description": "Super-fast alternative for babel",
|
"description": "Super-fast alternative for babel",
|
||||||
"homepage": "https://swc.rs",
|
"homepage": "https://swc.rs",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user