apollo-server-caching
Advanced tools
Comparing version 3.0.0 to 3.0.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
; | ||
//# sourceMappingURL=KeyValueCache.js.map |
{ | ||
"name": "apollo-server-caching", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Apollo <opensource@apollographql.com>", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "bcfd36cdd01f9d26d0a225aa62a79c6642cd743f" | ||
"gitHead": "856f7fbc151ebef4d6ca8a9efe801ecca3d4f9c3" | ||
} |
@@ -7,4 +7,4 @@ /** Options for {@link KeyValueCache.set} */ | ||
*/ | ||
ttl?: number | null | ||
}; | ||
ttl?: number | null; | ||
} | ||
@@ -11,0 +11,0 @@ export interface KeyValueCache<V = string> { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
38233
317