chore: Publish v1.3.48 with swc_core v0.75.0 (#7233)

This commit is contained in:
Donny/강동윤 2023-04-10 13:13:46 +09:00 committed by GitHub
parent 2204b7809b
commit e12a44346c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1405 additions and 359 deletions

1750
bindings/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",