ngx-cacheable
Advanced tools
Comparing version 1.1.0 to 1.1.1
export * from './cache-buster.decorator'; | ||
export * from './cacheable.decorator'; | ||
export * from './promise.cache-buster.decorator'; | ||
export * from './promise.cacheable.decorator'; |
@@ -8,2 +8,4 @@ "use strict"; | ||
__export(require("./cacheable.decorator")); | ||
__export(require("./promise.cache-buster.decorator")); | ||
__export(require("./promise.cacheable.decorator")); | ||
//# sourceMappingURL=index.js.map |
export * from './cache-buster.decorator'; | ||
export * from './cacheable.decorator'; | ||
export * from './promise.cache-buster.decorator'; | ||
export * from './promise.cacheable.decorator'; | ||
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Rx Observable cache decorator", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
185842
3309