mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
chore: Publish 1.7.9-nightly-20240809.1
with swc_core
v0.100.5
This commit is contained in:
parent
e697c1c649
commit
560a4bbd87
16
bindings/Cargo.lock
generated
16
bindings/Cargo.lock
generated
@ -237,7 +237,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_core_wasm"
|
||||
version = "1.7.8"
|
||||
version = "1.7.9-nightly-20240809.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -297,7 +297,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_minifier_wasm"
|
||||
version = "1.7.8"
|
||||
version = "1.7.9-nightly-20240809.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -310,7 +310,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_typescript_wasm"
|
||||
version = "1.7.8"
|
||||
version = "1.7.9-nightly-20240809.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -3074,7 +3074,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.91.362"
|
||||
version = "0.91.363"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"swc_cli_impl",
|
||||
@ -3192,9 +3192,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.100.4"
|
||||
version = "0.100.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "52eac0cf8257d8a3eeb93c39288af9b3b3b801a86c231503dfc10a8a0afebac2"
|
||||
checksum = "186f15405257710c06ea6587d6fd791c1e15c17dc0512194239a26016914e02b"
|
||||
dependencies = [
|
||||
"binding_macros",
|
||||
"swc",
|
||||
@ -3915,9 +3915,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_fast_ts_strip"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed0a2714ae7c0474886975b222078ac687038b49f995529701faa6bfa8da9324"
|
||||
checksum = "bc4abc832d2cbe6e304d0a5b48c74b15d7485598f6af5ed2166c8124b9dd5257"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"serde",
|
||||
|
@ -26,9 +26,9 @@ resolver = "2"
|
||||
swc_common = "0.37.2"
|
||||
swc_compiler_base = "0.16.0"
|
||||
swc_config = "0.1.15"
|
||||
swc_core = "0.100.4"
|
||||
swc_core = "0.100.5"
|
||||
swc_error_reporters = "0.21.0"
|
||||
swc_fast_ts_strip = "0.5.1"
|
||||
swc_fast_ts_strip = "0.5.2"
|
||||
swc_malloc = "0.5.11"
|
||||
swc_nodejs_common = "0.0.8"
|
||||
tracing = "0.1.40"
|
||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
||||
name = "binding_core_wasm"
|
||||
publish = false
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "1.7.8"
|
||||
version = "1.7.9-nightly-20240809.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
||||
name = "binding_minifier_wasm"
|
||||
publish = false
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "1.7.8"
|
||||
version = "1.7.9-nightly-20240809.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
||||
name = "binding_typescript_wasm"
|
||||
publish = false
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "1.7.8"
|
||||
version = "1.7.9-nightly-20240809.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
@ -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.362"
|
||||
version = "0.91.363"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.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.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-darwin-x64",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm-gnueabihf",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-gnu",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-musl",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-gnu",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-musl",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-arm64-msvc",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-ia32-msvc",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-x64-msvc",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.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.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-darwin-x64",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm-gnueabihf",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-gnu",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-musl",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-gnu",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-musl",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-arm64-msvc",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-ia32-msvc",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-x64-msvc",
|
||||
"version": "1.7.8",
|
||||
"version": "1.7.9-nightly-20240809.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user