appolo-cache
Advanced tools
Comparing version 6.0.5 to 6.0.6
@@ -113,3 +113,3 @@ "use strict"; | ||
item.value = value; | ||
maxAge > 0 && (item.maxAge = maxAge); | ||
maxAge != -1 && (item.maxAge = maxAge); | ||
this._hit(item); | ||
@@ -116,0 +116,0 @@ return; |
@@ -167,3 +167,3 @@ import {ListItem} from "./listItem"; | ||
item.value = value; | ||
maxAge > 0 && (item.maxAge = maxAge); | ||
maxAge != -1 && (item.maxAge = maxAge); | ||
this._hit(item); | ||
@@ -170,0 +170,0 @@ return; |
@@ -21,3 +21,3 @@ { | ||
"main": "./index.js", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"license": "MIT", | ||
@@ -24,0 +24,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
31840