mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
chore: Publish 1.6.8-nightly-20240704.1
with swc_core
v0.96.2
This commit is contained in:
parent
b021dd237d
commit
178cbdd325
8
bindings/Cargo.lock
generated
8
bindings/Cargo.lock
generated
@ -231,7 +231,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_core_wasm"
|
||||
version = "1.6.7"
|
||||
version = "1.6.8-nightly-20240704.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -291,7 +291,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_minifier_wasm"
|
||||
version = "1.6.7"
|
||||
version = "1.6.8-nightly-20240704.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -304,7 +304,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_typescript_wasm"
|
||||
version = "1.6.7"
|
||||
version = "1.6.8-nightly-20240704.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"getrandom",
|
||||
@ -3038,7 +3038,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_cli"
|
||||
version = "0.91.299"
|
||||
version = "0.91.300"
|
||||
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.6.7"
|
||||
version = "1.6.8-nightly-20240704.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.6.7"
|
||||
version = "1.6.8-nightly-20240704.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.6.7"
|
||||
version = "1.6.8-nightly-20240704.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.299"
|
||||
version = "0.91.300"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.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.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-darwin-x64",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm-gnueabihf",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-gnu",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-arm64-musl",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-gnu",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-linux-x64-musl",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-arm64-msvc",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-ia32-msvc",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/core-win32-x64-msvc",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.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.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-darwin-x64",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm-gnueabihf",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-gnu",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-arm64-musl",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-gnu",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-linux-x64-musl",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-arm64-msvc",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-ia32-msvc",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@swc/minifier-win32-x64-msvc",
|
||||
"version": "1.6.7",
|
||||
"version": "1.6.8-nightly-20240704.1",
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user