We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3600e commit 51de24aCopy full SHA for 51de24a
packages/grpc-js-xds/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js-xds",
3
- "version": "1.6.1",
+ "version": "1.7.0",
4
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
5
"main": "build/src/index.js",
6
"scripts": {
@@ -47,7 +47,7 @@
47
"re2-wasm": "^1.0.1"
48
},
49
"peerDependencies": {
50
- "@grpc/grpc-js": "~1.6.0"
+ "@grpc/grpc-js": "~1.7.0"
51
52
"engines": {
53
"node": ">=10.10.0"
packages/grpc-js/package.json
"name": "@grpc/grpc-js",
- "version": "1.6.12",
"description": "gRPC Library for Node - pure JS implementation",
"homepage": "https://grpc.io/",
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
0 commit comments