keyv-caching
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "keyv-caching", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Cache module for Node.js build on top of Keyv", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -8,2 +8,4 @@  | ||
> ⚠️ **Deprecation Notice**: This package was integrated into [cache-manager@6.x](https://github.com/jaredwray/cache-manager). Please use `cache-manager` instead for future development. This package will no longer receive updates. | ||
# Simple and fast NodeJS caching module. | ||
@@ -10,0 +12,0 @@ Folk and modify from [cache-manager](https://github.com/jaredwray/cache-manager). |
40802
278