From fa1cbc8a26e631d38709f02eeeee4450a824aa7f Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Tue, 17 Mar 2026 16:49:59 -0700 Subject: [PATCH 1/3] mono - chore: moving to prepublishOnly --- packages/benchmark/package.json | 2 +- packages/cache-manager/package.json | 2 +- packages/cacheable-request/package.json | 2 +- packages/cacheable/package.json | 4 ++-- packages/file-entry-cache/package.json | 2 +- packages/flat-cache/package.json | 2 +- packages/memory/package.json | 2 +- packages/net/package.json | 2 +- packages/node-cache/package.json | 2 +- packages/utils/package.json | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/benchmark/package.json b/packages/benchmark/package.json index b8d095b7..555a9d96 100644 --- a/packages/benchmark/package.json +++ b/packages/benchmark/package.json @@ -37,7 +37,7 @@ ], "scripts": { "build": "echo 'no build needed'", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && echo 'no tests needed'", "test:ci": "biome check --error-on-warnings && echo 'no tests needed'", diff --git a/packages/cache-manager/package.json b/packages/cache-manager/package.json index 18546f0f..c300de20 100644 --- a/packages/cache-manager/package.json +++ b/packages/cache-manager/package.json @@ -28,7 +28,7 @@ "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm run build" + "prepublishOnly": "pnpm run build" }, "repository": { "type": "git", diff --git a/packages/cacheable-request/package.json b/packages/cacheable-request/package.json index e6a3dbed..7f1c3a0b 100644 --- a/packages/cacheable-request/package.json +++ b/packages/cacheable-request/package.json @@ -19,7 +19,7 @@ "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", - "prepublish": "pnpm run build", + "prepublishOnly": "pnpm run build", "build": "rimraf ./dist && tsc --project tsconfig.build.json", "clean": "rimraf node_modules ./coverage ./test/testdb.sqlite ./dist" }, diff --git a/packages/cacheable/package.json b/packages/cacheable/package.json index 25a3b300..7aaeee4c 100644 --- a/packages/cacheable/package.json +++ b/packages/cacheable/package.json @@ -1,6 +1,6 @@ { "name": "cacheable", - "version": "2.3.3", + "version": "2.3.4", "description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage", "type": "module", "main": "./dist/index.js", @@ -28,7 +28,7 @@ "private": false, "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", diff --git a/packages/file-entry-cache/package.json b/packages/file-entry-cache/package.json index f1e890fb..279727d7 100644 --- a/packages/file-entry-cache/package.json +++ b/packages/file-entry-cache/package.json @@ -36,7 +36,7 @@ ], "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", diff --git a/packages/flat-cache/package.json b/packages/flat-cache/package.json index 6d57c9fa..a74a6834 100644 --- a/packages/flat-cache/package.json +++ b/packages/flat-cache/package.json @@ -59,7 +59,7 @@ ], "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", diff --git a/packages/memory/package.json b/packages/memory/package.json index 403b2a1f..3bcec5d1 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -28,7 +28,7 @@ "private": false, "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", diff --git a/packages/net/package.json b/packages/net/package.json index ba5dad0d..8c2ad6c1 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -28,7 +28,7 @@ "private": false, "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && TEST_URL=http://localhost:3737 vitest run --coverage", "test:ci": "biome check --error-on-warnings && TEST_URL=http://localhost:3737 vitest run --coverage", diff --git a/packages/node-cache/package.json b/packages/node-cache/package.json index 6db63292..17d72852 100644 --- a/packages/node-cache/package.json +++ b/packages/node-cache/package.json @@ -41,7 +41,7 @@ ], "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", diff --git a/packages/utils/package.json b/packages/utils/package.json index 3ad522b8..af422058 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -28,7 +28,7 @@ "private": false, "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublish": "pnpm build", + "prepublishOnly": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", From 76a0467b6829821b30b3ece2a98a002be286db28 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Tue, 17 Mar 2026 16:52:01 -0700 Subject: [PATCH 2/3] Update packages/cache-manager/package.json Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- packages/cache-manager/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache-manager/package.json b/packages/cache-manager/package.json index c300de20..47b1343a 100644 --- a/packages/cache-manager/package.json +++ b/packages/cache-manager/package.json @@ -28,7 +28,7 @@ "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", - "prepublishOnly": "pnpm run build" + "prepublishOnly": "pnpm build" }, "repository": { "type": "git", From 7bd898201ad5f8eda8b793f6b3b6ccb5cb7a6836 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Tue, 17 Mar 2026 16:52:09 -0700 Subject: [PATCH 3/3] Update packages/cacheable-request/package.json Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- packages/cacheable-request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cacheable-request/package.json b/packages/cacheable-request/package.json index 7f1c3a0b..c9cf9c08 100644 --- a/packages/cacheable-request/package.json +++ b/packages/cacheable-request/package.json @@ -19,7 +19,7 @@ "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", - "prepublishOnly": "pnpm run build", + "prepublishOnly": "pnpm build", "build": "rimraf ./dist && tsc --project tsconfig.build.json", "clean": "rimraf node_modules ./coverage ./test/testdb.sqlite ./dist" },