Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 43e6fc0

Browse files
authored
fix: update minimum grpc-js to 1.10.3 to skip potentially problematic 1.10.2 (#1576)
Some people were having issues with 1.10.2 across multiple products and those issues were solved with 1.10.3. https://togithub.com/grpc/grpc-node/issues/2690 (Not all issues, and there is also 1.10.4 now, but it seems 1.10.2 in particular might be problematic.)
1 parent 150a683 commit 43e6fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"!build/src/**/*.map"
1111
],
1212
"dependencies": {
13-
"@grpc/grpc-js": "~1.10.0",
13+
"@grpc/grpc-js": "~1.10.3",
1414
"@grpc/proto-loader": "^0.7.0",
1515
"@types/long": "^4.0.0",
1616
"abort-controller": "^3.0.0",

0 commit comments

Comments
 (0)