mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 07:02:28 +03:00
chore: Publish 1.3.103-nightly-20240105.1
This commit is contained in:
parent
d9a79a0a39
commit
1bdfbb5153
@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
|
|||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||||
|
|
||||||
swc_core = { version = "0.87.16", features = [
|
swc_core = { version = "0.87.19", features = [
|
||||||
"allocator_node",
|
"allocator_node",
|
||||||
"ecma_ast",
|
"ecma_ast",
|
||||||
"ecma_codegen",
|
"ecma_codegen",
|
||||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||||||
name = "binding_core_wasm"
|
name = "binding_core_wasm"
|
||||||
publish = false
|
publish = false
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "1.3.103-nightly-20240104.1"
|
version = "1.3.103-nightly-20240105.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -35,7 +35,7 @@ anyhow = "1.0.66"
|
|||||||
getrandom = { version = "0.2.10", features = ["js"] }
|
getrandom = { version = "0.2.10", features = ["js"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde-wasm-bindgen = "0.4.5"
|
serde-wasm-bindgen = "0.4.5"
|
||||||
swc_core = { version = "0.87.16", features = [
|
swc_core = { version = "0.87.19", features = [
|
||||||
"ecma_ast_serde",
|
"ecma_ast_serde",
|
||||||
"ecma_codegen",
|
"ecma_codegen",
|
||||||
"binding_macro_wasm",
|
"binding_macro_wasm",
|
||||||
|
@ -35,9 +35,9 @@ tracing-chrome = "0.5.0"
|
|||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||||
|
|
||||||
swc_compiler_base = { version = "0.4.13", features = ["node"] }
|
swc_compiler_base = { version = "0.4.16", features = ["node"] }
|
||||||
swc_config = "0.1.9"
|
swc_config = "0.1.9"
|
||||||
swc_core = { version = "0.87.16", features = [
|
swc_core = { version = "0.87.19", features = [
|
||||||
"allocator_node",
|
"allocator_node",
|
||||||
"common_concurrent",
|
"common_concurrent",
|
||||||
"common_sourcemap",
|
"common_sourcemap",
|
||||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||||||
name = "binding_minifier_wasm"
|
name = "binding_minifier_wasm"
|
||||||
publish = false
|
publish = false
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "1.3.103-nightly-20240104.1"
|
version = "1.3.103-nightly-20240105.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -35,7 +35,7 @@ anyhow = "1.0.66"
|
|||||||
getrandom = { version = "0.2.10", features = ["js"] }
|
getrandom = { version = "0.2.10", features = ["js"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde-wasm-bindgen = "0.4.5"
|
serde-wasm-bindgen = "0.4.5"
|
||||||
swc_core = { version = "0.87.16", features = [
|
swc_core = { version = "0.87.19", features = [
|
||||||
"ecma_ast_serde",
|
"ecma_ast_serde",
|
||||||
"ecma_codegen",
|
"ecma_codegen",
|
||||||
"binding_macro_wasm",
|
"binding_macro_wasm",
|
||||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_cli"
|
name = "swc_cli"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.91.126"
|
version = "0.91.127"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
@ -23,5 +23,5 @@ plugin = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.66"
|
anyhow = "1.0.66"
|
||||||
swc_cli_impl = "0.5.16"
|
swc_cli_impl = "0.5.18"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core",
|
"name": "@swc/core",
|
||||||
"version": "1.3.103-nightly-20240104.1",
|
"version": "1.3.103-nightly-20240105.1",
|
||||||
"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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier",
|
"name": "@swc/minifier",
|
||||||
"version": "1.3.103-nightly-20240104.1",
|
"version": "1.3.103-nightly-20240105.1",
|
||||||
"description": "Super-fast alternative for terser",
|
"description": "Super-fast alternative for terser",
|
||||||
"homepage": "https://swc.rs",
|
"homepage": "https://swc.rs",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user