chore: Publish 1.7.14-nightly-20240819.1 with swc_core v0.101.3

This commit is contained in:
SWC Bot 2024-08-19 12:26:34 +00:00
parent 4d46388c7f
commit f95cdab3a3
28 changed files with 35 additions and 35 deletions

16
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.2" version = "1.7.14-nightly-20240819.1"
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.2" version = "1.7.14-nightly-20240819.1"
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.2" version = "1.7.14-nightly-20240819.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"getrandom", "getrandom",
@ -3074,7 +3074,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli" name = "swc_cli"
version = "0.91.377" version = "0.91.378"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"swc_cli_impl", "swc_cli_impl",
@ -3809,9 +3809,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_typescript" name = "swc_ecma_transforms_typescript"
version = "0.197.0" version = "0.197.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad18ed5db1ae471da58452dc69221c9dccb03b33f3fc9c7a4d54f6ea8fd09c09" checksum = "19b5f73e9996c6f374c05ff724afea6e6b5de03253ef856c321ff47f23717b5e"
dependencies = [ dependencies = [
"ryu-js", "ryu-js",
"serde", "serde",
@ -3915,9 +3915,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_fast_ts_strip" name = "swc_fast_ts_strip"
version = "0.6.0" version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a7a1992f390337f39e15ee25762cf92720cd48752c0b189f1853ceab252bdf" checksum = "1011ac056bae7c822a518ad32a90077ccb1f534cd29c983f8f688d0bf33c98e4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"serde", "serde",

View File

@ -28,7 +28,7 @@ resolver = "2"
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"
swc_fast_ts_strip = "0.6.0" swc_fast_ts_strip = "0.6.1"
swc_malloc = "0.5.11" swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8" swc_nodejs_common = "0.0.8"
tracing = "0.1.40" tracing = "0.1.40"

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.2" version = "1.7.14-nightly-20240819.1"
[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.2" version = "1.7.14-nightly-20240819.1"
[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.2" version = "1.7.14-nightly-20240819.1"
[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.377" version = "0.91.378"
[[bin]] [[bin]]
bench = false bench = false

View File

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

View File

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