mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
chore: Publish v1.3.48
with swc_core
v0.75.0
(#7233)
This commit is contained in:
parent
2204b7809b
commit
e12a44346c
1750
bindings/Cargo.lock
generated
1750
bindings/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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.74.6", features = [
|
||||
swc_core = { version = "0.75.0", features = [
|
||||
"allocator_node",
|
||||
"ecma_ast",
|
||||
"ecma_ast_serde",
|
||||
|
@ -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.47"
|
||||
version = "1.3.48"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -28,15 +28,13 @@ swc_v2 = []
|
||||
# i32
|
||||
# i64
|
||||
# u128
|
||||
plugin = [
|
||||
#"swc_core/plugin_transform_host_js"
|
||||
]
|
||||
plugin = []
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde-wasm-bindgen = "0.4.5"
|
||||
swc_core = { version = "0.74.6", features = [
|
||||
swc_core = { version = "0.75.0", features = [
|
||||
"ecma_ast_serde",
|
||||
"common_perf",
|
||||
"binding_macro_wasm",
|
||||
|
@ -27,7 +27,7 @@ relative-path = "1.6.1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = { version = "1", features = ["unbounded_depth"] }
|
||||
sourcemap = "6.2.2"
|
||||
swc_core = { version = "0.74.6", features = [
|
||||
swc_core = { version = "0.75.0", features = [
|
||||
"trace_macro",
|
||||
"common_concurrent",
|
||||
"base_concurrent",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core",
|
||||
"version": "1.3.47",
|
||||
"version": "1.3.48",
|
||||
"description": "Super-fast alternative for babel",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user