knifecycle
Advanced tools
Comparing version 5.0.4 to 5.1.0-beta.2
@@ -0,1 +1,10 @@ | ||
# [5.1.0-beta.0](https://github.com/nfroidure/knifecycle/compare/v5.0.4...v5.1.0-beta.0) (2019-01-18) | ||
### Features | ||
* **TypeScript:** Add types for TypeScript support ([3683386](https://github.com/nfroidure/knifecycle/commit/3683386)) | ||
## [5.0.4](https://github.com/nfroidure/knifecycle/compare/v5.0.3...v5.0.4) (2019-01-12) | ||
@@ -2,0 +11,0 @@ |
@@ -132,3 +132,3 @@ "use strict"; | ||
}); | ||
exports.Knifecycle = exports.getInstance = exports.default = void 0; | ||
exports.Knifecycle = exports.default = void 0; | ||
@@ -875,4 +875,2 @@ var _util = require("./util"); | ||
exports.default = _default; | ||
const getInstance = Knifecycle.getInstance; | ||
exports.getInstance = getInstance; | ||
@@ -879,0 +877,0 @@ function _pickServiceNameFromDeclaration(dependencyDeclaration) { |
{ | ||
"name": "knifecycle", | ||
"version": "5.0.4", | ||
"version": "5.1.0-beta.2", | ||
"description": "Manage your NodeJS processes's lifecycle.", | ||
"main": "dist/index.js", | ||
"types": "src/index.d.ts", | ||
"repository": { | ||
@@ -33,2 +34,3 @@ "type": "git", | ||
"bundleFiles": [ | ||
"src/*.d.ts", | ||
"dist/**/*.js" | ||
@@ -39,2 +41,3 @@ ] | ||
"files": [ | ||
"src/*.d.ts", | ||
"dist/**/*.js", | ||
@@ -69,2 +72,3 @@ "LICENSE", | ||
"shutdown", | ||
"dependencies", | ||
"service" | ||
@@ -71,0 +75,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
205417
13
3659
1