mirror of https://github.com/grpc/grpc-node.git
grpc-js: Update proto-loader dependency to ^0.7.0
This commit is contained in:
parent
99d9c4e761
commit
27b7bb8928
|
@ -58,7 +58,7 @@
|
|||
"generate-test-types": "proto-loader-gen-types --keepCase --longs String --enums String --defaults --oneofs --includeComments --include-dirs test/fixtures/ -O test/generated/ --grpcLib ../../src/index test_service.proto"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grpc/proto-loader": "^0.6.4",
|
||||
"@grpc/proto-loader": "^0.7.0",
|
||||
"@types/node": ">=12.12.47"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue