@zcong/node-grpc-health-check
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,3 +1,5 @@ | ||
## [0.1.2](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.1...v0.1.2) (2021-09-23) | ||
## [0.1.1](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.0...v0.1.1) (2021-09-22) | ||
# 0.1.0 (2021-09-22) |
@@ -24,2 +24,4 @@ "use strict"; | ||
const grpc_js_1 = require("@grpc/grpc-js"); | ||
const logging = __importStar(require("@grpc/grpc-js/build/src/logging")); | ||
const constants_1 = require("@grpc/grpc-js/build/src/constants"); | ||
const health_grpc_pb_1 = require("./generated/health_grpc_pb"); | ||
@@ -47,2 +49,3 @@ const health_pb_1 = require("./generated/health_pb"); | ||
if (this.isShutdown) { | ||
logging.log(constants_1.LogVerbosity.INFO, `health: status changing for ${service} to ${status} is ignored because health service is shutdown`); | ||
return; | ||
@@ -49,0 +52,0 @@ } |
{ | ||
"name": "@zcong/node-grpc-health-check", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Health check client and service for use with @grpc/grpc-js.", | ||
@@ -73,3 +73,8 @@ "main": "./dist/index.js", | ||
"url": "git+https://github.com/zcong1993/node-grpc-health-check.git" | ||
} | ||
}, | ||
"keywords": [ | ||
"grpc", | ||
"grpc-node", | ||
"grpc-health" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
39275
772