From 051c0480f5b91b12d583334ce99cb51a814aae4a Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 1 Oct 2024 10:32:21 -0700 Subject: [PATCH] grpc-js: Bump to 1.12.0 --- packages/grpc-js-xds/package.json | 4 ++-- packages/grpc-js/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/grpc-js-xds/package.json b/packages/grpc-js-xds/package.json index 3bd247b0b..b5321bd02 100644 --- a/packages/grpc-js-xds/package.json +++ b/packages/grpc-js-xds/package.json @@ -1,6 +1,6 @@ { "name": "@grpc/grpc-js-xds", - "version": "1.11.0", + "version": "1.12.0", "description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.", "main": "build/src/index.js", "scripts": { @@ -52,7 +52,7 @@ "xxhash-wasm": "^1.0.2" }, "peerDependencies": { - "@grpc/grpc-js": "~1.11.0" + "@grpc/grpc-js": "~1.12.0" }, "engines": { "node": ">=10.10.0" diff --git a/packages/grpc-js/package.json b/packages/grpc-js/package.json index 353cbe258..79ae5e40e 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -1,6 +1,6 @@ { "name": "@grpc/grpc-js", - "version": "1.11.0", + "version": "1.12.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",