Skip to content

Commit 7073ca0

Browse files
committed
chore: Publish 1.7.1-nightly-20240721.1 with swc_core v0.99.3
1 parent 0b3dbb8 commit 7073ca0

File tree

28 files changed

+1658
-1655
lines changed

28 files changed

+1658
-1655
lines changed

bindings/Cargo.lock

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

bindings/Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.dependencies]
13-
anyhow = "1.0.66"
13+
anyhow = "1.0.86"
1414
backtrace = "0.3"
15-
getrandom = "0.2.10"
15+
getrandom = "0.2.15"
1616
napi = { version = "2", default-features = false }
1717
napi-build = "2"
1818
napi-derive = { version = "2", default-features = false }
19-
path-clean = "0.1"
19+
path-clean = "1.0"
2020
quote = "1"
2121
serde = "1"
22-
serde-wasm-bindgen = "0.4.5"
22+
serde-wasm-bindgen = "0.6.5"
2323
serde_json = "1.0.120"
24-
sourcemap = "8.0.0"
24+
sourcemap = "8.0.1"
2525
swc_cli_impl = "0.17.0"
26-
swc_common = "0.36.0"
27-
swc_compiler_base = "0.15.0"
26+
swc_common = "0.36.1"
27+
swc_compiler_base = "0.15.1"
2828
swc_config = "0.1.14"
29-
swc_core = "0.99.1"
29+
swc_core = "0.99.3"
3030
swc_error_reporters = "0.20.0"
31-
swc_fast_ts_strip = "0.4.0"
31+
swc_fast_ts_strip = "0.4.1"
3232
swc_malloc = "0.5.11"
3333
swc_nodejs_common = "0.0.8"
34-
tracing = "0.1.37"
35-
tracing-chrome = "0.5.0"
34+
tracing = "0.1.40"
35+
tracing-chrome = "0.7.2"
3636
tracing-futures = "0.2.5"
37-
tracing-subscriber = "0.3.9"
38-
wasm-bindgen = "0.2.91"
39-
wasm-bindgen-futures = "0.4.41"
37+
tracing-subscriber = "0.3.18"
38+
wasm-bindgen = "0.2.92"
39+
wasm-bindgen-futures = "0.4.42"
4040

