knifecycle
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -0,1 +1,5 @@ | ||
## [5.1.6](https://github.com/nfroidure/knifecycle/compare/v5.1.5...v5.1.6) (2019-02-02) | ||
## [5.1.5](https://github.com/nfroidure/knifecycle/compare/v5.1.4...v5.1.5) (2019-01-27) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "knifecycle", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", | ||
@@ -82,4 +82,4 @@ "main": "dist/index.js", | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.3.1", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/register": "^7.0.0", | ||
@@ -92,7 +92,7 @@ "babel-eslint": "^10.0.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.12.0", | ||
"eslint": "^5.13.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"jsarch": "^2.0.0", | ||
"jsarch": "^2.0.1", | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"karma": "^3.1.4", | ||
"karma": "^4.0.0", | ||
"karma-browserify": "^6.0.0", | ||
@@ -103,12 +103,12 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-sauce-launcher": "^2.0.2", | ||
"metapak": "^2.0.0", | ||
"metapak-nfroidure": "9.2.0", | ||
"metapak": "^3.1.1", | ||
"metapak-nfroidure": "9.5.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.1", | ||
"prettier": "^1.15.3", | ||
"sinon": "^7.1.1" | ||
"nyc": "^13.1.0", | ||
"prettier": "^1.16.3", | ||
"sinon": "^7.2.3" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.1.0", | ||
"yerror": "^2.1.3" | ||
"debug": "^4.1.1", | ||
"yerror": "^4.0.0" | ||
}, | ||
@@ -128,2 +128,8 @@ "config": { | ||
"prettier", | ||
"@babel/cli", | ||
"@babel/core", | ||
"@babel/register", | ||
"@babel/preset-env", | ||
"@babel/plugin-proposal-object-rest-spread", | ||
"babel-eslint", | ||
"mocha", | ||
@@ -130,0 +136,0 @@ "coveralls", |
@@ -261,4 +261,4 @@ [//]: # ( ) | ||
// found by automatically loading a NodeJS module | ||
// in the above `$autoload service`. The db connections | ||
// we only be instanciated if that command needs it | ||
// in the above `$autoload` service. The db connection | ||
// will only be instanciated if that command needs it | ||
.then(async ({ command, $destroy, exit, log }) => { | ||
@@ -319,3 +319,3 @@ try { | ||
This is a very simple example but you can find a complexer CLI usage | ||
with (`metapak`)[https://github.com/nfroidure/metapak/blob/master/bin/metapak.js]. | ||
with `(metapak)[https://github.com/nfroidure/metapak/blob/master/bin/metapak.js]`. | ||
@@ -322,0 +322,0 @@ ## Auto detection |
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
209635
+ Addedyerror@4.0.1(transitive)
- Removedyerror@2.1.3(transitive)
Updateddebug@^4.1.1
Updatedyerror@^4.0.0