knifecycle
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -0,1 +1,10 @@ | ||
## [9.1.1](https://github.com/nfroidure/knifecycle/compare/v9.1.0...v9.1.1) (2020-04-02) | ||
### Bug Fixes | ||
* **types:** fix bad type declaration ([21b3c7f](https://github.com/nfroidure/knifecycle/commit/21b3c7fb5fa998594b8b5906baba9d3cd6461939)) | ||
# [9.1.0](https://github.com/nfroidure/knifecycle/compare/v9.0.0...v9.1.0) (2020-04-01) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "knifecycle", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", | ||
"main": "dist/index", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"types": "src/index.d.ts", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
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
1025295