diff --git a/packages/core/npm/core-darwin/package.json b/packages/core/npm/core-darwin/package.json index 49a852836..c4344f544 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.3", + "version": "0.1.4", "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 304856775..aac95b286 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.3", + "version": "0.1.4", "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 b1575aad1..137b19cb8 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.3", + "version": "0.1.4", "main": "swc.win32.node", "files": ["swc.win32.node"], "publishConfig": { diff --git a/packages/core/package.json b/packages/core/package.json index be32c8b04..835e9e511 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/core", - "version": "0.1.3", + "version": "0.1.4", "description": "Faster swc nodejs binding", "keywords": [ "swc", diff --git a/packages/jest/package.json b/packages/jest/package.json index 07f541d3a..d2adc7eba 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/jest", - "version": "0.1.3", + "version": "0.1.4", "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.3" + "@swc-node/core": "^0.1.4" }, "repository": { "type": "git", diff --git a/packages/register/package.json b/packages/register/package.json index a19240937..1c1793af7 100644 --- a/packages/register/package.json +++ b/packages/register/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/register", - "version": "0.1.3", + "version": "0.1.4", "description": "SWC node register", "keywords": [ "swc", @@ -33,8 +33,8 @@ "url": "https://github.com/Brooooooklyn/swc-node/issues" }, "dependencies": { - "@swc-node/core": "^0.1.3", - "@swc-node/sourcemap-support": "^0.1.3", + "@swc-node/core": "^0.1.4", + "@swc-node/sourcemap-support": "^0.1.4", "pirates": "^4.0.1" } } diff --git a/packages/sourcemap-support/package.json b/packages/sourcemap-support/package.json index d4dd5cd13..5b676f901 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.3", + "version": "0.1.4", "description": "Runtime sourcemap support in NodeJS", "keywords": ["swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript"], "author": "LongYinan ",