@type-cacheable/lru-cache-adapter
Advanced tools
Comparing version 14.0.1 to 15.0.0
@@ -1,2 +0,2 @@ | ||
import LRUCache from 'lru-cache'; | ||
import { LRUCache } from 'lru-cache'; | ||
import { CacheClient } from '@type-cacheable/core'; | ||
@@ -3,0 +3,0 @@ export declare class LRUCacheAdapter<T extends {}> implements CacheClient { |
{ | ||
"name": "@type-cacheable/lru-cache-adapter", | ||
"version": "14.0.1", | ||
"version": "15.0.0", | ||
"description": "Adapter for using lru-cache with type-cacheable", | ||
@@ -42,4 +42,3 @@ "main": "dist/index.js", | ||
"@type-cacheable/core": "^12.0.1", | ||
"@types/lru-cache": "^7.4.0", | ||
"lru-cache": "^8.0.4", | ||
"lru-cache": "^10.0.0", | ||
"typescript": "^5.0.2" | ||
@@ -49,5 +48,5 @@ }, | ||
"@type-cacheable/core": "^12.0.0", | ||
"lru-cache": "^8.0.4" | ||
"lru-cache": "^10.0.0" | ||
}, | ||
"gitHead": "a9e89819f76c283904502dbab4c051f5ce9d774e" | ||
"gitHead": "2ada92dda969644761167f27f72a2711567eb0eb" | ||
} |
@@ -26,3 +26,3 @@ # @type-cacheable/lru-cache-adapter | ||
```ts | ||
import * as LRUCache from 'lru-cache'; | ||
import { LRUCache } from 'lru-cache'; | ||
import { useAdapter } from '@type-cacheable/lru-cache-adapter'; | ||
@@ -29,0 +29,0 @@ |
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
3
10009