nice-grpc-server-health
Advanced tools
Comparing version 2.0.10 to 2.0.11
"use strict"; | ||
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. | ||
// versions: | ||
// protoc-gen-ts_proto v1.176.2 | ||
// protoc v3.19.1 | ||
// source: grpc/health/v1/health.proto | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.HealthDefinition = exports.HealthCheckResponse = exports.HealthCheckRequest = exports.HealthCheckResponse_ServingStatus = exports.protobufPackage = void 0; |
{ | ||
"name": "nice-grpc-server-health", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "gRPC health checking protocol implementation for nice-grpc", | ||
@@ -27,6 +27,6 @@ "repository": "deeplay-io/nice-grpc", | ||
"@tsconfig/node14": "^14.1.0", | ||
"@types/node": "^14.18.23", | ||
"@types/node": "^18.0.0", | ||
"grpc-tools": "^1.10.0", | ||
"jest-os-detection": "^1.3.1", | ||
"nice-grpc-server-middleware-terminator": "^2.0.10", | ||
"nice-grpc-server-middleware-terminator": "^2.0.11", | ||
"request": "^2.88.2", | ||
@@ -37,7 +37,7 @@ "ts-proto": "^1.112.0" | ||
"abort-controller-x": "^0.4.0", | ||
"nice-grpc": "^2.1.8", | ||
"nice-grpc": "^2.1.9", | ||
"protobufjs": "^7.1.2", | ||
"typed-emitter": "^2.0.0" | ||
}, | ||
"gitHead": "2d8eccc332adbf869b6450efe5de14125d7cb4e6" | ||
"gitHead": "706e43411400630c951a391695ca639f2af4d943" | ||
} |
@@ -0,1 +1,7 @@ | ||
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. | ||
// versions: | ||
// protoc-gen-ts_proto v1.176.2 | ||
// protoc v3.19.1 | ||
// source: grpc/health/v1/health.proto | ||
/* eslint-disable */ | ||
@@ -2,0 +8,0 @@ import * as _m0 from "protobufjs/minimal"; |
Sorry, the diff of this file is not supported yet
32387
569
Updatednice-grpc@^2.1.9