chore: Publish 1.7.22-nightly-20240830.1 with swc_core v0.102.2

This commit is contained in:
SWC Bot 2024-08-30 08:03:49 +00:00
parent d0dd53137a
commit 4313e2788d
39 changed files with 46 additions and 46 deletions

16
bindings/Cargo.lock generated
View File

@ -237,7 +237,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.7.21"
version = "1.7.22-nightly-20240830.1"
dependencies = [
"anyhow",
"getrandom",
@ -324,7 +324,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.7.21"
version = "1.7.22-nightly-20240830.1"
dependencies = [
"anyhow",
"getrandom",
@ -337,7 +337,7 @@ dependencies = [
[[package]]
name = "binding_typescript_wasm"
version = "1.7.21"
version = "1.7.22-nightly-20240830.1"
dependencies = [
"anyhow",
"getrandom",
@ -3468,7 +3468,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.400"
version = "0.91.401"
dependencies = [
"anyhow",
"swc_cli_impl",
@ -3586,9 +3586,9 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.102.1"
version = "0.102.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298322fda9d61dcfa09ab3d89b4b303721e16993f1e8fca300fc09fffdadeb49"
checksum = "5449b5ad145a9457c7ae21b6d4bcb8db52e430c2e68e86fda849db2f5f53f734"
dependencies = [
"binding_macros",
"swc",
@ -4229,9 +4229,9 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.208.0"
version = "0.208.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d8447ea20ef76958a8240feef95743702485a84331e6df5bdbe7e383c87838"
checksum = "fdf7caf8e57c4380c7647be13c830f23ee5662f7c91baa9418568a9d8e570c25"
dependencies = [
"dashmap",
"indexmap 2.4.0",

View File

@ -30,7 +30,7 @@ resolver = "2"
swc_common = "0.37.5"
swc_compiler_base = "0.19.0"
swc_config = "0.1.15"
swc_core = "0.102.1"
swc_core = "0.102.2"
swc_css_ast = "0.144.0"
swc_css_codegen = "0.155.0"
swc_css_minifier = "0.120.0"

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.7.21"
version = "1.7.22-nightly-20240830.1"
[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.7.21"
version = "1.7.22-nightly-20240830.1"
[lib]
bench = false

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.7.21"
version = "1.7.22-nightly-20240830.1"
[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.400"
version = "0.91.401"
[[bin]]
bench = false

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.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.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"description": "Super-fast HTML minifier",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-arm64",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-x64",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm-gnueabihf",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-gnu",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-musl",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-gnu",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-musl",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-arm64-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-ia32-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-x64-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.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.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.7.21",
"version": "1.7.22-nightly-20240830.1",
"os": [
"win32"
],