@compas/store
Advanced tools
Comparing version 0.0.149 to 0.0.150
{ | ||
"name": "@compas/store", | ||
"version": "0.0.149", | ||
"version": "0.0.150", | ||
"description": "Postgres & S3-compatible wrappers for common things", | ||
@@ -17,3 +17,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/stdlib": "0.0.149", | ||
"@compas/stdlib": "0.0.150", | ||
"@types/minio": "7.0.7", | ||
@@ -44,3 +44,3 @@ "minio": "7.0.18", | ||
}, | ||
"gitHead": "dd7fa620c6d3cb6219764bcfc5cc91f711383dfc" | ||
"gitHead": "6bbe148c5e4f643ed7db0bc22fc439091f0fc34a" | ||
} |
@@ -25,3 +25,4 @@ import { once } from "events"; | ||
this.inMemoryThreshold = options?.inMemoryThreshold ?? 8 * 1024; | ||
this.cacheControlHeader = options?.cacheControlHeader ?? "max-age=1200"; | ||
this.cacheControlHeader = | ||
options?.cacheControlHeader ?? "max-age=120, must-revalidate"; | ||
@@ -28,0 +29,0 @@ this.memoryCache = new Map(); |
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
345746
11238
+ Added@compas/stdlib@0.0.150(transitive)
- Removed@compas/stdlib@0.0.149(transitive)
Updated@compas/stdlib@0.0.150