child-service
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,3 @@ | ||
## [2.0.1](https://github.com/nknapp/node-child-service/compare/v2.0.0...v2.0.1) (2020-06-28) | ||
# [2.0.0](https://github.com/nknapp/node-child-service/compare/v1.0.0...v2.0.0) (2020-06-28) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "child-service", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Start services as child-process, wait until they are ready and stop them.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -55,2 +55,4 @@ # child-service | ||
The package also makes sure that processes are stopped when the parent-process dies unexpectedly. It takes into account quitting by `process.exit()` as well as `SIGTERM`, `SIGINT` and `SIGKILL`. | ||
# API reference | ||
@@ -57,0 +59,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25869
119
3