We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7697d40 commit 3aef7bcCopy full SHA for 3aef7bc
packages/cacheable/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cacheable",
3
- "version": "1.8.7",
+ "version": "1.8.8",
4
"description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage",
5
"type": "module",
6
"main": "./dist/index.cjs",
@@ -29,17 +29,17 @@
29
},
30
"devDependencies": {
31
"@keyv/redis": "^4.2.0",
32
- "@types/node": "^22.10.2",
33
- "@vitest/coverage-v8": "^2.1.8",
+ "@types/node": "^22.10.9",
+ "@vitest/coverage-v8": "^3.0.4",
34
"lru-cache": "^11.0.2",
35
"rimraf": "^6.0.1",
36
"tsup": "^8.3.5",
37
- "typescript": "^5.7.2",
38
- "vitest": "^2.1.8",
+ "typescript": "^5.7.3",
+ "vitest": "^3.0.4",
39
"xo": "^0.60.0"
40
41
"dependencies": {
42
- "hookified": "^1.6.0",
+ "hookified": "^1.7.0",
43
"keyv": "^5.2.3"
44
45
"keywords": [
0 commit comments