client: nodejs add flag to enabled proto3 (#286)

This commit is contained in:
Pedro Gomes 2024-02-03 00:05:56 +07:00 committed by GitHub
parent 84a2548854
commit ce9f05432b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"build": "npm run grpc-generate && tsc -p .",
"fmt": "prettier -w .",
"grpc-generate": "protoc -I../yellowstone-grpc-proto/proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=forceLong=string --ts_proto_opt=outputServices=grpc-js --ts_proto_out=./src/grpc geyser.proto"
"grpc-generate": "protoc -I../yellowstone-grpc-proto/proto --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=forceLong=string --ts_proto_opt=outputServices=grpc-js --experimental_allow_proto3_optional --ts_proto_out=./src/grpc geyser.proto"
},
"repository": {
"type": "git",