child-service
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,3 @@ | ||
## [2.0.2](https://github.com/nknapp/node-child-service/compare/v2.0.1...v2.0.2) (2020-07-01) | ||
## [2.0.1](https://github.com/nknapp/node-child-service/compare/v2.0.0...v2.0.1) (2020-06-28) | ||
@@ -14,2 +16,6 @@ | ||
### Breaking changes | ||
- make ChildService a named export ([bb4d4a9](http://github.com/nknapp/node-child-service/commit/bb4d4a977c1d65773f7892bfc7da341eec4c6209)) | ||
# 1.0.0 (2020-06-07) |
{ | ||
"name": "child-service", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Start services as child-process, wait until they are ready and stop them.", | ||
@@ -19,3 +19,3 @@ "main": "src/index.js", | ||
"posttest": "npm run format", | ||
"format": "prettier --loglevel warn --write \"**/*.{js,css,md}\"", | ||
"format": "prettier --loglevel warn --write \"**/*.{js,ts,d.ts,css,md}\"", | ||
"lint": "eslint . --cache --fix", | ||
@@ -37,3 +37,3 @@ "dtslint": "dtslint types --installAll", | ||
"standard-changelog": "^2.0.24", | ||
"thought": "^3.0.0", | ||
"thought": "^3.0.1", | ||
"thought-plugin-jsdoc": "^2.0.0" | ||
@@ -51,3 +51,3 @@ }, | ||
"*.js": "eslint --cache --fix", | ||
"*.{js,css,md}": "prettier --write" | ||
"*.{js,ts,d.ts,css,md}": "prettier --write" | ||
}, | ||
@@ -67,3 +67,5 @@ "jest": { | ||
} | ||
} | ||
}, | ||
"repository": "git@github.com:nknapp/node-child-service.git", | ||
"author": "Nils Knappmeier <npm@knappi.org>" | ||
} |
@@ -20,3 +20,3 @@ # child-service | ||
```js | ||
const { ChildService } = require("../"); | ||
const { ChildService } = require("child-service"); | ||
const got = require("got"); | ||
@@ -23,0 +23,0 @@ |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
26265
1