mirror of https://github.com/grpc/grpc-node.git
Version bump to 1.6
This commit is contained in:
parent
2ce605399b
commit
a37737eb0c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "grpc-health-check",
|
"name": "grpc-health-check",
|
||||||
"version": "1.5.0-dev",
|
"version": "1.6.0-pre1",
|
||||||
"author": "Google Inc.",
|
"author": "Google Inc.",
|
||||||
"description": "Health check service for use with gRPC",
|
"description": "Health check service for use with gRPC",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grpc": "^1.5.0-dev",
|
"grpc": "^1.6.0-pre1",
|
||||||
"lodash": "^3.9.3",
|
"lodash": "^3.9.3",
|
||||||
"google-protobuf": "^3.0.0"
|
"google-protobuf": "^3.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "grpc-tools",
|
"name": "grpc-tools",
|
||||||
"version": "1.5.0-dev",
|
"version": "1.6.0-pre1",
|
||||||
"author": "Google Inc.",
|
"author": "Google Inc.",
|
||||||
"description": "Tools for developing with gRPC on Node.js",
|
"description": "Tools for developing with gRPC on Node.js",
|
||||||
"homepage": "https://grpc.io/",
|
"homepage": "https://grpc.io/",
|
||||||
|
|
Loading…
Reference in New Issue