From d4e562b03b19a58be7f4596da7e7e7616c62fff5 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 27 May 2026 14:59:14 +0000 Subject: [PATCH] release: 2026-05-27 (8 packages) Releasing 8 packages: - @cacheable/memory@2.1.0 (minor) - @cacheable/node-cache@3.1.0 (minor) - cacheable@2.4.0 (minor) - cache-manager@7.2.9 (patch) - file-entry-cache@11.1.4 (patch) - flat-cache@6.1.23 (patch) - @cacheable/net@2.0.9 (patch) - @cacheable/utils@2.4.2 (patch) https://claude.ai/code/session_01RHRKp9uLbfAsRAFPcDgZQx --- packages/cache-manager/package.json | 2 +- packages/cacheable/package.json | 2 +- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/cache-manager/package.json b/packages/cache-manager/package.json index d28f648f..761d8c0b 100644 --- a/packages/cache-manager/package.json +++ b/packages/cache-manager/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "7.2.8", + "version": "7.2.9", "description": "Cache Manager for Node.js", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/cacheable/package.json b/packages/cacheable/package.json index 8c9ab290..246dd600 100644 --- a/packages/cacheable/package.json +++ b/packages/cacheable/package.json @@ -1,6 +1,6 @@ { "name": "cacheable", - "version": "2.3.5", + "version": "2.4.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 7e345410..fa7022be 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.3", + "version": "11.1.4", "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/flat-cache/package.json b/packages/flat-cache/package.json index fcf40787..98ee43e1 100644 --- a/packages/flat-cache/package.json +++ b/packages/flat-cache/package.json @@ -1,6 +1,6 @@ { "name": "flat-cache", - "version": "6.1.22", + "version": "6.1.23", "description": "A simple key/value storage using files to persist the data", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/memory/package.json b/packages/memory/package.json index 01ce0c4b..81afca91 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/memory", - "version": "2.0.9", + "version": "2.1.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 713becd9..c4cf14bb 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/net", - "version": "2.0.8", + "version": "2.0.9", "description": "High Performance Network Caching for Node.js with fetch, request, http 1.1, and http 2 support", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/node-cache/package.json b/packages/node-cache/package.json index 23be446c..8caae8e6 100644 --- a/packages/node-cache/package.json +++ b/packages/node-cache/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/node-cache", - "version": "3.0.1", + "version": "3.1.0", "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 c5097acb..e369e27a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@cacheable/utils", - "version": "2.4.1", + "version": "2.4.2", "description": "Cacheable Utilities for Caching Libraries", "type": "module", "main": "./dist/index.cjs",