@mashroom/mashroom-storage
Advanced tools
Comparing version 1.7.10 to 1.8.0
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "1.7.10", | ||
"version": "1.8.0", | ||
"files": [ | ||
@@ -14,12 +14,12 @@ "dist/**", | ||
"dependencies": { | ||
"@mashroom/mashroom-utils": "1.7.10" | ||
"@mashroom/mashroom-utils": "1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.16", | ||
"@mashroom/mashroom": "1.7.10", | ||
"@mashroom/mashroom-memory-cache": "1.7.10", | ||
"@types/jest": "^26.0.20", | ||
"eslint": "^7.19.0", | ||
"jest": "^26.6.3", | ||
"typescript": "^4.1.5" | ||
"@babel/cli": "^7.14.8", | ||
"@mashroom/mashroom": "1.8.0", | ||
"@mashroom/mashroom-memory-cache": "1.8.0", | ||
"@types/jest": "^26.0.24", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.0.6", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -26,0 +26,0 @@ "jest": { |
@@ -53,5 +53,5 @@ | ||
* _memoryCache_: Use the memory cache to improve the performance. Requires *@mashroom/mashroom-memory-cache* to be installed. | ||
* _enabled_: Enable cache (of all) collections. The preferred way is to set this to false and enable caching per collection (default: false) | ||
* _ttlSec_: The default TTL in seconds. Can be overwritten per collection (default: 120) | ||
+ _invalidateOnUpdate_: Clear the cache for the whole collection if an entry gets updated (default: true). | ||
* _enabled_: Enable cache (of all) collections. The preferred way is to set this to false and enable caching per collection (Default: false) | ||
* _ttlSec_: The default TTL in seconds. Can be overwritten per collection (Default: 120) | ||
+ _invalidateOnUpdate_: Clear the cache for the whole collection if an entry gets updated (Default: true). | ||
This might be an expensive operation on some memory cache implementations (e.g. based on Redis). So use this only | ||
@@ -58,0 +58,0 @@ if updates don't happen frequently. |
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
24610
14
+ Added@mashroom/mashroom-utils@1.8.0(transitive)
- Removed@mashroom/mashroom-utils@1.7.10(transitive)