@type-cacheable/lru-cache-adapter
Advanced tools
Comparing version 17.0.1 to 18.0.0
@@ -13,2 +13,2 @@ import { LRUCache } from 'lru-cache'; | ||
} | ||
export declare const useAdapter: <T extends {} = {}>(client: LRUCache<string, T, unknown>, asFallback?: boolean, options?: CacheManagerOptions) => LRUCacheAdapter<T>; | ||
export declare const useAdapter: <T extends {} = {}>(client: LRUCache<string, T>, asFallback?: boolean, options?: CacheManagerOptions) => LRUCacheAdapter<T>; |
{ | ||
"name": "@type-cacheable/lru-cache-adapter", | ||
"version": "17.0.1", | ||
"version": "18.0.0", | ||
"description": "Adapter for using lru-cache with type-cacheable", | ||
@@ -41,11 +41,11 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^14.0.1", | ||
"lru-cache": "^10.0.0", | ||
"typescript": "^5.0.2" | ||
"@type-cacheable/core": "^14.1.0", | ||
"lru-cache": "^11.0.0", | ||
"typescript": "^5.5.4" | ||
}, | ||
"peerDependencies": { | ||
"@type-cacheable/core": "^14.0.0", | ||
"lru-cache": "^10.0.0" | ||
"@type-cacheable/core": ">=14.0.0 < 15.0.0", | ||
"lru-cache": ">=11.0.0 < 12.0.0" | ||
}, | ||
"gitHead": "8633d42353f0f5daa4bf9dcea3b28c3881c57273" | ||
"gitHead": "525af89e742244539108a7e744a33725a60b04d4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10482