Skip to content

Commit f09b94f

Browse files
committed
chore: Publish 1.7.1-nightly-20240721.2 with swc_core v0.99.3
1 parent 4b7616f commit f09b94f

File tree

28 files changed

+54
-48
lines changed

28 files changed

+54
-48
lines changed

bindings/Cargo.lock

Lines changed: 26 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ resolver = "2"
2424
sourcemap = "8.0.1"
2525
swc_cli_impl = "0.17.0"
2626
swc_common = "0.36.1"
27-
swc_compiler_base = "0.15.1"
27+
swc_compiler_base = "0.15.2"
2828
swc_config = "0.1.14"
2929
swc_core = "0.99.3"
3030
swc_error_reporters = "0.20.0"
31-
swc_fast_ts_strip = "0.4.1"
31+
swc_fast_ts_strip = "0.4.2"
3232
swc_malloc = "0.5.11"
3333
swc_nodejs_common = "0.0.8"
3434
tracing = "0.1.40"

bindings/binding_core_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_core_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.1-nightly-20240721.1"
9+
version = "1.7.1-nightly-20240721.2"
1010

1111
[lib]
1212
bench = false

bindings/binding_minifier_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_minifier_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.1-nightly-20240721.1"
9+
version = "1.7.1-nightly-20240721.2"
1010

1111
[lib]
1212
bench = false

bindings/binding_typescript_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "binding_typescript_wasm"
77
publish = false
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "1.7.1-nightly-20240721.1"
9+
version = "1.7.1-nightly-20240721.2"
1010

1111
[lib]
1212
bench = false

bindings/swc_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = "Apache-2.0"
77
name = "swc_cli"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.91.329"
9+
version = "0.91.330"
1010

1111
[[bin]]
1212
bench = false

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core",
3-
"version": "1.7.1-nightly-20240721.1",
3+
"version": "1.7.1-nightly-20240721.2",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",

packages/core/scripts/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core-darwin-arm64",
3-
"version": "1.7.1-nightly-20240721.1",
3+
"version": "1.7.1-nightly-20240721.2",
44
"os": [
55
"darwin"
66
],

packages/core/scripts/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core-darwin-x64",
3-
"version": "1.7.1-nightly-20240721.1",
3+
"version": "1.7.1-nightly-20240721.2",
44
"os": [
55
"darwin"
66
],

packages/core/scripts/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core-linux-arm-gnueabihf",
3-
"version": "1.7.1-nightly-20240721.1",
3+
"version": "1.7.1-nightly-20240721.2",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)