Skip to content

Commit

Permalink
cacheable - version bump to 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jan 23, 2025
1 parent 7697d40 commit 3aef7bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/cacheable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacheable",
"version": "1.8.7",
"version": "1.8.8",
"description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -29,17 +29,17 @@
},
"devDependencies": {
"@keyv/redis": "^4.2.0",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"@types/node": "^22.10.9",
"@vitest/coverage-v8": "^3.0.4",
"lru-cache": "^11.0.2",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"typescript": "^5.7.3",
"vitest": "^3.0.4",
"xo": "^0.60.0"
},
"dependencies": {
"hookified": "^1.6.0",
"hookified": "^1.7.0",
"keyv": "^5.2.3"
},
"keywords": [
Expand Down

0 comments on commit 3aef7bc

Please sign in to comment.