Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Feb 5, 2024
1 parent 2ad7c53 commit 695e5bf
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 120 deletions.
36 changes: 18 additions & 18 deletions examples/advanced/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"testnet-spy": "docker run --platform=linux/amd64 -p 7073:7073 --entrypoint /guardiand ghcr.io/wormhole-foundation/guardiand:latest spy --nodeKey /node.key --spyRPC \"[::]:7073\" --network /wormhole/testnet/2/1 --bootstrap '/dns4/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK'"
},
"dependencies": {
"@wormhole-foundation/connect-sdk": "0.4.0-beta.9",
"@wormhole-foundation/connect-sdk": "0.4.0-beta.10",
"@mysten/sui.js": "^0.32.1",
"@wormhole-foundation/relayer-engine": "file:../../",
"koa": "^2.14.1",
Expand Down
38 changes: 18 additions & 20 deletions examples/simple/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"testnet-spy": "docker run --platform=linux/amd64 -p 7073:7073 --entrypoint /guardiand ghcr.io/wormhole-foundation/guardiand:latest spy --nodeKey /node.key --spyRPC \"[::]:7073\" --network /wormhole/testnet/2/1 --bootstrap '/dns4/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK'"
},
"dependencies": {
"@wormhole-foundation/connect-sdk": "0.4.0-beta.9",
"@wormhole-foundation/connect-sdk": "0.4.0-beta.10",
"@mysten/sui.js": "^0.32.1",
"@types/node": "^20.4.2",
"@wormhole-foundation/relayer-engine": "file:../..",
Expand Down
Loading

0 comments on commit 695e5bf

Please sign in to comment.