ngx-cacheable
Advanced tools
Comparing version 1.4.0-beta.6 to 1.4.0-beta.7
@@ -5,2 +5,3 @@ import { ICacheBusterConfig } from './ICacheBusterConfig'; | ||
import { IStorageStrategy } from './IStorageStrategy'; | ||
import { DOMStorageStrategy } from './DOMStorageStrategy'; | ||
import { IAsyncStorageStrategy } from './IAsyncStorageStrategy'; | ||
@@ -25,1 +26,2 @@ export declare const DEFAULT_CACHE_RESOLVER: (oldParams: any, newParams: any) => boolean; | ||
export { IStorageStrategy }; | ||
export { DOMStorageStrategy }; |
@@ -6,2 +6,4 @@ "use strict"; | ||
var InMemoryStorageStrategy_1 = require("./InMemoryStorageStrategy"); | ||
var DOMStorageStrategy_1 = require("./DOMStorageStrategy"); | ||
exports.DOMStorageStrategy = DOMStorageStrategy_1.DOMStorageStrategy; | ||
exports.DEFAULT_CACHE_RESOLVER = function (oldParams, newParams) { | ||
@@ -8,0 +10,0 @@ return JSON.stringify(oldParams) === JSON.stringify(newParams); |
@@ -5,2 +5,3 @@ import { ICacheBusterConfig } from './ICacheBusterConfig'; | ||
import { IStorageStrategy } from './IStorageStrategy'; | ||
import { DOMStorageStrategy } from './DOMStorageStrategy'; | ||
import { IAsyncStorageStrategy } from './IAsyncStorageStrategy'; | ||
@@ -25,1 +26,2 @@ export declare const DEFAULT_CACHE_RESOLVER: (oldParams: any, newParams: any) => boolean; | ||
export { IStorageStrategy }; | ||
export { DOMStorageStrategy }; |
import { IStorageStrategy } from './IStorageStrategy'; | ||
import { InMemoryStorageStrategy } from './InMemoryStorageStrategy'; | ||
import { DOMStorageStrategy } from './DOMStorageStrategy'; | ||
export const DEFAULT_CACHE_RESOLVER = (oldParams, newParams) => JSON.stringify(oldParams) === JSON.stringify(newParams); | ||
@@ -11,2 +12,3 @@ export const DEFAULT_HASHER = (parameters) => parameters.map(param => param !== undefined ? JSON.parse(JSON.stringify(param)) : param); | ||
export { IStorageStrategy }; | ||
export { DOMStorageStrategy }; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,3 @@ import { ICacheBusterConfig } from './ICacheBusterConfig'; | ||
import { IStorageStrategy } from './IStorageStrategy'; | ||
import { DOMStorageStrategy } from './DOMStorageStrategy'; | ||
import { IAsyncStorageStrategy } from './IAsyncStorageStrategy'; | ||
@@ -25,1 +26,2 @@ export declare const DEFAULT_CACHE_RESOLVER: (oldParams: any, newParams: any) => boolean; | ||
export { IStorageStrategy }; | ||
export { DOMStorageStrategy }; |
import { IStorageStrategy } from './IStorageStrategy'; | ||
import { InMemoryStorageStrategy } from './InMemoryStorageStrategy'; | ||
import { DOMStorageStrategy } from './DOMStorageStrategy'; | ||
export var DEFAULT_CACHE_RESOLVER = function (oldParams, newParams) { | ||
@@ -13,2 +14,3 @@ return JSON.stringify(oldParams) === JSON.stringify(newParams); | ||
export { IStorageStrategy }; | ||
export { DOMStorageStrategy }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.4.0-beta.6", | ||
"version": "1.4.0-beta.7", | ||
"description": "Promise/Observable cache decorators", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
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
318349
4010