diff --git a/packages/core/npm/core-darwin/package.json b/packages/core/npm/core-darwin/package.json index 57d4c29d1..6e8c1bf68 100644 --- a/packages/core/npm/core-darwin/package.json +++ b/packages/core/npm/core-darwin/package.json @@ -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.6", + "version": "0.1.7", "main": "swc.darwin.node", "files": ["swc.darwin.node"], "publishConfig": { diff --git a/packages/core/npm/core-linux/package.json b/packages/core/npm/core-linux/package.json index ef94bc95d..5c7b2f55a 100644 --- a/packages/core/npm/core-linux/package.json +++ b/packages/core/npm/core-linux/package.json @@ -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.6", + "version": "0.1.7", "main": "swc.linux.node", "files": ["swc.linux.node"], "publishConfig": { diff --git a/packages/core/npm/core-win32/package.json b/packages/core/npm/core-win32/package.json index 7f1e27506..40599e55b 100644 --- a/packages/core/npm/core-win32/package.json +++ b/packages/core/npm/core-win32/package.json @@ -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.6", + "version": "0.1.7", "main": "swc.win32.node", "files": ["swc.win32.node"], "publishConfig": { diff --git a/packages/core/package.json b/packages/core/package.json index 1e3415c84..01e8733df 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/core", - "version": "0.1.6", + "version": "0.1.7", "description": "Faster swc nodejs binding", "keywords": [ "swc", diff --git a/packages/jest/package.json b/packages/jest/package.json index 2a03770a0..3c428e97d 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/jest", - "version": "0.1.6", + "version": "0.1.7", "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 ", @@ -13,7 +13,7 @@ "access": "public" }, "dependencies": { - "@swc-node/core": "^0.1.6" + "@swc-node/core": "^0.1.7" }, "repository": { "type": "git", diff --git a/packages/register/package.json b/packages/register/package.json index 26370a834..2eb2a9c45 100644 --- a/packages/register/package.json +++ b/packages/register/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/register", - "version": "0.1.6", + "version": "0.1.7", "description": "SWC node register", "keywords": [ "swc", @@ -33,8 +33,8 @@ "url": "https://github.com/Brooooooklyn/swc-node/issues" }, "dependencies": { - "@swc-node/core": "^0.1.6", - "@swc-node/sourcemap-support": "^0.1.6", + "@swc-node/core": "^0.1.7", + "@swc-node/sourcemap-support": "^0.1.7", "pirates": "^4.0.1" } } diff --git a/packages/sourcemap-support/package.json b/packages/sourcemap-support/package.json index 42c7616b4..66602dc32 100644 --- a/packages/sourcemap-support/package.json +++ b/packages/sourcemap-support/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/sourcemap-support", - "version": "0.1.6", + "version": "0.1.7", "description": "Runtime sourcemap support in NodeJS", "keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"], "author": "LongYinan ",