Skip to content

Commit

Permalink
sdk/js-proto-* - bump version to 0.0.5 (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinschuldt authored Sep 14, 2022
1 parent 1f518e9 commit a4e395a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sdk/js-proto-node/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 sdk/js-proto-node/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@certusone/wormhole-sdk-proto-node",
"version": "0.0.4",
"version": "0.0.5",
"description": "NodeJS client protobuf for interacting with Wormhole",
"homepage": "https://wormholenetwork.com",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions sdk/js-proto-web/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 sdk/js-proto-web/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@certusone/wormhole-sdk-proto-web",
"version": "0.0.4",
"version": "0.0.5",
"description": "Web client protobuf for interacting with Wormhole",
"homepage": "https://wormholenetwork.com",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/js-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@certusone/wormhole-sdk-wasm",
"version": "0.0.1",
"description": "WebAssembly libraries for interacting with Wormhole",
"homepage": "https://wormholenetwork.com",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@certusone/wormhole-sdk",
"version": "0.6.2",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormholenetwork.com",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
Expand Down

0 comments on commit a4e395a

Please sign in to comment.