mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore: Publish 1.7.10-nightly-20240809.1
with swc_core
v0.100.6
This commit is contained in:
parent
1c65541392
commit
48b5a58d7d
8
bindings/Cargo.lock
generated
8
bindings/Cargo.lock
generated
@ -237,7 +237,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_core_wasm"
|
name = "binding_core_wasm"
|
||||||
version = "1.7.9"
|
version = "1.7.10-nightly-20240809.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.9"
|
version = "1.7.10-nightly-20240809.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.9"
|
version = "1.7.10-nightly-20240809.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -3074,7 +3074,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_cli"
|
name = "swc_cli"
|
||||||
version = "0.91.364"
|
version = "0.91.365"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"swc_cli_impl",
|
"swc_cli_impl",
|
||||||
|
@ -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.9"
|
version = "1.7.10-nightly-20240809.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -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.9"
|
version = "1.7.10-nightly-20240809.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -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.9"
|
version = "1.7.10-nightly-20240809.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -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.364"
|
version = "0.91.365"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core",
|
"name": "@swc/core",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-darwin-arm64",
|
"name": "@swc/core-darwin-arm64",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-darwin-x64",
|
"name": "@swc/core-darwin-x64",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-arm-gnueabihf",
|
"name": "@swc/core-linux-arm-gnueabihf",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-arm64-gnu",
|
"name": "@swc/core-linux-arm64-gnu",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-arm64-musl",
|
"name": "@swc/core-linux-arm64-musl",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-x64-gnu",
|
"name": "@swc/core-linux-x64-gnu",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-linux-x64-musl",
|
"name": "@swc/core-linux-x64-musl",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-win32-arm64-msvc",
|
"name": "@swc/core-win32-arm64-msvc",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-win32-ia32-msvc",
|
"name": "@swc/core-win32-ia32-msvc",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core-win32-x64-msvc",
|
"name": "@swc/core-win32-x64-msvc",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier",
|
"name": "@swc/minifier",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.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",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-darwin-arm64",
|
"name": "@swc/minifier-darwin-arm64",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-darwin-x64",
|
"name": "@swc/minifier-darwin-x64",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-arm-gnueabihf",
|
"name": "@swc/minifier-linux-arm-gnueabihf",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-arm64-gnu",
|
"name": "@swc/minifier-linux-arm64-gnu",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-arm64-musl",
|
"name": "@swc/minifier-linux-arm64-musl",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-x64-gnu",
|
"name": "@swc/minifier-linux-x64-gnu",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-linux-x64-musl",
|
"name": "@swc/minifier-linux-x64-musl",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"linux"
|
"linux"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-win32-arm64-msvc",
|
"name": "@swc/minifier-win32-arm64-msvc",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-win32-ia32-msvc",
|
"name": "@swc/minifier-win32-ia32-msvc",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier-win32-x64-msvc",
|
"name": "@swc/minifier-win32-x64-msvc",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10-nightly-20240809.1",
|
||||||
"os": [
|
"os": [
|
||||||
"win32"
|
"win32"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user