From ebde735f5674c6120d11e9a84c089893b09c1c56 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 27 Jun 2026 01:36:43 +0000 Subject: [PATCH] release: 2026-06-27 (6 packages) Bump packages with unreleased work since 2026-05-27: - cacheable 2.4.0 -> 2.5.0 (minor) - @cacheable/memory 2.1.0 -> 2.2.0 (minor) - @cacheable/net 2.0.9 -> 2.1.0 (minor) - @cacheable/utils 2.4.2 -> 2.5.0 (minor) - file-entry-cache 11.1.4 -> 11.1.5 (patch) - @cacheable/node-cache 3.1.0 -> 3.1.1 (patch) Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Fvs6ReFCKiUEYgr48DqgKN --- packages/cacheable/package.json | 2 +- packages/file-entry-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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/cacheable/package.json b/packages/cacheable/package.json index 246dd600..5857b639 100644 --- a/packages/cacheable/package.json +++ b/packages/cacheable/package.json @@ -1,6 +1,6 @@ { "name": "cacheable", - "version": "2.4.0", + "version": "2.5.0", "description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/file-entry-cache/package.json b/packages/file-entry-cache/package.json index fa7022be..22778ebf 100644 --- a/packages/file-entry-cache/package.json +++ b/packages/file-entry-cache/package.json @@ -1,6 +1,6 @@ { "name": "file-entry-cache", - "version": "11.1.4", + "version": "11.1.5", "description": "A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/memory/package.json b/packages/memory/package.json index 81afca91..0a45d2b6 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/memory", - "version": "2.1.0", + "version": "2.2.0", "description": "High Performance In-Memory Cache for Node.js", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/net/package.json b/packages/net/package.json index 107dedd9..9d80c78f 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/net", - "version": "2.0.9", + "version": "2.1.0", "description": "High Performance Network Caching for Node.js with fetch, http 1.1, http 2, and cached WHOIS and RDAP lookups", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/node-cache/package.json b/packages/node-cache/package.json index 8caae8e6..0c085efc 100644 --- a/packages/node-cache/package.json +++ b/packages/node-cache/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/node-cache", - "version": "3.1.0", + "version": "3.1.1", "description": "Simple and Maintained fast NodeJS internal caching", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/utils/package.json b/packages/utils/package.json index e369e27a..9b5fb83c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/utils", - "version": "2.4.2", + "version": "2.5.0", "description": "Cacheable Utilities for Caching Libraries", "type": "module", "main": "./dist/index.cjs",