grpc-ts-health-check
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "grpc-ts-health-check", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An implementation of gRPC health checks, written in typescript.", | ||
@@ -31,15 +31,15 @@ "main": "src/index.js", | ||
"google-protobuf": "~3.9.1", | ||
"grpc-boom": "~1.0.23" | ||
"grpc-boom": "~1.0.25" | ||
}, | ||
"devDependencies": { | ||
"@types/google-protobuf": "~3.7.1", | ||
"@types/node": "~12.7.2", | ||
"grpc": "~1.22.2", | ||
"npm-check-updates": "~3.1.21", | ||
"@types/node": "~12.7.5", | ||
"grpc": "~1.23.3", | ||
"npm-check-updates": "~3.1.23", | ||
"prettier": "~1.18.2", | ||
"protobufjs": "~6.8.8", | ||
"ts-node": "~8.3.0", | ||
"tslint": "~5.18.0", | ||
"typescript": "~3.5.3" | ||
"tslint": "~5.20.0", | ||
"typescript": "~3.6.3" | ||
} | ||
} |
Updatedgrpc-boom@~1.0.25