File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grpc-health-check" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"author" : " Google Inc." ,
5
5
"description" : " Health check client and service for use with gRPC-node" ,
6
6
"repository" : {
21
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
22
},
23
23
"dependencies" : {
24
- "@grpc/proto-loader" : " ^0.7.10 "
24
+ "@grpc/proto-loader" : " ^0.7.13 "
25
25
},
26
26
"files" : [
27
27
" LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/reflection" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"author" : {
5
5
"name" : " Google Inc."
6
6
},
31
31
"generate-types" : " proto-loader-gen-types --longs String --enums String --bytes Array --defaults --oneofs --includeComments --includeDirs proto/ -O src/generated grpc/reflection/v1/reflection.proto grpc/reflection/v1alpha/reflection.proto"
32
32
},
33
33
"dependencies" : {
34
- "@grpc/proto-loader" : " ^0.7.10 " ,
34
+ "@grpc/proto-loader" : " ^0.7.13 " ,
35
35
"protobufjs" : " ^7.2.5"
36
36
},
37
37
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/proto-loader" ,
3
- "version" : " 0.7.12 " ,
3
+ "version" : " 0.7.13 " ,
4
4
"author" : " Google Inc." ,
5
5
"contributors" : [
6
6
{
47
47
"dependencies" : {
48
48
"lodash.camelcase" : " ^4.3.0" ,
49
49
"long" : " ^5.0.0" ,
50
- "protobufjs" : " ^7.2.4 " ,
50
+ "protobufjs" : " ^7.2.5 " ,
51
51
"yargs" : " ^17.7.2"
52
52
},
53
53
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments