knifecycle
Advanced tools
Comparing version 8.1.0 to 9.0.0
@@ -0,1 +1,5 @@ | ||
# [9.0.0](https://github.com/nfroidure/knifecycle/compare/v8.1.0...v9.0.0) (2020-03-20) | ||
# [8.1.0](https://github.com/nfroidure/knifecycle/compare/v8.0.1...v8.1.0) (2020-01-19) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "knifecycle", | ||
"version": "8.1.0", | ||
"version": "9.0.0", | ||
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=8.12.0" | ||
"node": ">=10.19.0" | ||
}, | ||
@@ -81,13 +81,13 @@ "metapak": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/register": "^7.8.3", | ||
"babel-eslint": "^10.0.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/register": "^7.8.6", | ||
"babel-eslint": "^10.1.0", | ||
"browserify": "^16.2.3", | ||
"commitizen": "^4.0.3", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"coveralls": "^3.0.9", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"coveralls": "^3.0.11", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
@@ -103,5 +103,5 @@ "eslint-plugin-prettier": "^3.1.2", | ||
"karma-sauce-launcher": "^2.0.2", | ||
"metapak": "^3.1.6", | ||
"metapak-nfroidure": "9.8.1", | ||
"mocha": "^7.0.0", | ||
"metapak": "^3.1.8", | ||
"metapak-nfroidure": "10.0.1", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
@@ -186,3 +186,3 @@ "prettier": "^1.19.1", | ||
"targets": { | ||
"node": "8.12.0" | ||
"node": "10.19.0" | ||
} | ||
@@ -189,0 +189,0 @@ } |
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
635170