@mashroom/mashroom-browser-cache
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"files": [ | ||
@@ -15,5 +15,5 @@ "dist/**", | ||
"@babel/cli": "^7.15.7", | ||
"@mashroom/mashroom": "1.9.1", | ||
"@mashroom/mashroom-security": "1.9.1", | ||
"@mashroom/mashroom-utils": "1.9.1", | ||
"@mashroom/mashroom": "1.9.2", | ||
"@mashroom/mashroom-security": "1.9.2", | ||
"@mashroom/mashroom-utils": "1.9.2", | ||
"@types/express": "^4.17.13", | ||
@@ -50,3 +50,3 @@ "@types/jest": "^27.0.1", | ||
"disabled": false, | ||
"maxAgeSec": 1800 | ||
"maxAgeSec": 31536000 | ||
} | ||
@@ -53,0 +53,0 @@ } |
@@ -33,3 +33,3 @@ | ||
"disabled": false, | ||
"maxAgeSec": 1800 | ||
"maxAgeSec": 31536000 | ||
} | ||
@@ -40,3 +40,3 @@ } | ||
* _disabled_: Disable browser caching (default: false) | ||
* _maxAgeSec_: Max age in seconds (default: 1800) | ||
* _maxAgeSec_: Max age in seconds (default: 31536000 (30d)) | ||
@@ -43,0 +43,0 @@ ## Services |
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
8167