mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
chore: Publish 1.8.0
with swc_core
v4.0.3
This commit is contained in:
parent
801e044061
commit
4d811e4c29
34
bindings/Cargo.lock
generated
34
bindings/Cargo.lock
generated
@ -249,7 +249,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_core_wasm"
|
||||
version = "1.8.0-nightly-20241104.1"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -336,7 +336,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_minifier_wasm"
|
||||
version = "1.8.0-nightly-20241104.1"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -349,7 +349,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_typescript_wasm"
|
||||
version = "1.8.0-nightly-20241104.1"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -876,7 +876,7 @@ dependencies = [
|
||||
"cssparser-macros",
|
||||
"dtoa-short",
|
||||
"itoa",
|
||||
"phf 0.11.2",
|
||||
"phf 0.10.1",
|
||||
"smallvec",
|
||||
]
|
||||
|
||||
@ -2447,7 +2447,9 @@ version = "0.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
||||
dependencies = [
|
||||
"phf_macros 0.10.0",
|
||||
"phf_shared 0.10.0",
|
||||
"proc-macro-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2456,7 +2458,7 @@ version = "0.11.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
||||
dependencies = [
|
||||
"phf_macros",
|
||||
"phf_macros 0.11.2",
|
||||
"phf_shared 0.11.2",
|
||||
]
|
||||
|
||||
@ -2490,6 +2492,20 @@ dependencies = [
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phf_macros"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
||||
dependencies = [
|
||||
"phf_generator 0.10.0",
|
||||
"phf_shared 0.10.0",
|
||||
"proc-macro-hack",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phf_macros"
|
||||
version = "0.11.2"
|
||||
@ -2626,6 +2642,12 @@ dependencies = [
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-hack"
|
||||
version = "0.5.20+deprecated"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.86"
|
||||
@ -3508,7 +3530,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.91.438"
|
||||
version = "0.91.439"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"swc_cli_impl",
|
||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
||||
name = "binding_core_wasm"
|
||||
publish = false
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "1.8.0-nightly-20241104.1"
|
||||
version = "1.8.0"
|
||||
|
||||
[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.8.0-nightly-20241104.1"
|
||||
version = "1.8.0"
|
||||
|
||||
[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.8.0-nightly-20241104.1"
|
||||
version = "1.8.0"
|
||||
|
||||
[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.438"
|
||||
version = "0.91.439"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"description": "Super-fast alternative for babel",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-darwin-arm64",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-darwin-x64",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm-gnueabihf",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-gnu",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-musl",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-gnu",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-musl",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-arm64-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-ia32-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-x64-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"description": "Super-fast HTML minifier",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-darwin-arm64",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-darwin-x64",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-linux-arm-gnueabihf",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-linux-arm64-gnu",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-linux-arm64-musl",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-linux-x64-gnu",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-linux-x64-musl",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-win32-arm64-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-win32-ia32-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/html-win32-x64-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"description": "Super-fast alternative for terser",
|
||||
"homepage": "https://swc.rs",
|
||||
"main": "./index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-darwin-arm64",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-darwin-x64",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm-gnueabihf",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-gnu",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-musl",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-gnu",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-musl",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-arm64-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-ia32-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-x64-msvc",
|
||||
"version": "1.8.0-nightly-20241104.1",
|
||||
"version": "1.8.0",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user