We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe3d0a commit d1f53a1Copy full SHA for d1f53a1
packages/cacheable/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cacheable",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage",
5
"type": "module",
6
"main": "./dist/index.cjs",
@@ -34,7 +34,7 @@
34
"@keyv/redis": "^5.1.3",
35
"@keyv/valkey": "^1.0.10",
36
"@qified/redis": "^0.5.0",
37
- "@types/node": "^24.8.0",
+ "@types/node": "^24.8.1",
38
"@vitest/coverage-v8": "^3.2.4",
39
"lru-cache": "^11.2.2",
40
"rimraf": "^6.0.1",
0 commit comments