@serwist/expiration
Advanced tools
Comparing version 9.0.0-preview.15 to 9.0.0-preview.16
{ | ||
"name": "@serwist/expiration", | ||
"version": "9.0.0-preview.15", | ||
"version": "9.0.0-preview.16", | ||
"type": "module", | ||
@@ -33,3 +33,3 @@ "description": "A module that expires cached responses based on age or maximum number of entries.", | ||
"idb": "8.0.0", | ||
"@serwist/core": "9.0.0-preview.15" | ||
"@serwist/core": "9.0.0-preview.16" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"typescript": "5.5.0-dev.20240323", | ||
"@serwist/constants": "9.0.0-preview.15" | ||
"@serwist/constants": "9.0.0-preview.16" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -137,3 +137,3 @@ /* | ||
} | ||
/** | ||
@@ -140,0 +140,0 @@ * Updates the timestamp for the given URL, allowing it to be correctly |
@@ -28,3 +28,3 @@ /* | ||
* entry was last fetched or when it was last used. | ||
* | ||
* | ||
* @default "last-fetched" | ||
@@ -31,0 +31,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
47487
+ Added@serwist/core@9.0.0-preview.16(transitive)
- Removed@serwist/core@9.0.0-preview.15(transitive)