@travetto/cache
Advanced tools
Comparing version 5.0.0-rc.3 to 5.0.0-rc.4
{ | ||
"name": "@travetto/cache", | ||
"version": "5.0.0-rc.3", | ||
"version": "5.0.0-rc.4", | ||
"description": "Caching functionality with decorators for declarative use.", | ||
@@ -28,8 +28,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^5.0.0-rc.3", | ||
"@travetto/model": "^5.0.0-rc.3" | ||
"@travetto/di": "^5.0.0-rc.4", | ||
"@travetto/model": "^5.0.0-rc.4" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/test": "^5.0.0-rc.3", | ||
"@travetto/transformer": "^5.0.0-rc.2" | ||
"@travetto/test": "^5.0.0-rc.4", | ||
"@travetto/transformer": "^5.0.0-rc.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -132,3 +132,2 @@ <!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
static getModel(): ModelExpirySupport { | ||
// @ts-expect-error | ||
return new CustomAwesomeModelService(); | ||
@@ -138,3 +137,2 @@ } | ||
// @ts-expect-error | ||
class CustomAwesomeModelService implements ModelExpirySupport { | ||
@@ -141,0 +139,0 @@ // Implement all the things |
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
31299
140
+ Added@types/node@22.10.1(transitive)
- Removed@types/node@22.10.0(transitive)
Updated@travetto/di@^5.0.0-rc.4
Updated@travetto/model@^5.0.0-rc.4