apollo-server-caching
Advanced tools
Comparing version 2.0.0-rc.0 to 2.0.0-rc.1
export declare function mockDate(): void; | ||
export declare function unmockDate(): void; | ||
export declare function advanceTimeBy(ms: number): void; | ||
//# sourceMappingURL=date.d.ts.map |
export { KeyValueCache } from './KeyValueCache'; | ||
export { testKeyValueCache } from './tests'; | ||
export { InMemoryLRUCache } from './InMemoryLRUCache'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tests_1 = require("./tests"); | ||
exports.testKeyValueCache = tests_1.testKeyValueCache; | ||
var InMemoryLRUCache_1 = require("./InMemoryLRUCache"); | ||
exports.InMemoryLRUCache = InMemoryLRUCache_1.InMemoryLRUCache; | ||
//# sourceMappingURL=index.js.map |
@@ -7,1 +7,2 @@ export interface KeyValueCache { | ||
} | ||
//# sourceMappingURL=KeyValueCache.d.ts.map |
export declare function testKeyValueCache(keyValueCache: any): void; | ||
//# sourceMappingURL=tests.d.ts.map |
{ | ||
"name": "apollo-server-caching", | ||
"version": "2.0.0-rc.0", | ||
"version": "2.0.0-rc.1", | ||
"author": "opensource@apollographql.com", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
export { KeyValueCache } from './KeyValueCache'; | ||
export { testKeyValueCache } from './tests'; | ||
export { InMemoryLRUCache } from './InMemoryLRUCache'; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
14104
26
200
0
27