@travetto/cache
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -10,9 +10,9 @@ { | ||
"dependencies": { | ||
"@travetto/compiler": "^0.4.4", | ||
"@travetto/compiler": "^0.4.6", | ||
"@types/lru-cache": "^4.1.1", | ||
"lru-cache": "^4.1.3" | ||
"lru-cache": "^5.1.1" | ||
}, | ||
"description": "Caching functionality with decorators for declarative use.", | ||
"devDependencies": { | ||
"@travetto/test": "^0.4.7" | ||
"@travetto/test": "^0.4.8" | ||
}, | ||
@@ -31,4 +31,4 @@ "homepage": "https://travetto.io", | ||
}, | ||
"version": "0.4.7", | ||
"gitHead": "8f31e1167d568e79b503e5426871e48f23d260e6" | ||
"version": "0.4.8", | ||
"gitHead": "57ee4da983bfa3f2a7e3dac6a24ed0f4af5f71c2" | ||
} |
@@ -21,3 +21,3 @@ import * as LRU from 'lru-cache'; | ||
}; | ||
const cache = LRU<string, T>(config); | ||
const cache = new LRU<string, T>(config); | ||
this.caches.set(name, cache); | ||
@@ -24,0 +24,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
6584
+ Addedlru-cache@5.1.1(transitive)
+ Addedyallist@3.1.1(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
Updated@travetto/compiler@^0.4.6
Updatedlru-cache@^5.1.1