chore: Publish 1.7.21-nightly-20240828.1 with swc_core v0.102.1

This commit is contained in:
SWC Bot 2024-08-28 10:21:17 +00:00
parent e05272feb9
commit 5da0e25454
38 changed files with 278 additions and 278 deletions

8
bindings/Cargo.lock generated
View File

@ -237,7 +237,7 @@ dependencies = [
[[package]]
name = "binding_core_wasm"
version = "1.7.20-nightly-20240828.1"
version = "1.7.21-nightly-20240828.1"
dependencies = [
"anyhow",
"getrandom",
@ -324,7 +324,7 @@ dependencies = [
[[package]]
name = "binding_minifier_wasm"
version = "1.7.20-nightly-20240828.1"
version = "1.7.21-nightly-20240828.1"
dependencies = [
"anyhow",
"getrandom",
@ -337,7 +337,7 @@ dependencies = [
[[package]]
name = "binding_typescript_wasm"
version = "1.7.20-nightly-20240828.1"
version = "1.7.21-nightly-20240828.1"
dependencies = [
"anyhow",
"getrandom",
@ -3468,7 +3468,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.398"
version = "0.91.399"
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.20-nightly-20240828.1"
version = "1.7.21-nightly-20240828.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.20-nightly-20240828.1"
version = "1.7.21-nightly-20240828.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.20-nightly-20240828.1"
version = "1.7.21-nightly-20240828.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.398"
version = "0.91.399"
[[bin]]
bench = false

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.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.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.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.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-x64",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"darwin"
],

View File

@ -1,40 +1,40 @@
{
"name": "@swc/html-linux-arm-gnueabihf",
"version": "1.7.16-nightly-20240820.1",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "swc-html.linux-arm-gnueabihf.node",
"files": [
"swc-html.linux-arm-gnueabihf.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-linux-arm-gnueabihf",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "swc-html.linux-arm-gnueabihf.node",
"files": [
"swc-html.linux-arm-gnueabihf.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

View File

@ -1,43 +1,43 @@
{
"name": "@swc/html-linux-arm64-gnu",
"version": "1.7.16-nightly-20240820.1",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "swc-html.linux-arm64-gnu.node",
"files": [
"swc-html.linux-arm64-gnu.node"
],
"libc": [
"glibc"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-linux-arm64-gnu",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "swc-html.linux-arm64-gnu.node",
"files": [
"swc-html.linux-arm64-gnu.node"
],
"libc": [
"glibc"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

View File

@ -1,43 +1,43 @@
{
"name": "@swc/html-linux-arm64-musl",
"version": "1.7.16-nightly-20240820.1",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "swc-html.linux-arm64-musl.node",
"files": [
"swc-html.linux-arm64-musl.node"
],
"libc": [
"musl"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-linux-arm64-musl",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "swc-html.linux-arm64-musl.node",
"files": [
"swc-html.linux-arm64-musl.node"
],
"libc": [
"musl"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-gnu",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,43 +1,43 @@
{
"name": "@swc/html-linux-x64-musl",
"version": "1.7.16-nightly-20240820.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "swc-html.linux-x64-musl.node",
"files": [
"swc-html.linux-x64-musl.node"
],
"libc": [
"musl"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-linux-x64-musl",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "swc-html.linux-x64-musl.node",
"files": [
"swc-html.linux-x64-musl.node"
],
"libc": [
"musl"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

View File

@ -1,40 +1,40 @@
{
"name": "@swc/html-win32-arm64-msvc",
"version": "1.7.16-nightly-20240820.1",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "swc-html.win32-arm64-msvc.node",
"files": [
"swc-html.win32-arm64-msvc.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-win32-arm64-msvc",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "swc-html.win32-arm64-msvc.node",
"files": [
"swc-html.win32-arm64-msvc.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

View File

@ -1,40 +1,40 @@
{
"name": "@swc/html-win32-ia32-msvc",
"version": "1.7.16-nightly-20240820.1",
"os": [
"win32"
],
"cpu": [
"ia32"
],
"main": "swc-html.win32-ia32-msvc.node",
"files": [
"swc-html.win32-ia32-msvc.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-win32-ia32-msvc",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],
"cpu": [
"ia32"
],
"main": "swc-html.win32-ia32-msvc.node",
"files": [
"swc-html.win32-ia32-msvc.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <kdy1997.dev@gmail.com>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-x64-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.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.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"darwin"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-gnu",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-x64-musl",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"linux"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-arm64-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-ia32-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],

View File

@ -1,6 +1,6 @@
{
"name": "@swc/minifier-win32-x64-msvc",
"version": "1.7.20-nightly-20240828.1",
"version": "1.7.21-nightly-20240828.1",
"os": [
"win32"
],