Skip to content

Commit ee9a407

Browse files
authored
Merge pull request #207 from authzed/pin-grpc-js-for-bugfix
Pin grpc-js temporarily to work around issue
2 parents e1d2e2b + e027806 commit ee9a407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js-dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"only-run-tests": "vitest"
2323
},
2424
"dependencies": {
25-
"@grpc/grpc-js": "^1.11.3",
25+
"@grpc/grpc-js": "~1.12.5",
2626
"google-protobuf": "^3.15.3"
2727
},
2828
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build-js-client": "tsc --declaration false --outDir js-dist"
3939
},
4040
"dependencies": {
41-
"@grpc/grpc-js": "^1.12.5",
41+
"@grpc/grpc-js": "~1.12.5",
4242
"@protobuf-ts/runtime": "^2.9.4",
4343
"@protobuf-ts/runtime-rpc": "^2.9.4",
4444
"google-protobuf": "^3.21.4"

0 commit comments

Comments
 (0)