mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
chore: Publish 1.6.13-nightly-20240706.1
with swc_core
v0.96.9
This commit is contained in:
parent
d82d52f573
commit
784a3c0773
24
bindings/Cargo.lock
generated
24
bindings/Cargo.lock
generated
@ -231,7 +231,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_core_wasm"
|
||||
version = "1.6.12"
|
||||
version = "1.6.13-nightly-20240706.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -291,7 +291,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_minifier_wasm"
|
||||
version = "1.6.12"
|
||||
version = "1.6.13-nightly-20240706.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -304,7 +304,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_typescript_wasm"
|
||||
version = "1.6.12"
|
||||
version = "1.6.13-nightly-20240706.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -2998,7 +2998,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.91.315"
|
||||
version = "0.91.316"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"swc_cli_impl",
|
||||
@ -3115,9 +3115,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.96.7"
|
||||
version = "0.96.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a928f84116c4c08589dde865cde7ed452ef5224cf1dbdf2f3625c09199c904e5"
|
||||
checksum = "de60918c09a10e55b659b4e70029d283da815e3107b22f79ec9fac280d4d8843"
|
||||
dependencies = [
|
||||
"binding_macros",
|
||||
"swc",
|
||||
@ -3478,9 +3478,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_parser"
|
||||
version = "0.146.11"
|
||||
version = "0.146.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2e486565f2ee51a41cbbfbcb1ff5b0307116af2e5d597f9d37e19db312e7d5c1"
|
||||
checksum = "0a4e0c2e85f12c63b85c805e923079b04d1fb3e25edd069d638eed5f2098de74"
|
||||
dependencies = [
|
||||
"either",
|
||||
"new_debug_unreachable",
|
||||
@ -3834,9 +3834,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_fast_ts_strip"
|
||||
version = "0.1.4"
|
||||
version = "0.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aea17d15cb3846f2b9fc6cc1ebcdce22bbc6309db28b066975913e668ec83b1d"
|
||||
checksum = "df176355b2117936b42880c7a64b602f2e125acb047fa68ddfec1c3ae86ee4f1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"serde",
|
||||
@ -3936,9 +3936,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_plugin_proxy"
|
||||
version = "0.44.1"
|
||||
version = "0.44.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c84d30aea0b8b63a4d7d33446ff1720f7d37ca69545854825936224b9dbe4bfd"
|
||||
checksum = "3d5460f8f89905a6d698d8d9a965f6c99888c8ebcbb5a0266556d06ad39f09f7"
|
||||
dependencies = [
|
||||
"better_scoped_tls",
|
||||
"rkyv",
|
||||
|
@ -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.7", features = [
|
||||
swc_core = { version = "0.96.9", features = [
|
||||
"allocator_node",
|
||||
"ecma_ast",
|
||||
"ecma_codegen",
|
||||
|
@ -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.12"
|
||||
version = "1.6.13-nightly-20240706.1"
|
||||
|
||||
[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.7", features = [
|
||||
swc_core = { version = "0.96.9", features = [
|
||||
"ecma_ast_serde",
|
||||
"ecma_codegen",
|
||||
"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_config = "0.1.14"
|
||||
swc_core = { version = "0.96.7", features = [
|
||||
swc_core = { version = "0.96.9", features = [
|
||||
"allocator_node",
|
||||
"common_concurrent",
|
||||
"common_sourcemap",
|
||||
|
@ -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.12"
|
||||
version = "1.6.13-nightly-20240706.1"
|
||||
|
||||
[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.7", features = [
|
||||
swc_core = { version = "0.96.9", features = [
|
||||
"ecma_ast_serde",
|
||||
"ecma_codegen",
|
||||
"binding_macro_wasm",
|
||||
|
@ -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.12"
|
||||
version = "1.6.13-nightly-20240706.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -22,7 +22,7 @@ serde-wasm-bindgen = "0.4.5"
|
||||
serde_json = "1.0.120"
|
||||
swc_common = "0.34.4"
|
||||
swc_error_reporters = "0.18.1"
|
||||
swc_fast_ts_strip = "0.1.4"
|
||||
swc_fast_ts_strip = "0.1.6"
|
||||
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" }
|
||||
|
@ -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.315"
|
||||
version = "0.91.316"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"description": "Super-fast alternative for babel",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-darwin-arm64",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-darwin-x64",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm-gnueabihf",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-gnu",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-musl",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-gnu",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-musl",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-arm64-msvc",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-ia32-msvc",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-x64-msvc",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"description": "Super-fast alternative for terser",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-darwin-arm64",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-darwin-x64",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm-gnueabihf",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-gnu",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-musl",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-gnu",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-musl",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-arm64-msvc",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-ia32-msvc",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-x64-msvc",
|
||||
"version": "1.6.12",
|
||||
"version": "1.6.13-nightly-20240706.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user