nice-grpc-server-health
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,3 +5,2 @@ "use strict"; | ||
/* eslint-disable */ | ||
const Long = require("long"); | ||
const _m0 = require("protobufjs/minimal"); | ||
@@ -117,8 +116,2 @@ exports.protobufPackage = 'grpc.health.v1'; | ||
}; | ||
// If you get a compile-error about 'Constructor<Long> and ... have no overlap', | ||
// add '--ts_proto_opt=esModuleInterop=true' as a flag when calling 'protoc'. | ||
if (_m0.util.Long !== Long) { | ||
_m0.util.Long = Long; | ||
_m0.configure(); | ||
} | ||
//# sourceMappingURL=health.js.map |
{ | ||
"name": "nice-grpc-server-health", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "gRPC health checking protocol implementation for nice-grpc", | ||
@@ -31,3 +31,3 @@ "repository": "deeplay-io/nice-grpc", | ||
"mkdirp": "^1.0.4", | ||
"nice-grpc-server-middleware-terminator": "^1.1.0", | ||
"nice-grpc-server-middleware-terminator": "^1.1.1", | ||
"request": "^2.88.2", | ||
@@ -39,6 +39,6 @@ "rimraf": "^3.0.2", | ||
"abort-controller-x": "^0.2.6", | ||
"nice-grpc": "^1.2.0", | ||
"nice-grpc": "^1.2.1", | ||
"typed-emitter": "^2.0.0" | ||
}, | ||
"gitHead": "77acb86429dbf13439b3335812c9b01daef94641" | ||
"gitHead": "22d3f9e050a8804787a4c0959a773eb5dc99bd48" | ||
} |
/* eslint-disable */ | ||
import * as Long from 'long'; | ||
import * as _m0 from 'protobufjs/minimal'; | ||
@@ -136,8 +135,1 @@ | ||
} as const; | ||
// If you get a compile-error about 'Constructor<Long> and ... have no overlap', | ||
// add '--ts_proto_opt=esModuleInterop=true' as a flag when calling 'protoc'. | ||
if (_m0.util.Long !== Long) { | ||
_m0.util.Long = Long as any; | ||
_m0.configure(); | ||
} |
Sorry, the diff of this file is not supported yet
31417
552
+ Added@types/node@22.13.4(transitive)
- Removed@types/node@22.13.1(transitive)
Updatednice-grpc@^1.2.1