chore: Publish v1.3.106 with swc_core v0.89.1 (#8554)

This commit is contained in:
Donny/강동윤 2024-01-25 14:05:42 +09:00 committed by GitHub
parent 2e5ac7a7aa
commit 4c0e4fb158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

6
bindings/Cargo.lock generated
View File

@ -229,7 +229,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.3.106-nightly-20240125.1"
version = "1.3.106"
dependencies = [
"anyhow",
"getrandom",
@ -289,7 +289,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.3.106-nightly-20240125.1"
version = "1.3.106"
dependencies = [
"anyhow",
"getrandom",
@ -2975,7 +2975,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.152"
version = "0.91.153"
dependencies = [
"anyhow",
"swc_cli_impl",

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.106-nightly-20240125.1"
version = "1.3.106"
[lib]
bench = false

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.106-nightly-20240125.1"
version = "1.3.106"
[lib]
bench = false

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

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.106-nightly-20240125.1",
"version": "1.3.106",
"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.106-nightly-20240125.1",
"version": "1.3.106",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",