apollo-server-caching
Advanced tools
Comparing version 0.6.0 to 0.6.1-unified.0
{ | ||
"name": "apollo-server-caching", | ||
"version": "0.6.0", | ||
"version": "0.6.1-unified.0", | ||
"author": "Apollo <opensource@apollographql.com>", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "93499e703a375ff0fbd128138e46b574074b44e6" | ||
"gitHead": "6972e2379e91b08ccc458a230c6a687099dbf108" | ||
} |
@@ -17,3 +17,3 @@ import LRUCache from 'lru-cache'; | ||
// FIXME: Define reasonable default max size of the cache | ||
// TODO: Define reasonable default max size of the cache | ||
constructor({ | ||
@@ -20,0 +20,0 @@ maxSize = Infinity, |
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
21009