chore: Publish 1.3.98-nightly-20231121.1

This commit is contained in:
SWC Bot 2023-11-21 00:07:29 +00:00
parent 7cec0ac1a0
commit e23adc81c9
7 changed files with 11 additions and 11 deletions

View File

@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_core = { version = "0.86.68", features = [
swc_core = { version = "0.86.73", features = [
"allocator_node",
"ecma_ast",
"ecma_codegen",

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.98-nightly-20231120.1"
version = "1.3.98-nightly-20231121.1"
[lib]
bench = false
@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.86.68", features = [
swc_core = { version = "0.86.73", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",

View File

@ -35,9 +35,9 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_compiler_base = { version = "0.3.63", features = ["node"] }
swc_compiler_base = { version = "0.3.68", features = ["node"] }
swc_config = "0.1.7"
swc_core = { version = "0.86.68", features = [
swc_core = { version = "0.86.73", features = [
"allocator_node",
"common_concurrent",
"common_sourcemap",

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.98-nightly-20231120.1"
version = "1.3.98-nightly-20231121.1"
[lib]
bench = false
@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.86.68", features = [
swc_core = { version = "0.86.73", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.87"
version = "0.91.88"
[[bin]]
bench = false
@ -23,5 +23,5 @@ plugin = [
[dependencies]
anyhow = "1.0.66"
swc_cli_impl = "0.4.68"
swc_cli_impl = "0.4.71"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.3.98-nightly-20231120.1",
"version": "1.3.98-nightly-20231121.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",