mirror of
https://github.com/swc-project/swc.git
synced 2024-11-25 13:38:10 +03:00
chore: Publish 1.6.8-nightly-20240704.2
with swc_core
v0.96.3
This commit is contained in:
parent
401ef98b6a
commit
f04365a4cf
16
bindings/Cargo.lock
generated
16
bindings/Cargo.lock
generated
@ -231,7 +231,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_core_wasm"
|
name = "binding_core_wasm"
|
||||||
version = "1.6.8-nightly-20240704.1"
|
version = "1.6.8-nightly-20240704.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -291,7 +291,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_minifier_wasm"
|
name = "binding_minifier_wasm"
|
||||||
version = "1.6.8-nightly-20240704.1"
|
version = "1.6.8-nightly-20240704.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -304,7 +304,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_typescript_wasm"
|
name = "binding_typescript_wasm"
|
||||||
version = "1.6.8-nightly-20240704.1"
|
version = "1.6.8-nightly-20240704.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -3038,7 +3038,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_cli"
|
name = "swc_cli"
|
||||||
version = "0.91.300"
|
version = "0.91.301"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"swc_cli_impl",
|
"swc_cli_impl",
|
||||||
@ -3155,9 +3155,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_core"
|
name = "swc_core"
|
||||||
version = "0.96.2"
|
version = "0.96.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e038f7ddc2b4832a4265ba1a307dfbaa7258b8a6c533271bf06ac7b346fb58c5"
|
checksum = "87a2d720901d7fd7f80d882db82c8418d8d44a781face8304ad6221df1b045a4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"binding_macros",
|
"binding_macros",
|
||||||
"swc",
|
"swc",
|
||||||
@ -3462,9 +3462,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_ecma_loader"
|
name = "swc_ecma_loader"
|
||||||
version = "0.46.0"
|
version = "0.46.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "de65ea1e3f6fe8d62121eb5889ef98ca41b04425df85cd1a3b81637057a2b035"
|
checksum = "5a9febebf047d1286e7b723fa2758f3229da2c103834f3eaee69833f46692612"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"dashmap",
|
"dashmap",
|
||||||
|
@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
|
|||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
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",
|
"allocator_node",
|
||||||
"ecma_ast",
|
"ecma_ast",
|
||||||
"ecma_codegen",
|
"ecma_codegen",
|
||||||
|
@ -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.6.8-nightly-20240704.1"
|
version = "1.6.8-nightly-20240704.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -35,7 +35,7 @@ anyhow = "1.0.66"
|
|||||||
getrandom = { version = "0.2.10", features = ["js"] }
|
getrandom = { version = "0.2.10", features = ["js"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde-wasm-bindgen = "0.4.5"
|
serde-wasm-bindgen = "0.4.5"
|
||||||
swc_core = { version = "0.96.2", features = [
|
swc_core = { version = "0.96.3", features = [
|
||||||
"ecma_ast_serde",
|
"ecma_ast_serde",
|
||||||
"ecma_codegen",
|
"ecma_codegen",
|
||||||
"binding_macro_wasm",
|
"binding_macro_wasm",
|
||||||
|
@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
|||||||
|
|
||||||
swc_compiler_base = { version = "0.12.1", features = ["node"] }
|
swc_compiler_base = { version = "0.12.1", features = ["node"] }
|
||||||
swc_config = "0.1.14"
|
swc_config = "0.1.14"
|
||||||
swc_core = { version = "0.96.2", features = [
|
swc_core = { version = "0.96.3", features = [
|
||||||
"allocator_node",
|
"allocator_node",
|
||||||
"common_concurrent",
|
"common_concurrent",
|
||||||
"common_sourcemap",
|
"common_sourcemap",
|
||||||
|
@ -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.6.8-nightly-20240704.1"
|
version = "1.6.8-nightly-20240704.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -35,7 +35,7 @@ anyhow = "1.0.66"
|
|||||||
getrandom = { version = "0.2.10", features = ["js"] }
|
getrandom = { version = "0.2.10", features = ["js"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde-wasm-bindgen = "0.4.5"
|
serde-wasm-bindgen = "0.4.5"
|
||||||
swc_core = { version = "0.96.2", features = [
|
swc_core = { version = "0.96.3", features = [
|
||||||
"ecma_ast_serde",
|
"ecma_ast_serde",
|
||||||
"ecma_codegen",
|
"ecma_codegen",
|
||||||
"binding_macro_wasm",
|
"binding_macro_wasm",
|
||||||
|
@ -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.6.8-nightly-20240704.1"
|
version = "1.6.8-nightly-20240704.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
@ -20,7 +20,7 @@ getrandom = { version = "0.2.10", features = ["js"] }
|
|||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde-wasm-bindgen = "0.4.5"
|
serde-wasm-bindgen = "0.4.5"
|
||||||
serde_json = "1.0.120"
|
serde_json = "1.0.120"
|
||||||
swc_core = { version = "0.96.2", features = [
|
swc_core = { version = "0.96.3", features = [
|
||||||
"common",
|
"common",
|
||||||
"common_sourcemap",
|
"common_sourcemap",
|
||||||
"ecma_ast",
|
"ecma_ast",
|
||||||
@ -35,4 +35,3 @@ swc_error_reporters = "0.18.0"
|
|||||||
tracing = { version = "0.1.37", features = ["max_level_off"] }
|
tracing = { version = "0.1.37", features = ["max_level_off"] }
|
||||||
wasm-bindgen = { version = "0.2.82", features = ["enable-interning"] }
|
wasm-bindgen = { version = "0.2.82", features = ["enable-interning"] }
|
||||||
wasm-bindgen-futures = { version = "0.4.41" }
|
wasm-bindgen-futures = { version = "0.4.41" }
|
||||||
|
|
||||||
|
@ -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.300"
|
version = "0.91.301"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core",
|
"name": "@swc/core",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-darwin-arm64",
|
"name": "@swc/core-darwin-arm64",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-darwin-x64",
|
"name": "@swc/core-darwin-x64",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-arm-gnueabihf",
|
"name": "@swc/core-linux-arm-gnueabihf",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-arm64-gnu",
|
"name": "@swc/core-linux-arm64-gnu",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-arm64-musl",
|
"name": "@swc/core-linux-arm64-musl",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-x64-gnu",
|
"name": "@swc/core-linux-x64-gnu",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-x64-musl",
|
"name": "@swc/core-linux-x64-musl",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-win32-arm64-msvc",
|
"name": "@swc/core-win32-arm64-msvc",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-win32-ia32-msvc",
|
"name": "@swc/core-win32-ia32-msvc",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-win32-x64-msvc",
|
"name": "@swc/core-win32-x64-msvc",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier",
|
"name": "@swc/minifier",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-darwin-arm64",
|
"name": "@swc/minifier-darwin-arm64",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-darwin-x64",
|
"name": "@swc/minifier-darwin-x64",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-arm-gnueabihf",
|
"name": "@swc/minifier-linux-arm-gnueabihf",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-arm64-gnu",
|
"name": "@swc/minifier-linux-arm64-gnu",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-arm64-musl",
|
"name": "@swc/minifier-linux-arm64-musl",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-x64-gnu",
|
"name": "@swc/minifier-linux-x64-gnu",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-x64-musl",
|
"name": "@swc/minifier-linux-x64-musl",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-win32-arm64-msvc",
|
"name": "@swc/minifier-win32-arm64-msvc",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-win32-ia32-msvc",
|
"name": "@swc/minifier-win32-ia32-msvc",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-win32-x64-msvc",
|
"name": "@swc/minifier-win32-x64-msvc",
|
||||||
"version": "1.6.8-nightly-20240704.1",
|
"version": "1.6.8-nightly-20240704.2",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user