@travetto/cache
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@travetto/cache", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Caching functionality with decorators for declarative use.", | ||
@@ -28,8 +28,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^5.0.0", | ||
"@travetto/model": "^5.0.0" | ||
"@travetto/di": "^5.0.1", | ||
"@travetto/model": "^5.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/test": "^5.0.0", | ||
"@travetto/transformer": "^5.0.0" | ||
"@travetto/test": "^5.0.1", | ||
"@travetto/transformer": "^5.0.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -63,3 +63,3 @@ import assert from 'node:assert'; | ||
async getUser(userId: string) { | ||
await timers.setTimeout(100); | ||
await timers.setTimeout(105); | ||
@@ -66,0 +66,0 @@ return { |
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
Updated@travetto/di@^5.0.1
Updated@travetto/model@^5.0.1