4141
[profile.release]
4242
# lto = true

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.0"
9+
version = "1.7.1-nightly-20240721.1"
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.0"
9+
version = "1.7.1-nightly-20240721.1"
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.0"
9+
version = "1.7.1-nightly-20240721.1"
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.328"
9+
version = "0.91.329"
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.0",
3+
"version": "1.7.1-nightly-20240721.1",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "@swc/core-darwin-arm64",
3-
"version": "1.7.0",
4-
"os": [
5-
"darwin"
6-
],
7-
"cpu": [
8-
"arm64"
9-
],
10-
"main": "swc.darwin-arm64.node",
11-
"files": [
12-
"swc.darwin-arm64.node",
13-
"swc"
14-
],
15-
"description": "Super-fast alternative for babel",
16-
"keywords": [
17-
"swc",
18-
"swcpack",
19-
"babel",
20-
"typescript",
21-
"rust",
22-
"webpack",
23-
"tsc"
24-
],
25-
"author": "강동윤 <[email protected]>",
26-
"homepage": "https://swc.rs",
27-
"license": "Apache-2.0 AND MIT",
28-
"engines": {
29-
"node": ">=10"
30-
},
31-
"publishConfig": {
32-
"registry": "https://registry.npmjs.org/",
33-
"access": "public"
34-
},
35-
"repository": {
36-
"type": "git",
37-
"url": "git+https://github.com/swc-project/swc.git"
38-
},
39-
"bugs": {
40-
"url": "https://github.com/swc-project/swc/issues"
41-
}
42-
}
2+
"name": "@swc/core-darwin-arm64",
3+
"version": "1.7.1-nightly-20240721.1",
4+
"os": [
5+
"darwin"
6+
],
7+
"cpu": [
8+
"arm64"
9+
],
10+
"main": "swc.darwin-arm64.node",
11+
"files": [
12+
"swc.darwin-arm64.node",
13+
"swc"
14+
],
15+
"description": "Super-fast alternative for babel",
16+
"keywords": [
17+
"swc",
18+
"swcpack",
19+
"babel",
20+
"typescript",
21+
"rust",
22+
"webpack",
23+
"tsc"
24+
],
25+
"author": "강동윤 <[email protected]>",
26+
"homepage": "https://swc.rs",
27+
"license": "Apache-2.0 AND MIT",
28+
"engines": {
29+
"node": ">=10"
30+
},
31+
"publishConfig": {
32+
"registry": "https://registry.npmjs.org/",
33+
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/swc-project/swc.git"
38+
},
39+
"bugs": {
40+
"url": "https://github.com/swc-project/swc/issues"
41+
}
42+
}
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "@swc/core-darwin-x64",
3-
"version": "1.7.0",
4-
"os": [
5-
"darwin"
6-
],
7-
"cpu": [
8-
"x64"
9-
],
10-
"main": "swc.darwin-x64.node",
11-
"files": [
12-
"swc.darwin-x64.node",
13-
"swc"
14-
],
15-
"description": "Super-fast alternative for babel",
16-
"keywords": [
17-
"swc",
18-
"swcpack",
19-
"babel",
20-
"typescript",
21-
"rust",
22-
"webpack",
23-
"tsc"
24-
],
25-
"author": "강동윤 <[email protected]>",
26-
"homepage": "https://swc.rs",
27-
"license": "Apache-2.0 AND MIT",
28-
"engines": {
29-
"node": ">=10"
30-
},
31-
"publishConfig": {
32-
"registry": "https://registry.npmjs.org/",
33-
"access": "public"
34-
},
35-
"repository": {
36-
"type": "git",
37-
"url": "git+https://github.com/swc-project/swc.git"
38-
},
39-
"bugs": {
40-
"url": "https://github.com/swc-project/swc/issues"
41-
}
42-
}
2+
"name": "@swc/core-darwin-x64",
3+
"version": "1.7.1-nightly-20240721.1",
4+
"os": [
5+
"darwin"
6+
],
7+
"cpu": [
8+
"x64"
9+
],
10+
"main": "swc.darwin-x64.node",
11+
"files": [
12+
"swc.darwin-x64.node",
13+
"swc"
14+
],
15+
"description": "Super-fast alternative for babel",
16+
"keywords": [
17+
"swc",
18+
"swcpack",
19+
"babel",
20+
"typescript",
21+
"rust",
22+
"webpack",
23+
"tsc"
24+
],
25+
"author": "강동윤 <[email protected]>",
26+
"homepage": "https://swc.rs",
27+
"license": "Apache-2.0 AND MIT",
28+
"engines": {
29+
"node": ">=10"
30+
},
31+
"publishConfig": {
32+
"registry": "https://registry.npmjs.org/",
33+
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/swc-project/swc.git"
38+
},
39+
"bugs": {
40+
"url": "https://github.com/swc-project/swc/issues"
41+
}
42+
}
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "@swc/core-linux-arm-gnueabihf",
3-
"version": "1.7.0",
4-
"os": [
5-
"linux"
6-
],
7-
"cpu": [
8-
"arm"
9-
],
10-
"main": "swc.linux-arm-gnueabihf.node",
11-
"files": [
12-
"swc.linux-arm-gnueabihf.node",
13-
"swc"
14-
],
15-
"description": "Super-fast alternative for babel",
16-
"keywords": [
17-
"swc",
18-
"swcpack",
19-
"babel",
20-
"typescript",
21-
"rust",
22-
"webpack",
23-
"tsc"
24-
],
25-
"author": "강동윤 <[email protected]>",
26-
"homepage": "https://swc.rs",
27-
"license": "Apache-2.0",
28-
"engines": {
29-
"node": ">=10"
30-
},
31-
"publishConfig": {
32-
"registry": "https://registry.npmjs.org/",
33-
"access": "public"
34-
},
35-
"repository": {
36-
"type": "git",
37-
"url": "git+https://github.com/swc-project/swc.git"
38-
},
39-
"bugs": {
40-
"url": "https://github.com/swc-project/swc/issues"
41-
}
42-
}
2+
"name": "@swc/core-linux-arm-gnueabihf",
3+
"version": "1.7.1-nightly-20240721.1",
4+
"os": [
5+
"linux"
6+
],
7+
"cpu": [
8+
"arm"
9+
],
10+
"main": "swc.linux-arm-gnueabihf.node",
11+
"files": [
12+
"swc.linux-arm-gnueabihf.node",
13+
"swc"
14+
],
15+
"description": "Super-fast alternative for babel",
16+
"keywords": [
17+
"swc",
18+
"swcpack",
19+
"babel",
20+
"typescript",
21+
"rust",
22+
"webpack",
23+
"tsc"
24+
],
25+
"author": "강동윤 <[email protected]>",
26+
"homepage": "https://swc.rs",
27+
"license": "Apache-2.0",
28+
"engines": {
29+
"node": ">=10"
30+
},
31+
"publishConfig": {
32+
"registry": "https://registry.npmjs.org/",
33+
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/swc-project/swc.git"
38+
},
39+
"bugs": {
40+
"url": "https://github.com/swc-project/swc/issues"
41+
}
42+
}

0 commit comments

Comments
 (0)