knifecycle
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -0,1 +1,10 @@ | ||
## [5.1.3](https://github.com/nfroidure/knifecycle/compare/v5.1.2...v5.1.3) (2019-01-24) | ||
### Bug Fixes | ||
* **Types:** Set tup the good method name for service descriptors ([e77f6af](https://github.com/nfroidure/knifecycle/commit/e77f6af)) | ||
## [5.1.2](https://github.com/nfroidure/knifecycle/compare/v5.1.1...v5.1.2) (2019-01-20) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "knifecycle", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ type Dependencies = { [name: string]: any }; | ||
service: S; | ||
shutdown: () => Promise<void>; | ||
dispose: () => Promise<void>; | ||
fatalErrorPromise: Promise<void>; | ||
@@ -9,0 +9,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
207043