knifecycle
Advanced tools
Comparing version 12.0.2 to 12.0.4
@@ -0,1 +1,9 @@ | ||
## [12.0.4](https://github.com/nfroidure/knifecycle/compare/v12.0.3...v12.0.4) (2022-05-25) | ||
## [12.0.3](https://github.com/nfroidure/knifecycle/compare/v12.0.2...v12.0.3) (2022-05-25) | ||
## [12.0.2](https://github.com/nfroidure/knifecycle/compare/v12.0.1...v12.0.2) (2021-11-11) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "knifecycle", | ||
"version": "12.0.2", | ||
"version": "12.0.4", | ||
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", | ||
@@ -86,41 +86,41 @@ "main": "dist/index", | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/eslint-parser": "^7.16.0", | ||
"@babel/plugin-proposal-class-properties": "^7.16.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0", | ||
"@babel/preset-env": "^7.16.0", | ||
"@babel/preset-typescript": "^7.16.0", | ||
"@babel/register": "^7.16.0", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.18.2", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.0", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@babel/register": "^7.17.7", | ||
"@types/jest": "^27.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.2.0", | ||
"@typescript-eslint/parser": "^5.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"browserify": "^17.0.0", | ||
"commitizen": "^4.2.4", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"coveralls": "^3.1.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.1.0", | ||
"eslint": "^8.16.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.3.1", | ||
"jest": "^28.1.0", | ||
"jsarch": "^5.0.1", | ||
"jsdoc-to-markdown": "^7.1.0", | ||
"karma": "^6.3.6", | ||
"jsdoc-to-markdown": "^7.1.1", | ||
"karma": "^6.3.20", | ||
"karma-browserify": "^8.0.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-firefox-launcher": "^2.1.1", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-mocha": "^2.0.1", | ||
"karma-sauce-launcher": "^4.3.6", | ||
"metapak": "^4.0.0", | ||
"metapak-nfroidure": "11.1.1", | ||
"metapak": "^4.0.3", | ||
"metapak-nfroidure": "11.2.1", | ||
"mocha": "8.2.1", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^10.0.1", | ||
"typescript": "^4.4.4" | ||
"sinon": "^14.0.0", | ||
"typescript": "^4.7.2" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.1", | ||
"type-fest": "^1.0.1", | ||
"yerror": "^6.0.0" | ||
"debug": "^4.3.4", | ||
"type-fest": "^2.13.0", | ||
"yerror": "^6.0.2" | ||
}, | ||
@@ -127,0 +127,0 @@ "config": { |
@@ -1048,3 +1048,3 @@ /* eslint max-len: ["warn", { "ignoreComments": true }] @typescript-eslint/no-this-alias: "warn" */ | ||
throw YError.wrap( | ||
err, | ||
err as Error, | ||
E_UNMATCHED_DEPENDENCY, | ||
@@ -1051,0 +1051,0 @@ ...[serviceName].concat((err as YError).params), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1203342
+ Addedtype-fest@2.19.0(transitive)
- Removedtype-fest@1.4.0(transitive)
Updateddebug@^4.3.4
Updatedtype-fest@^2.13.0
Updatedyerror@^6.0.2