mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
chore: Publish v1.2.157
This commit is contained in:
parent
a74d4ca679
commit
b4906cc1d5
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4496,7 +4496,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
||||
|
||||
[[package]]
|
||||
name = "wasm"
|
||||
version = "1.2.156"
|
||||
version = "1.2.157"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
||||
name = "wasm"
|
||||
publish = false
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "1.2.156"
|
||||
version = "1.2.157"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
@ -41,4 +41,4 @@ swc_ecmascript = { path = "../swc_ecmascript" }
|
||||
tracing = { version = "0.1.32", features = ["release_max_level_off"] }
|
||||
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
|
||||
wasmer = { version = "2.2.0", optional = true, default-features = false }
|
||||
wasmer-wasi = { version = "2.2.0", optional = true, default-features = false }
|
||||
wasmer-wasi = { version = "2.2.0", optional = true, default-features = false }
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core",
|
||||
"version": "1.2.156",
|
||||
"version": "1.2.157",
|
||||
"description": "Super-fast alternative for babel",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user