Skip to content

Commit

Permalink
PKG -- [protobuf] Update & regenerate protobuf definitions to match a…
Browse files Browse the repository at this point in the history
…ccess nodes
  • Loading branch information
jribbink authored May 31, 2022
1 parent 90d5163 commit 9541835
Show file tree
Hide file tree
Showing 57 changed files with 9,106 additions and 4,493 deletions.
38 changes: 24 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"prepublishOnly": "npm test && npm run build",
"test": "jest",
"build": "webpack --mode=production",
"generate": "protoc --plugin='protoc-gen-ts=./node_modules/.bin/protoc-gen-ts' --js_out='import_style=commonjs,binary:src/generated' --ts_out='service=grpc-web:src/generated' -I ./src/proto ./src/proto/flow/**/*.proto;"
"generate": "protoc --plugin='protoc-gen-ts=../../node_modules/.bin/protoc-gen-ts' --js_out='import_style=commonjs,binary:src/generated' --ts_out='service=grpc-web:src/generated' -I ./src/proto ./src/proto/flow/**/*.proto;"
},
"dependencies": {
"@improbable-eng/grpc-web": "^0.12.0",
"elliptic": "^6.5.4",
"google-protobuf": "^3.11.4"
"google-protobuf": "3.11.4"
}
}
Loading

0 comments on commit 9541835

Please sign in to comment.