Skip to content

Commit 1b753af

Browse files
authored
Merge pull request #2656 from murgatroid99/grpc-js_1.10.0
grpc-js/grpc-js-xds: Bump version to 1.10.0
2 parents 2555725 + b1c45a8 commit 1b753af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/grpc-js-xds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @grpc/grpc-js xDS plugin
22

3-
This package provides support for the `xds://` URL scheme to the `@grpc/grpc-js` library. The latest version of this package is compatible with `@grpc/grpc-js` version 1.9.x.
3+
This package provides support for the `xds://` URL scheme to the `@grpc/grpc-js` library. The latest version of this package is compatible with `@grpc/grpc-js` version 1.10.x.
44

55
## Installation
66

packages/grpc-js-xds/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js-xds",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -50,7 +50,7 @@
5050
"xxhash-wasm": "^1.0.2"
5151
},
5252
"peerDependencies": {
53-
"@grpc/grpc-js": "~1.9.0"
53+
"@grpc/grpc-js": "~1.10.0"
5454
},
5555
"engines": {
5656
"node": ">=10.10.0"

packages/grpc-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js",
3-
"version": "1.9.14",
3+
"version": "1.10.0",
44
"description": "gRPC Library for Node - pure JS implementation",
55
"homepage": "https://grpc.io/",
66
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",

0 commit comments

Comments
 (0)