nice-grpc-server-health
Advanced tools
Comparing version 2.0.11 to 2.0.12
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HealthServiceImpl = void 0; | ||
exports.HealthServiceImpl = HealthServiceImpl; | ||
const abort_controller_x_1 = require("abort-controller-x"); | ||
@@ -41,3 +41,2 @@ const nice_grpc_1 = require("nice-grpc"); | ||
} | ||
exports.HealthServiceImpl = HealthServiceImpl; | ||
//# sourceMappingURL=healthServiceImpl.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import TypedEventEmitter from 'typed-emitter'; | ||
@@ -3,0 +2,0 @@ import { EventEmitter } from 'events'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HealthState = void 0; | ||
exports.HealthState = HealthState; | ||
const events_1 = require("events"); | ||
@@ -28,3 +28,2 @@ function HealthState() { | ||
} | ||
exports.HealthState = HealthState; | ||
//# sourceMappingURL=healthState.js.map |
{ | ||
"name": "nice-grpc-server-health", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "gRPC health checking protocol implementation for nice-grpc", | ||
@@ -28,5 +28,5 @@ "repository": "deeplay-io/nice-grpc", | ||
"@types/node": "^18.0.0", | ||
"grpc-tools": "^1.10.0", | ||
"grpc-tools": "^1.12.4", | ||
"jest-os-detection": "^1.3.1", | ||
"nice-grpc-server-middleware-terminator": "^2.0.11", | ||
"nice-grpc-server-middleware-terminator": "^2.0.12", | ||
"request": "^2.88.2", | ||
@@ -37,7 +37,7 @@ "ts-proto": "^1.112.0" | ||
"abort-controller-x": "^0.4.0", | ||
"nice-grpc": "^2.1.9", | ||
"nice-grpc": "^2.1.10", | ||
"protobufjs": "^7.1.2", | ||
"typed-emitter": "^2.0.0" | ||
}, | ||
"gitHead": "706e43411400630c951a391695ca639f2af4d943" | ||
"gitHead": "a164fb1b6dfd0e329da80d00bc9cdcc5bad369de" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32291
566
+ Added@types/node@22.13.4(transitive)
- Removed@types/node@22.13.1(transitive)
Updatednice-grpc@^2.1.10