Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Jan 3, 2024
1 parent b607da9 commit 3a3bf08
Show file tree
Hide file tree
Showing 25 changed files with 256 additions and 256 deletions.
8 changes: 4 additions & 4 deletions connect/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wormhole-foundation/connect-sdk",
"name": "@wormhole-foundation/sdk",
"version": "0.3.0-beta.11",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
"url": "git+https://github.com/wormhole-foundation/sdk.git"
},
"bugs": {
"url": "https://github.com/wormhole-foundation/connect-sdk/issues"
"url": "https://github.com/wormhole-foundation/sdk/issues"
},
"homepage": "https://github.com/wormhole-foundation/connect-sdk#readme",
"homepage": "https://github.com/wormhole-foundation/sdk#readme",
"directories": {
"test": "__tests__"
},
Expand Down
6 changes: 3 additions & 3 deletions core/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.3.0-beta.11",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
"url": "git+https://github.com/wormhole-foundation/sdk.git"
},
"bugs": {
"url": "https://github.com/wormhole-foundation/connect-sdk/issues"
"url": "https://github.com/wormhole-foundation/sdk/issues"
},
"homepage": "https://github.com/wormhole-foundation/connect-sdk#readme",
"homepage": "https://github.com/wormhole-foundation/sdk#readme",
"directories": {
"test": "__tests__"
},
Expand Down
6 changes: 3 additions & 3 deletions core/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.3.0-beta.11",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
"url": "git+https://github.com/wormhole-foundation/sdk.git"
},
"bugs": {
"url": "https://github.com/wormhole-foundation/connect-sdk/issues"
"url": "https://github.com/wormhole-foundation/sdk/issues"
},
"homepage": "https://github.com/wormhole-foundation/connect-sdk#readme",
"homepage": "https://github.com/wormhole-foundation/sdk#readme",
"directories": {
"test": "__tests__"
},
Expand Down
34 changes: 17 additions & 17 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wormhole-foundation/connect-sdk-examples",
"name": "@wormhole-foundation/sdk-examples",
"version": "0.3.0-beta.11",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
"url": "git+https://github.com/wormhole-foundation/sdk.git"
},
"bugs": {
"url": "https://github.com/wormhole-foundation/connect-sdk/issues"
"url": "https://github.com/wormhole-foundation/sdk/issues"
},
"homepage": "https://github.com/wormhole-foundation/connect-sdk#readme",
"homepage": "https://github.com/wormhole-foundation/sdk#readme",
"directories": {
"test": "__tests__"
},
Expand Down Expand Up @@ -52,18 +52,18 @@
"algosdk": "^2.7.0"
},
"dependencies": {
"@wormhole-foundation/connect-sdk": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.11",
"@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.11"
"@wormhole-foundation/sdk": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-solana": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-evm": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-cosmwasm": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-evm-core": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-solana-core": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-cosmwasm-core": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-evm-tokenbridge": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-solana-tokenbridge": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-cosmwasm-tokenbridge": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-evm-cctp": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-solana-cctp": "^0.3.0-beta.11",
"@wormhole-foundation/sdk-cosmwasm-ibc": "^0.3.0-beta.11"
}
}
Loading

0 comments on commit 3a3bf08

Please sign in to comment.