chore: Publish 1.6.8-nightly-20240704.2 with swc_core v0.96.3

This commit is contained in:
강동윤 (Donny) 2024-07-04 18:26:07 +09:00
parent 401ef98b6a
commit f04365a4cf
29 changed files with 39 additions and 40 deletions

16
bindings/Cargo.lock generated
View File

@ -231,7 +231,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.6.8-nightly-20240704.1"
version = "1.6.8-nightly-20240704.2"
dependencies = [
"anyhow",
"getrandom",
@ -291,7 +291,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.6.8-nightly-20240704.1"
version = "1.6.8-nightly-20240704.2"
dependencies = [
"anyhow",
"getrandom",
@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "binding_typescript_wasm"
version = "1.6.8-nightly-20240704.1"
version = "1.6.8-nightly-20240704.2"
dependencies = [
"anyhow",
"getrandom",
@ -3038,7 +3038,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.300"
version = "0.91.301"
dependencies = [
"anyhow",
"swc_cli_impl",
@ -3155,9 +3155,9 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.96.2"
version = "0.96.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e038f7ddc2b4832a4265ba1a307dfbaa7258b8a6c533271bf06ac7b346fb58c5"
checksum = "87a2d720901d7fd7f80d882db82c8418d8d44a781face8304ad6221df1b045a4"
dependencies = [
"binding_macros",
"swc",
@ -3462,9 +3462,9 @@ dependencies = [
[[package]]
name = "swc_ecma_loader"
version = "0.46.0"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de65ea1e3f6fe8d62121eb5889ef98ca41b04425df85cd1a3b81637057a2b035"
checksum = "5a9febebf047d1286e7b723fa2758f3229da2c103834f3eaee69833f46692612"
dependencies = [
"anyhow",
"dashmap",

View File

@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_core = { version = "0.96.2", features = [
swc_core = { version = "0.96.3", features = [
"allocator_node",
"ecma_ast",
"ecma_codegen",

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.6.8-nightly-20240704.1"
version = "1.6.8-nightly-20240704.2"
[lib]
bench = false
@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.96.2", features = [
swc_core = { version = "0.96.3", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",

View File

@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_compiler_base = { version = "0.12.1", features = ["node"] }
swc_config = "0.1.14"
swc_core = { version = "0.96.2", features = [
swc_core = { version = "0.96.3", features = [
"allocator_node",
"common_concurrent",
"common_sourcemap",

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.6.8-nightly-20240704.1"
version = "1.6.8-nightly-20240704.2"
[lib]
bench = false
@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.96.2", features = [
swc_core = { version = "0.96.3", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",

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.6.8-nightly-20240704.1"
version = "1.6.8-nightly-20240704.2"
[lib]
bench = false
@ -20,7 +20,7 @@ getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde_json = "1.0.120"
swc_core = { version = "0.96.2", features = [
swc_core = { version = "0.96.3", features = [
"common",
"common_sourcemap",
"ecma_ast",
@ -35,4 +35,3 @@ swc_error_reporters = "0.18.0"
tracing = { version = "0.1.37", features = ["max_level_off"] }
wasm-bindgen = { version = "0.2.82", features = ["enable-interning"] }
wasm-bindgen-futures = { version = "0.4.41" }

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

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"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.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"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.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.6.8-nightly-20240704.1",
"version": "1.6.8-nightly-20240704.2",
"os": [
"win32"
],