ngx-cacheable
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -1,2 +0,2 @@ | ||
module.exports = function (config) { | ||
module.exports = function(config) { | ||
config.set({ | ||
@@ -26,3 +26,10 @@ frameworks: ['jasmine', 'karma-typescript'], | ||
karmaTypescriptConfig: { | ||
tsconfig: './tsconfig.json' | ||
tsconfig: './tsconfig.json', | ||
reports: { | ||
lcovonly: { | ||
"directory": "coverage", | ||
"subdirectory": "lcov", | ||
"filename": "coverage.xml", | ||
} | ||
} | ||
}, | ||
@@ -29,0 +36,0 @@ // you can define custom flags |
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Promise/Observable cache decorators", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/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
429219
6669