@type-cacheable/node-cache-adapter
Advanced tools
Comparing version
{ | ||
"name": "@type-cacheable/node-cache-adapter", | ||
"version": "14.0.1", | ||
"version": "14.1.0", | ||
"description": "Adapter for using node-cache with type-cacheable", | ||
@@ -41,11 +41,11 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^14.0.1", | ||
"node-cache": "^5.0.0", | ||
"typescript": "^5.0.2" | ||
"@type-cacheable/core": "^14.1.0", | ||
"node-cache": "^5.1.2", | ||
"typescript": "^5.5.4" | ||
}, | ||
"peerDependencies": { | ||
"@type-cacheable/core": "^14.0.0", | ||
"node-cache": "^5.0.0" | ||
"@type-cacheable/core": ">=14.0.0 < 15.0.0", | ||
"node-cache": ">=5.0.0 < 6.0.0" | ||
}, | ||
"gitHead": "8633d42353f0f5daa4bf9dcea3b28c3881c57273" | ||
"gitHead": "525af89e742244539108a7e744a33725a60b04d4" | ||
} |
10402
0.18%