aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-10-26 20:17:26 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-10-26 20:17:26 -0700
commit40ba62f2a2b4b03ee03ed67a1920c033285fd155 (patch)
treeaa676586cc36540399369b6208e8407bf17e0669 /src/node
parented9929e2465f3a93d81ae45fa48ed2a82d63e831 (diff)
Bump v1.7.x branch to 1.7.1
Diffstat (limited to 'src/node')
-rw-r--r--src/node/health_check/package.json4
-rw-r--r--src/node/tools/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
index e04f75eb5d..59fe3bcee1 100644
--- a/src/node/health_check/package.json
+++ b/src/node/health_check/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-health-check",
- "version": "1.7.0",
+ "version": "1.7.1",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@@ -15,7 +15,7 @@
}
],
"dependencies": {
- "grpc": "^1.7.0",
+ "grpc": "^1.7.1",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},
diff --git a/src/node/tools/package.json b/src/node/tools/package.json
index c51553beb8..bc94731d8f 100644
--- a/src/node/tools/package.json
+++ b/src/node/tools/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-tools",
- "version": "1.7.0",
+ "version": "1.7.1",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "https://grpc.io/",