Skip to content

Commit

Permalink
chore: Publish 1.7.1-nightly-20240721.1 with swc_core v0.99.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Jul 21, 2024
1 parent 0b3dbb8 commit 7073ca0
Show file tree
Hide file tree
Showing 28 changed files with 1,658 additions and 1,655 deletions.
1,593 changes: 798 additions & 795 deletions bindings/Cargo.lock

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@ members = [
resolver = "2"

[workspace.dependencies]
anyhow = "1.0.66"
anyhow = "1.0.86"
backtrace = "0.3"
getrandom = "0.2.10"
getrandom = "0.2.15"
napi = { version = "2", default-features = false }
napi-build = "2"
napi-derive = { version = "2", default-features = false }
path-clean = "0.1"
path-clean = "1.0"
quote = "1"
serde = "1"
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.120"
sourcemap = "8.0.0"
sourcemap = "8.0.1"
swc_cli_impl = "0.17.0"
swc_common = "0.36.0"
swc_compiler_base = "0.15.0"
swc_common = "0.36.1"
swc_compiler_base = "0.15.1"
swc_config = "0.1.14"
swc_core = "0.99.1"
swc_core = "0.99.3"
swc_error_reporters = "0.20.0"
swc_fast_ts_strip = "0.4.0"
swc_fast_ts_strip = "0.4.1"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
tracing = "0.1.37"
tracing-chrome = "0.5.0"
tracing = "0.1.40"
tracing-chrome = "0.7.2"
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
wasm-bindgen = "0.2.91"
wasm-bindgen-futures = "0.4.41"
tracing-subscriber = "0.3.18"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"

[profile.release]
# lto = true
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.0"
version = "1.7.1-nightly-20240721.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.0"
version = "1.7.1-nightly-20240721.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.0"
version = "1.7.1-nightly-20240721.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.328"
version = "0.91.329"

[[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.0",
"version": "1.7.1-nightly-20240721.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
82 changes: 41 additions & 41 deletions packages/core/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.7.0",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "swc.darwin-arm64.node",
"files": [
"swc.darwin-arm64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"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/core-darwin-arm64",
"version": "1.7.1-nightly-20240721.1",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "swc.darwin-arm64.node",
"files": [
"swc.darwin-arm64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"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"
}
}
82 changes: 41 additions & 41 deletions packages/core/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@swc/core-darwin-x64",
"version": "1.7.0",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "swc.darwin-x64.node",
"files": [
"swc.darwin-x64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"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/core-darwin-x64",
"version": "1.7.1-nightly-20240721.1",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "swc.darwin-x64.node",
"files": [
"swc.darwin-x64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"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"
}
}
82 changes: 41 additions & 41 deletions packages/core/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@swc/core-linux-arm-gnueabihf",
"version": "1.7.0",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "swc.linux-arm-gnueabihf.node",
"files": [
"swc.linux-arm-gnueabihf.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"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/core-linux-arm-gnueabihf",
"version": "1.7.1-nightly-20240721.1",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "swc.linux-arm-gnueabihf.node",
"files": [
"swc.linux-arm-gnueabihf.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"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"
}
}
Loading

0 comments on commit 7073ca0

Please sign in to comment.