grpc-js: Bump to 1.7.0

This commit is contained in:
Michael Lumish 2022-09-07 13:11:14 -07:00
parent 1a3600e2ec
commit 51de24ac0c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js-xds",
"version": "1.6.1",
"version": "1.7.0",
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
"main": "build/src/index.js",
"scripts": {
@ -47,7 +47,7 @@
"re2-wasm": "^1.0.1"
},
"peerDependencies": {
"@grpc/grpc-js": "~1.6.0"
"@grpc/grpc-js": "~1.7.0"
},
"engines": {
"node": ">=10.10.0"

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js",
"version": "1.6.12",
"version": "1.7.0",
"description": "gRPC Library for Node - pure JS implementation",
"homepage": "https://grpc.io/",
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",