@@ -3,3 +3,9 @@
NodeJS client protobuf for interacting with Wormhole
> Note: This code is generated by `tsproto` for `env=node` and `outputServices=grpc-js`
+
+### Updating protos
+To generate new proto files from the [protobuf source](/proto), at the root of the repo run:
+ DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .
@@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk-proto-node",
- "version": "0.0.5",
+ "version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
@@ -1,6 +1,6 @@
"description": "NodeJS client protobuf for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
Web client protobuf for interacting with Wormhole
> Note: This code is generated by `tsproto` for `env=browser` and `outputClientImpl=grpc-web`
"name": "@certusone/wormhole-sdk-proto-web",
"@improbable-eng/grpc-web": "^0.15.0",
"description": "Web client protobuf for interacting with Wormhole",