From b446921ce496e279b24f1ce293a5e414d21d7903 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 30 Jul 2020 23:54:56 +0800 Subject: [PATCH] chore(release): publish - @swc-node/core@0.1.8 - @swc-node/jest@0.1.8 - @swc-node/register@0.1.8 --- packages/core/npm/core-darwin/package.json | 2 +- packages/core/npm/core-linux/package.json | 2 +- packages/core/npm/core-win32/package.json | 2 +- packages/core/package.json | 2 +- packages/jest/package.json | 4 ++-- packages/register/package.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/core/npm/core-darwin/package.json b/packages/core/npm/core-darwin/package.json index 6e8c1bf68..42b047deb 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.7", + "version": "0.1.8", "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 5c7b2f55a..60b8d4839 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.7", + "version": "0.1.8", "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 40599e55b..50c188764 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.7", + "version": "0.1.8", "main": "swc.win32.node", "files": ["swc.win32.node"], "publishConfig": { diff --git a/packages/core/package.json b/packages/core/package.json index 01e8733df..26d052cf5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/core", - "version": "0.1.7", + "version": "0.1.8", "description": "Faster swc nodejs binding", "keywords": [ "swc", diff --git a/packages/jest/package.json b/packages/jest/package.json index 3c428e97d..baa32b56b 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/jest", - "version": "0.1.7", + "version": "0.1.8", "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.7" + "@swc-node/core": "^0.1.8" }, "repository": { "type": "git", diff --git a/packages/register/package.json b/packages/register/package.json index 2eb2a9c45..f1c5c979b 100644 --- a/packages/register/package.json +++ b/packages/register/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/register", - "version": "0.1.7", + "version": "0.1.8", "description": "SWC node register", "keywords": [ "swc", @@ -33,7 +33,7 @@ "url": "https://github.com/Brooooooklyn/swc-node/issues" }, "dependencies": { - "@swc-node/core": "^0.1.7", + "@swc-node/core": "^0.1.8", "@swc-node/sourcemap-support": "^0.1.7", "pirates": "^4.0.1" }