chore: Publish 1.6.8-nightly-20240705.1 with swc_core v0.96.5

This commit is contained in:
강동윤 (Donny) 2024-07-05 21:47:37 +09:00
parent 6acce0c86f
commit e2ae26bbdd
29 changed files with 65 additions and 62 deletions

45
bindings/Cargo.lock generated
View File

@ -231,7 +231,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.6.8-nightly-20240704.3"
version = "1.6.8-nightly-20240705.1"
dependencies = [
"anyhow",
"getrandom",
@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.6.8-nightly-20240704.3"
version = "1.6.8-nightly-20240705.1"
dependencies = [
"anyhow",
"getrandom",
@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "binding_typescript_wasm"
version = "1.6.8-nightly-20240704.3"
version = "1.6.8-nightly-20240705.1"
dependencies = [
"anyhow",
"getrandom",
@ -2883,9 +2883,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "swc"
version = "0.279.0"
version = "0.279.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "267d1595c1992901ff8d9b0b299b000c38c1f4bcc117c7a60652acaaac77e356"
checksum = "e360f7055c05d58acf732bac714094f46556ee0d271f58fcd9f3683853d05e1a"
dependencies = [
"anyhow",
"base64",
@ -2998,7 +2998,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.302"
version = "0.91.303"
dependencies = [
"anyhow",
"swc_cli_impl",
@ -3115,9 +3115,9 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.96.3"
version = "0.96.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87a2d720901d7fd7f80d882db82c8418d8d44a781face8304ad6221df1b045a4"
checksum = "dd2c20bf289bbc4b6eb2ab21623b4db8ea5d269438fe34aff2df5223dbf562c8"
dependencies = [
"binding_macros",
"swc",
@ -3443,9 +3443,9 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.197.2"
version = "0.197.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f9852fc8849b5e0d442bd59b6054f908d03b1af4229a9adcf6aae9db2d366b7"
checksum = "adde00302d7ddb37f312ee6d07078c7f3c7ede36c0f81c5050bae1d4c3fe501c"
dependencies = [
"arrayvec",
"indexmap 2.2.6",
@ -3478,9 +3478,9 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.146.8"
version = "0.146.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cb0661386d67b828093fe7e87381c0808298595ba38cd00101973e70ab66dd6"
checksum = "95d2128fee5628aa6a205de62d38c7a3f1b901f4483ba3dfd73da29168c1b9ac"
dependencies = [
"either",
"new_debug_unreachable",
@ -3545,9 +3545,9 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.140.1"
version = "0.140.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4341c6272c4feaaf22cc8104f65ebcadac8ad2098dfacb6eb62e8c053698a40d"
checksum = "d37dc505c92af56d0f77cf6f31a6ccd37ac40cad1e01ff77277e0b1c70e8f8ff"
dependencies = [
"better_scoped_tls",
"bitflags 2.5.0",
@ -3684,9 +3684,9 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.174.2"
version = "0.174.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "779a6d7db3524ab63f44ebc7944c96fd2b845475fef1411d1b211719f93980bf"
checksum = "6df8aa6752cc2fcf3d78ac67827542fb666e52283f2b26802aa058906bb750d3"
dependencies = [
"either",
"rustc-hash",
@ -3763,9 +3763,9 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.130.2"
version = "0.130.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "612fea1ef92ca438eebdd60c7969e6ee6191eb2e4306018584b9e82390c5e093"
checksum = "13e62b199454a576c5fdbd7e1bef8ab88a395427456d8a713d994b7d469833aa"
dependencies = [
"indexmap 2.2.6",
"num_cpus",
@ -3834,13 +3834,16 @@ dependencies = [
[[package]]
name = "swc_fast_ts_strip"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b318927847fba58352647cf78ee30edfe25d160b5ee9b43c1456b27a181d575"
checksum = "81aca80ec80f5afc5bf37856fdbeb17a5227f2fb1adc85fded5ae738a24c667e"
dependencies = [
"anyhow",
"serde",
"swc_core",
"swc_common",
"swc_ecma_ast",
"swc_ecma_parser",
"swc_ecma_visit",
]
[[package]]

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.96.3", features = [
swc_core = { version = "0.96.5", 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.6.8-nightly-20240704.3"
version = "1.6.8-nightly-20240705.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.96.3", features = [
swc_core = { version = "0.96.5", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",

View File

@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_compiler_base = { version = "0.12.1", features = ["node"] }
swc_config = "0.1.14"
swc_core = { version = "0.96.3", features = [
swc_core = { version = "0.96.5", features = [
"allocator_node",
"common_concurrent",
"common_sourcemap",
@ -50,6 +50,6 @@ swc_core = { version = "0.96.3", features = [
"ecma_transforms",
"ecma_visit",
] }
swc_error_reporters = "0.18.0"
swc_error_reporters = "0.18.1"
swc_malloc = "0.5.10"
swc_nodejs_common = "0.0.8"

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.6.8-nightly-20240704.3"
version = "1.6.8-nightly-20240705.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.96.3", features = [
swc_core = { version = "0.96.5", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.6.8-nightly-20240704.3"
version = "1.6.8-nightly-20240705.1"
[lib]
bench = false
@ -15,14 +15,14 @@ crate-type = ["cdylib"]
[features]
[dependencies]
anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde_json = "1.0.120"
swc_common = "0.34.3"
swc_error_reporters = "0.18.0"
swc_fast_ts_strip = "0.1.1"
tracing = { version = "0.1.37", features = ["max_level_off"] }
wasm-bindgen = { version = "0.2.82", features = ["enable-interning"] }
anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde_json = "1.0.120"
swc_common = "0.34.3"
swc_error_reporters = "0.18.1"
swc_fast_ts_strip = "0.1.2"
tracing = { version = "0.1.37", features = ["max_level_off"] }
wasm-bindgen = { version = "0.2.82", features = ["enable-interning"] }
wasm-bindgen-futures = { version = "0.4.41" }

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.302"
version = "0.91.303"
[[bin]]
bench = false

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"win32"
],

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.6.8-nightly-20240704.3",
"version": "1.6.8-nightly-20240705.1",
"os": [
"win32"
],