chore: Publish 1.5.5 with swc_core v0.92.2

This commit is contained in:
강동윤 (Donny) 2024-05-08 16:56:30 +09:00
parent 76393d9fd7
commit 2f898b5eaf
18 changed files with 32 additions and 32 deletions

26
bindings/Cargo.lock generated
View File

@ -231,7 +231,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_core_wasm" name = "binding_core_wasm"
version = "1.5.5-nightly-20240507.1" version = "1.5.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -291,7 +291,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_minifier_wasm" name = "binding_minifier_wasm"
version = "1.5.5-nightly-20240507.1" version = "1.5.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -3074,7 +3074,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli" name = "swc_cli"
version = "0.91.239" version = "0.91.240"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"swc_cli_impl", "swc_cli_impl",
@ -3189,9 +3189,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_core" name = "swc_core"
version = "0.92.0" version = "0.92.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "563b5324754cb00a8a6b5bec51215ff30d0c6b9913e7df1902577fd83899a105" checksum = "7c97db75e5096ffa8e4f3f024947636e4eafd4b5f92984f927aa142b322c9f4b"
dependencies = [ dependencies = [
"binding_macros", "binding_macros",
"swc", "swc",
@ -3216,9 +3216,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_ast" name = "swc_ecma_ast"
version = "0.113.1" version = "0.113.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae9f905b3485ab348bf9009f71852f27c560d28a0d1f1ec69f0640b86eb1adc" checksum = "29f7cbdc8d3f31a863224649258942a537be44e37cb8f5413da63b51159779b9"
dependencies = [ dependencies = [
"bitflags 2.5.0", "bitflags 2.5.0",
"bytecheck", "bytecheck",
@ -3517,9 +3517,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.194.0" version = "0.194.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1f1d8ec4149768a7ab9e03f73f01d36fd5a8636b939ad050998144ddbef1f" checksum = "d81574cd75bd8474060d148176c6e18eb4b0ff0ac69464634efd1ed0e70a208c"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"indexmap 2.1.0", "indexmap 2.1.0",
@ -3618,9 +3618,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_base" name = "swc_ecma_transforms_base"
version = "0.138.1" version = "0.138.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6511cbe8c60eced9a8e77b66aadbda26424f14a1662c68c17aeb73ac78ad83c2" checksum = "eddb95c2bdad1c9c29edf35712e1e0f9b9ddc1cdb5ba2d582fd93468cb075a03"
dependencies = [ dependencies = [
"better_scoped_tls", "better_scoped_tls",
"bitflags 2.5.0", "bitflags 2.5.0",
@ -3705,9 +3705,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_module" name = "swc_ecma_transforms_module"
version = "0.181.1" version = "0.181.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92496bb7806b5c6602bcb08a9c09c61b12232a44da605f9e50e27ecffb603822" checksum = "477b6ac686dc1e4ab1af5cc6e8417facca0d4e71ce27df0e759c94d8c365c8e2"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"anyhow", "anyhow",

View File

@ -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.92.0", features = [ swc_core = { version = "0.92.2", features = [
"allocator_node", "allocator_node",
"ecma_ast", "ecma_ast",
"ecma_codegen", "ecma_codegen",

View File

@ -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.5.5-nightly-20240507.1" version = "1.5.5"
[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.92.0", features = [ swc_core = { version = "0.92.2", features = [
"ecma_ast_serde", "ecma_ast_serde",
"ecma_codegen", "ecma_codegen",
"binding_macro_wasm", "binding_macro_wasm",

View File

@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_compiler_base = { version = "0.9.0", features = ["node"] } swc_compiler_base = { version = "0.9.0", features = ["node"] }
swc_config = "0.1.13" swc_config = "0.1.13"
swc_core = { version = "0.92.0", features = [ swc_core = { version = "0.92.2", features = [
"allocator_node", "allocator_node",
"common_concurrent", "common_concurrent",
"common_sourcemap", "common_sourcemap",

View File

@ -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.5.5-nightly-20240507.1" version = "1.5.5"
[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.92.0", features = [ swc_core = { version = "0.92.2", features = [
"ecma_ast_serde", "ecma_ast_serde",
"ecma_codegen", "ecma_codegen",
"binding_macro_wasm", "binding_macro_wasm",

View File

@ -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.239" version = "0.91.240"
[[bin]] [[bin]]
bench = false bench = false

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core", "name": "@swc/core",
"version": "1.5.5-nightly-20240507.1", "version": "1.5.5",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier", "name": "@swc/minifier",
"version": "1.5.5-nightly-20240507.1", "version": "1.5.5",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-darwin-arm64", "name": "@swc/minifier-darwin-arm64",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-darwin-x64", "name": "@swc/minifier-darwin-x64",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm-gnueabihf", "name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm64-gnu", "name": "@swc/minifier-linux-arm64-gnu",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm64-musl", "name": "@swc/minifier-linux-arm64-musl",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-x64-gnu", "name": "@swc/minifier-linux-x64-gnu",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-x64-musl", "name": "@swc/minifier-linux-x64-musl",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-arm64-msvc", "name": "@swc/minifier-win32-arm64-msvc",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-ia32-msvc", "name": "@swc/minifier-win32-ia32-msvc",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-x64-msvc", "name": "@swc/minifier-win32-x64-msvc",
"version": "1.5.4", "version": "1.5.5",
"os": [ "os": [
"win32" "win32"
], ],