Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @swc-node/[email protected]
 - @swc-node/[email protected]
 - @swc-node/[email protected]
  • Loading branch information
LongYinan committed Aug 3, 2020
1 parent bc0faa0 commit 2fc98eb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/npm/core-darwin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The macOS 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.1.10",
"version": "0.1.11",
"main": "swc.darwin.node",
"files": ["swc.darwin.node"],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm/core-linux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Linux 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.1.10",
"version": "0.1.11",
"main": "swc.linux.node",
"files": ["swc.linux.node"],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/npm/core-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Windows 64-bit binary for @swc-node/core.",
"repository": "https://github.com/Brooooooklyn/swc-node",
"license": "MIT",
"version": "0.1.10",
"version": "0.1.11",
"main": "swc.win32.node",
"files": ["swc.win32.node"],
"publishConfig": {
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-node/core",
"version": "0.1.10",
"version": "0.1.11",
"description": "Faster swc nodejs binding",
"keywords": [
"swc",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/jest",
"version": "0.1.11",
"version": "0.1.12",
"description": "swc preprocessor for jest with source map support",
"keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"],
"author": "LongYinan <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@swc-node/core": "^0.1.10"
"@swc-node/core": "^0.1.11"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc-node/register",
"version": "0.1.10",
"version": "0.1.11",
"description": "SWC node register",
"keywords": [
"swc",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/Brooooooklyn/swc-node/issues"
},
"dependencies": {
"@swc-node/core": "^0.1.10",
"@swc-node/core": "^0.1.11",
"@swc-node/sourcemap-support": "^0.1.7",
"pirates": "^4.0.1"
}
Expand Down

0 comments on commit 2fc98eb

Please sign in to comment.