Skip to content

Commit

Permalink
chore: Publish 1.7.23-nightly-20240902.1 with swc_core v0.103.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Sep 2, 2024
1 parent 838fe80 commit 3c503eb
Show file tree
Hide file tree
Showing 39 changed files with 135 additions and 157 deletions.
166 changes: 72 additions & 94 deletions bindings/Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ resolver = "2"
sourcemap = "8.0.1"
swc_atoms = "0.6.7"
swc_cached = "0.3.20"
swc_cli_impl = "0.20.0"
swc_cli_impl = "0.21.0"
swc_common = "0.37.5"
swc_compiler_base = "0.19.0"
swc_compiler_base = "0.20.0"
swc_config = "0.1.15"
swc_core = "0.102.2"
swc_core = "0.103.1"
swc_css_ast = "0.144.0"
swc_css_codegen = "0.155.0"
swc_css_minifier = "0.120.0"
swc_css_parser = "0.154.0"
swc_error_reporters = "0.21.0"
swc_fast_ts_strip = "0.7.0"
swc_html = "0.149.0"
swc_fast_ts_strip = "0.8.0"
swc_html = "0.150.0"
swc_html_ast = "0.37.0"
swc_html_minifier = "0.146.0"
swc_html_minifier = "0.147.0"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22"
version = "1.7.23-nightly-20240902.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22"
version = "1.7.23-nightly-20240902.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22"
version = "1.7.23-nightly-20240902.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.402"
version = "0.91.403"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"darwin"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"darwin"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-gnu",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-arm64-musl",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-gnu",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-linux-x64-musl",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-arm64-msvc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"win32"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-ia32-msvc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"win32"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/scripts/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-win32-x64-msvc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"win32"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"description": "Super-fast HTML minifier",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-arm64",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-darwin-x64",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm-gnueabihf",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-gnu",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-arm64-musl",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-gnu",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-linux-x64-musl",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-arm64-msvc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-ia32-msvc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/html/scripts/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/html-win32-x64-msvc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/minifier/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"darwin"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/minifier/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"darwin"
],
Expand Down Expand Up @@ -39,4 +39,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -35,4 +35,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/minifier/scripts/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-gnu",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
4 changes: 2 additions & 2 deletions packages/minifier/scripts/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier-linux-arm64-musl",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"os": [
"linux"
],
Expand Down Expand Up @@ -42,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}
Loading

0 comments on commit 3c503eb

Please sign in to comment.