chore: Publish 1.7.13-nightly-20240819.2 with swc_core v0.101.3

This commit is contained in:
SWC Bot 2024-08-19 10:40:01 +00:00
parent 25edb1c41e
commit b7df16d0a6
28 changed files with 42 additions and 42 deletions

28
bindings/Cargo.lock generated
View File

@ -237,7 +237,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_core_wasm" name = "binding_core_wasm"
version = "1.7.13-nightly-20240819.1" version = "1.7.13-nightly-20240819.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -297,7 +297,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_minifier_wasm" name = "binding_minifier_wasm"
version = "1.7.13-nightly-20240819.1" version = "1.7.13-nightly-20240819.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -310,7 +310,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_typescript_wasm" name = "binding_typescript_wasm"
version = "1.7.13-nightly-20240819.1" version = "1.7.13-nightly-20240819.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -2946,9 +2946,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.284.0" version = "0.284.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fff48619bd4fcc630b885484e314489b4dd772cf5a8fd0f984d90e9c43e32ed" checksum = "833bb7f4073f08aec7144619a2cf682413b7a0cc8f21b7e76abd2fd02373685d"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -3074,7 +3074,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli" name = "swc_cli"
version = "0.91.376" version = "0.91.377"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"swc_cli_impl", "swc_cli_impl",
@ -3105,9 +3105,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_common" name = "swc_common"
version = "0.37.3" version = "0.37.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4a06183537a32e2213b4eebfacd8e0a3e9191c9c6f6b50fae8c19d808bb601" checksum = "70265894dfc70e4f01475d3fd11ddfcd25fae781d7352d1228168072ee6a0a40"
dependencies = [ dependencies = [
"ahash 0.8.11", "ahash 0.8.11",
"anyhow", "anyhow",
@ -3137,9 +3137,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_compiler_base" name = "swc_compiler_base"
version = "0.18.0" version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d180a1b80ded6073963e96ffaae67bf06a81ac5b2b34af07f950539d5e5c89e" checksum = "9859d605bfa3ba8323f37bc4f51839c0e21ea59b657f65865388b0adfeb0a413"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -3220,9 +3220,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_ast" name = "swc_ecma_ast"
version = "0.118.1" version = "0.118.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6c1b94abbaf080a4e4ae47101a83d4eedef90d733dd98e32b361356d3f5e4b" checksum = "a6f866d12e4d519052b92a0a86d1ac7ff17570da1272ca0c89b3d6f802cd79df"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"bytecheck", "bytecheck",
@ -3863,9 +3863,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_visit" name = "swc_ecma_visit"
version = "0.104.5" version = "0.104.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71f5f97db49b96208805104b381c5e117f55fad5f3d178e626c92934a4d0e36" checksum = "dbc4752373e273b1d2bc870a7d084a0f765270247fa82b8b9b6d746dd5282647"
dependencies = [ dependencies = [
"new_debug_unreachable", "new_debug_unreachable",
"num-bigint", "num-bigint",

View File

@ -23,8 +23,8 @@ resolver = "2"
serde_json = "1.0.120" serde_json = "1.0.120"
sourcemap = "8.0.1" sourcemap = "8.0.1"
swc_cli_impl = "0.19.0" swc_cli_impl = "0.19.0"
swc_common = "0.37.3" swc_common = "0.37.4"
swc_compiler_base = "0.18.0" swc_compiler_base = "0.18.1"
swc_config = "0.1.15" swc_config = "0.1.15"
swc_core = "0.101.3" swc_core = "0.101.3"
swc_error_reporters = "0.21.0" swc_error_reporters = "0.21.0"

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.7.13-nightly-20240819.1" version = "1.7.13-nightly-20240819.2"
[lib] [lib]
bench = false bench = false

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.7.13-nightly-20240819.1" version = "1.7.13-nightly-20240819.2"
[lib] [lib]
bench = false bench = false

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_typescript_wasm" name = "binding_typescript_wasm"
publish = false publish = false
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "1.7.13-nightly-20240819.1" version = "1.7.13-nightly-20240819.2"
[lib] [lib]
bench = false bench = false

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core", "name": "@swc/core",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"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/core-darwin-arm64", "name": "@swc/core-darwin-arm64",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-darwin-x64", "name": "@swc/core-darwin-x64",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-arm-gnueabihf", "name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-arm64-gnu", "name": "@swc/core-linux-arm64-gnu",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-arm64-musl", "name": "@swc/core-linux-arm64-musl",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-x64-gnu", "name": "@swc/core-linux-x64-gnu",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-x64-musl", "name": "@swc/core-linux-x64-musl",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-win32-arm64-msvc", "name": "@swc/core-win32-arm64-msvc",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-win32-ia32-msvc", "name": "@swc/core-win32-ia32-msvc",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-win32-x64-msvc", "name": "@swc/core-win32-x64-msvc",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier", "name": "@swc/minifier",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"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.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-darwin-x64", "name": "@swc/minifier-darwin-x64",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm-gnueabihf", "name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm64-gnu", "name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm64-musl", "name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-x64-gnu", "name": "@swc/minifier-linux-x64-gnu",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-x64-musl", "name": "@swc/minifier-linux-x64-musl",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-arm64-msvc", "name": "@swc/minifier-win32-arm64-msvc",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-ia32-msvc", "name": "@swc/minifier-win32-ia32-msvc",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-x64-msvc", "name": "@swc/minifier-win32-x64-msvc",
"version": "1.7.13-nightly-20240819.1", "version": "1.7.13-nightly-20240819.2",
"os": [ "os": [
"win32" "win32"
], ],