From 93fc80e6140de36ad520ffb0a539e7a11f6737ae Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Fri, 22 Dec 2023 16:07:42 -0600 Subject: [PATCH] Revert #187 --- packages/http/package.json | 2 +- packages/http/src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/http/package.json b/packages/http/package.json index d04344a42..959d1b9a4 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -38,7 +38,7 @@ "access": "public" }, "scripts": { - "preinstall": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').name + '@' + require('./package.json').version) + ';'\" > src/version.ts", + "preinstall": "node -p \"'export const VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts", "prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all", "build": "rollup -c", "clean": "rimraf ./dist ./.cache", diff --git a/packages/http/src/version.ts b/packages/http/src/version.ts index 4ff1e3d08..181428f77 100644 --- a/packages/http/src/version.ts +++ b/packages/http/src/version.ts @@ -1 +1 @@ -export const VERSION = "@turnkey/http@2.6.0"; +export const VERSION = "2.6.0";