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",