chore: Publish 1.5.1 with swc_core v0.91.1

This commit is contained in:
강동윤 (Donny) 2024-04-27 15:29:15 +09:00
parent b3d495f796
commit bb317aaf26
18 changed files with 28 additions and 28 deletions

18
bindings/Cargo.lock generated
View File

@ -231,7 +231,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_core_wasm" name = "binding_core_wasm"
version = "1.5.1-nightly-20240426.1" version = "1.5.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -291,7 +291,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_minifier_wasm" name = "binding_minifier_wasm"
version = "1.5.1-nightly-20240426.1" version = "1.5.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -3074,7 +3074,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli" name = "swc_cli"
version = "0.91.231" version = "0.91.232"
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.91.0" version = "0.91.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5776d10cea194e95e7db839d0515dcbb7ac24fa6a087f90e9b6132b832bb399" checksum = "721681a7b611c4e9cf8ab4dd39d325a252ae5ae7c2621028d61a7ae0446f723c"
dependencies = [ dependencies = [
"binding_macros", "binding_macros",
"swc", "swc",
@ -3517,9 +3517,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.193.0" version = "0.193.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b0f521603b4a32a25d9a6c9bdc9c06a053dc1708f4952faab1c41bbc717e644" checksum = "092389a510078005497bd419cc029ef9e7f2d45fd543b0033b6e66a87741a3d3"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"indexmap 2.1.0", "indexmap 2.1.0",
@ -3757,9 +3757,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_proposal" name = "swc_ecma_transforms_proposal"
version = "0.172.0" version = "0.172.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "067a79cba791af32fb0634c0ca08051e47b56ccfe8d07349b7787b22da401084" checksum = "596a710114929c73074e9188663909755dd864c76d9d90ccac6b45c1b83533b7"
dependencies = [ dependencies = [
"either", "either",
"rustc-hash", "rustc-hash",

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.91.0", features = [ swc_core = { version = "0.91.1", 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.1-nightly-20240426.1" version = "1.5.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.91.0", features = [ swc_core = { version = "0.91.1", 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.8.0", features = ["node"] } swc_compiler_base = { version = "0.8.0", features = ["node"] }
swc_config = "0.1.12" swc_config = "0.1.12"
swc_core = { version = "0.91.0", features = [ swc_core = { version = "0.91.1", 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.1-nightly-20240426.1" version = "1.5.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.91.0", features = [ swc_core = { version = "0.91.1", 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.231" version = "0.91.232"
[[bin]] [[bin]]
bench = false bench = false

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core", "name": "@swc/core",
"version": "1.5.1-nightly-20240426.1", "version": "1.5.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier", "name": "@swc/minifier",
"version": "1.5.1-nightly-20240426.1", "version": "1.5.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",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-darwin-x64", "name": "@swc/minifier-darwin-x64",
"version": "1.5.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"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.0", "version": "1.5.1",
"os": [ "os": [
"win32" "win32"
], ],