Merge pull request #2833 from murgatroid99/grpc-js_1.12.0_bump

grpc-js: Bump to 1.12.0
This commit is contained in:
Michael Lumish 2024-10-03 13:39:36 -07:00 committed by GitHub
commit 8aacdfd1f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@grpc/grpc-js-xds", "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.", "description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
"main": "build/src/index.js", "main": "build/src/index.js",
"scripts": { "scripts": {
@ -52,7 +52,7 @@
"xxhash-wasm": "^1.0.2" "xxhash-wasm": "^1.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"@grpc/grpc-js": "~1.11.0" "@grpc/grpc-js": "~1.12.0"
}, },
"engines": { "engines": {
"node": ">=10.10.0" "node": ">=10.10.0"

View File

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