We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typescript
1 parent 666a374 commit 24c258aCopy full SHA for 24c258a
packages/grpc-health-check/package.json
@@ -21,8 +21,7 @@
21
"generate-test-types": "proto-loader-gen-types --keepCase --longs String --enums String --defaults --oneofs --includeComments --includeDirs proto/ -O test/generated --grpcLib=@grpc/grpc-js health/v1/health.proto"
22
},
23
"dependencies": {
24
- "@grpc/proto-loader": "^0.7.10",
25
- "typescript": "^5.2.2"
+ "@grpc/proto-loader": "^0.7.10"
26
27
"files": [
28
"LICENSE",
@@ -35,6 +34,7 @@
35
34
"types": "build/src/health.d.ts",
36
"license": "Apache-2.0",
37
"devDependencies": {
38
- "@grpc/grpc-js": "file:../grpc-js"
+ "@grpc/grpc-js": "file:../grpc-js",
+ "typescript": "^5.2.2"
39
}
40
0 commit comments