Skip to content

Commit

Permalink
chore: Publish v1.3.93 with swc_core v0.85.7 (#8112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Oct 13, 2023
1 parent a1d7ea7 commit 06b733d
Show file tree
Hide file tree
Showing 28 changed files with 688 additions and 484 deletions.
292 changes: 248 additions & 44 deletions bindings/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.85.6", features = [
swc_core = { version = "0.85.7", features = [
"allocator_node",
"ecma_ast",
"ecma_codegen",
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 @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.85.6", features = [
swc_core = { version = "0.85.7", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sourcemap = "6.0.0"

swc_compiler_base = { version = "0.2.6", features = ["node"] }
swc_config = "0.1.7"
swc_core = { version = "0.85.6", features = [
swc_core = { version = "0.85.7", features = [
"allocator_node",
"common_concurrent",
"common_sourcemap",
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 @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.85.6", features = [
swc_core = { version = "0.85.7", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ commit_parsers = [
{ message = "^test", group = "Testing" },
{ message = "^chore: Publish", skip = true },
{ message = "^chore:", skip = true },
{ message = "^chore(ci):", skip = true },
{ message = "^chore(xtask):", skip = true },
{ message = "^chore\\(ci\\):", skip = true },
{ message = "^chore\\(xtask\\):", skip = true },
{ message = "^chore", group = "Miscellaneous Tasks" },
{ body = ".*security", group = "Security" },
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.93-nightly-20231013.1",
"version": "1.3.93",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
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.3.93-nightly-20231013.1",
"version": "1.3.93",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
82 changes: 41 additions & 41 deletions packages/minifier/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@swc/minifier-darwin-arm64",
"version": "1.2.130",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "minifier.darwin-arm64.node",
"files": [
"minifier.darwin-arm64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"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/minifier-darwin-arm64",
"version": "1.3.93",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "minifier.darwin-arm64.node",
"files": [
"minifier.darwin-arm64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"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/minifier/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@swc/minifier-darwin-x64",
"version": "1.2.130",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "minifier.darwin-x64.node",
"files": [
"minifier.darwin-x64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"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/minifier-darwin-x64",
"version": "1.3.93",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "minifier.darwin-x64.node",
"files": [
"minifier.darwin-x64.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"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/minifier/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.2.130",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "minifier.linux-arm-gnueabihf.node",
"files": [
"minifier.linux-arm-gnueabihf.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"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/minifier-linux-arm-gnueabihf",
"version": "1.3.93",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "minifier.linux-arm-gnueabihf.node",
"files": [
"minifier.linux-arm-gnueabihf.node",
"swc"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"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"
}
}
Loading

0 comments on commit 06b733d

Please sign in to comment.