@zcong/node-grpc-health-check
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
## [0.1.3](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.2...v0.1.3) (2021-09-23) | ||
### Bug Fixes | ||
- build ([51b3c50](https://github.com/zcong1993/node-grpc-health-check/commit/51b3c50713ebe100e9a5730973abd951795bf315)) | ||
## [0.1.2](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.1...v0.1.2) (2021-09-23) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@zcong/node-grpc-health-check", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Health check client and service for use with @grpc/grpc-js.", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"build": "tsc --build tsconfig.json && cp -a ./src/generated ./dist/", | ||
"build": "tsc --build tsconfig.build.json && cp -a ./src/generated ./dist/", | ||
"test": "run-s lint jest", | ||
@@ -21,4 +21,3 @@ "test:cov": "run-s lint jest:cov", | ||
"lint-staged": "lint-staged", | ||
"release": "node ./scripts/release.js", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ." | ||
"release": "js-release" | ||
}, | ||
@@ -35,8 +34,6 @@ "types": "./dist/index.d.ts", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"chalk": "^4.1.2", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"@zcong/js-release": "^0.2.5", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"execa": "^5.1.1", | ||
"grpc-tools": "^1.11.2", | ||
@@ -46,8 +43,5 @@ "husky": "^7.0.2", | ||
"lint-staged": "^11.1.2", | ||
"minimist": "^1.2.5", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1", | ||
"prettier-plugin-organize-imports": "^2.3.3", | ||
"prompts": "^2.4.1", | ||
"semver": "^7.3.5", | ||
"ts-jest": "^27.0.5", | ||
@@ -54,0 +48,0 @@ "ts-protoc-gen": "^0.15.0", |
20
-20%33149
-15.6%11
-35.29%675
-12.56%