Comparing version 1.1.1 to 1.1.2
@@ -1,3 +0,1 @@ | ||
# Changelog | ||
#### [1.1.1] | ||
@@ -4,0 +2,0 @@ - run executor after storage throws an error |
{ | ||
"name": "cachalot", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Cache manager for nodejs with support different cache strategies", | ||
@@ -26,2 +26,3 @@ "keywords": [ | ||
"scripts": { | ||
"cz": "git-cz", | ||
"clean": "rm -rf dist", | ||
@@ -36,6 +37,7 @@ "docs": "typedoc --out docs/api src/ --ignoreCompilerErrors --mode file --hideGenerator --includes docs/assets", | ||
"test:unit:watch": "jest --watch", | ||
"prepublishOnly": "npm run check && npm run build" | ||
"prepublishOnly": "npm run check && npm run build", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.11" | ||
"lodash": "^4.17.15" | ||
}, | ||
@@ -48,10 +50,17 @@ "devDependencies": { | ||
"coveralls": "^3.0.4", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"ioredis": "^4.11.1", | ||
"jest": "^24.8.0", | ||
"semantic-release": "^15.13.24", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.18.0", | ||
"tslint-config-unional": "^0.10.0", | ||
"typedoc": "^0.14.2", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.5.2" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
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
113224
14
Updatedlodash@^4.17.15