Skip to content

Commit

Permalink
client: nodejs add flag to enabled proto3 (rpcpool#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusitaniae authored Feb 2, 2024
1 parent 84a2548 commit ce9f054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellowstone-grpc-client-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce9f054

Please sign in to comment.