chore: Publish 1.7.38-nightly-20241021.1 with swc_core v1.0.4
Some checks are pending
CI / Cargo fmt (push) Waiting to run
CI / Cargo clippy (push) Waiting to run
CI / Check license of dependencies (push) Waiting to run
CI / Check (macos-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / Test wasm (binding_core_wasm) (push) Waiting to run
CI / Test wasm (binding_minifier_wasm) (push) Waiting to run
CI / Test wasm (binding_typescript_wasm) (push) Waiting to run
CI / List crates (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Blocked by required conditions
CI / Test node bindings - ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test node bindings - ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test with @swc/cli (push) Waiting to run
CI / Miri (better_scoped_tls) (push) Waiting to run
CI / Miri (string_enum) (push) Waiting to run
CI / Miri (swc) (push) Waiting to run
CI / Miri (swc_bundler) (push) Waiting to run
CI / Miri (swc_ecma_codegen) (push) Waiting to run
CI / Miri (swc_ecma_minifier) (push) Waiting to run
CI / Done (push) Blocked by required conditions
Benchmark / Bench everything (push) Waiting to run
Publish crates (auto) / Publish cargo crates (push) Waiting to run

This commit is contained in:
SWC Bot 2024-10-21 08:18:14 +00:00
parent 4833434525
commit 82c6059121
38 changed files with 41 additions and 41 deletions

8
bindings/Cargo.lock generated
View File

@ -249,7 +249,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.7.37-nightly-20241021.1"
version = "1.7.38-nightly-20241021.1"
dependencies = [
"anyhow",
"getrandom",
@ -336,7 +336,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.7.37-nightly-20241021.1"
version = "1.7.38-nightly-20241021.1"
dependencies = [
"anyhow",
"getrandom",
@ -349,7 +349,7 @@ dependencies = [
[[package]]
name = "binding_typescript_wasm"
version = "1.7.37-nightly-20241021.1"
version = "1.7.38-nightly-20241021.1"
dependencies = [
"anyhow",
"getrandom",
@ -3530,7 +3530,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.429"
version = "0.91.430"
dependencies = [
"anyhow",
"swc_cli_impl",

View File

@ -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.37-nightly-20241021.1"
version = "1.7.38-nightly-20241021.1"
[lib]
bench = false

View File

@ -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.37-nightly-20241021.1"
version = "1.7.38-nightly-20241021.1"
[lib]
bench = false

View File

@ -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.37-nightly-20241021.1"
version = "1.7.38-nightly-20241021.1"
[lib]
bench = false

View File

@ -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.429"
version = "0.91.430"
[[bin]]
bench = false

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"description": "Super-fast HTML minifier",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-arm64",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-x64",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm-gnueabihf",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-gnu",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-musl",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-gnu",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-musl",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-arm64-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-ia32-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-x64-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.7.37-nightly-20241021.1",
"version": "1.7.38-nightly-20241021.1",
"os": [
"win32"
],