sdk/js-proto-* bump versions for new protos

This commit is contained in:
justinschuldt 2022-11-10 13:56:21 -06:00 committed by Justin Schuldt
parent 9ae4186e68
commit 4e70aa0f16
6 changed files with 18 additions and 6 deletions

View File

@ -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=. .

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk-proto-node",
"version": "0.0.5",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk-proto-node",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.6.7",

View File

@ -1,6 +1,6 @@
{
"name": "@certusone/wormhole-sdk-proto-node",
"version": "0.0.5",
"version": "0.0.6",
"description": "NodeJS client protobuf for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",

View File

@ -3,3 +3,9 @@
Web client protobuf for interacting with Wormhole
> Note: This code is generated by `tsproto` for `env=browser` and `outputClientImpl=grpc-web`
### 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=. .

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk-proto-web",
"version": "0.0.5",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk-proto-web",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"dependencies": {
"@improbable-eng/grpc-web": "^0.15.0",

View File

@ -1,6 +1,6 @@
{
"name": "@certusone/wormhole-sdk-proto-web",
"version": "0.0.5",
"version": "0.0.6",
"description": "Web client protobuf for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",