Skip to content

Commit

Permalink
chore: Publish 1.4.1 with swc_core v0.90.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 13, 2024
1 parent 447b66c commit 83dfc26
Show file tree
Hide file tree
Showing 27 changed files with 461 additions and 442 deletions.
6 changes: 3 additions & 3 deletions bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.1-nightly-20240213.2"
version = "1.4.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.4.1-nightly-20240213.2"
version = "1.4.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.169"
version = "0.91.176"

[[bin]]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.4.1-nightly-20240213.2",
"version": "1.4.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"build": "tsc -d && napi build --manifest-path bindings/Cargo.toml --platform -p binding_core_node --js ./node-swc/src/binding.js --dts ./node-swc/src/binding.d.ts --release -o .",
"build:dev": "tsc -d && napi build --manifest-path bindings/Cargo.toml --platform -p binding_core_node --js ./node-swc/src/binding.js --dts ./node-swc/src/binding.d.ts -o .",
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --config ./node-swc/jest.config.js",
"version": "napi version -p scripts/npm"
"version": "napi version --npm-dir scripts/npm"
},
"lint-staged": {
"*.toml": [
Expand Down
4 changes: 2 additions & 2 deletions packages/minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.4.1-nightly-20240213.2",
"version": "1.4.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"build": "tsc -d && napi build --platform --js ./src/binding.js --dts ./src/binding.d.ts --manifest-path ../../bindings/Cargo.toml -p binding_minifier_node --output-dir . --release",
"build:dev": "tsc -d && napi build --platform --js ./src/binding.js --dts ./src/binding.d.ts --manifest-path ../../bindings/Cargo.toml -p binding_minifier_node --output-dir .",
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' echo 'no test'",
"version": "napi version -p scripts/npm"
"version": "napi version --npm-dir scripts/npm"
},
"funding": {
"type": "opencollective",
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.3.100",
"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.4.1",
"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.4.0",
"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.4.1",
"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"
}
}
74 changes: 37 additions & 37 deletions packages/minifier/scripts/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.3.100",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "minifier.linux-arm-gnueabihf.node",
"files": [
"minifier.linux-arm-gnueabihf.node",
"swc"
],
"description": "Super-fast alternative for terser",
"keywords": [
"swc",
"terser",
"minifier"
],
"author": "강동윤 <[email protected]>",
"homepage": "https://swc.rs",
"license": "Apache-2.0",
"engines": {
"node": ">=12"
},
"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.4.1",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "minifier.linux-arm-gnueabihf.node",
"files": [
"minifier.linux-arm-gnueabihf.node",
"swc"
],
"description": "Super-fast alternative for terser",
"keywords": [
"swc",
"terser",
"minifier"
],
"author": "강동윤 <[email protected]>",
"homepage": "https://swc.rs",
"license": "Apache-2.0",
"engines": {
"node": ">=12"
},
"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 83dfc26

Please sign in to comment.