Skip to content

Commit

Permalink
cacheable - version bump to 1.8.0 and @types/node (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Oct 2, 2024
1 parent 54f90e9 commit 0dfc1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cacheable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacheable",
"version": "1.7.1",
"version": "1.8.0",
"description": "Simple Caching Engine using Keyv",
"type": "module",
"main": "./dist/index.cjs",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@keyv/redis": "^3.0.1",
"@types/node": "^22.6.1",
"@types/node": "^22.7.4",
"@vitest/coverage-v8": "^2.1.1",
"lru-cache": "^11.0.1",
"rimraf": "^6.0.1",
Expand Down

0 comments on commit 0dfc1f1

Please sign in to comment.