From 0e7e158e9d1520dafb989ce3374684f65e05992b Mon Sep 17 00:00:00 2001 From: kev1n-peters <96065607+kev1n-peters@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:31:42 -0500 Subject: [PATCH] 0.11.0 version bump (#719) --- connect/package.json | 6 +- core/base/package.json | 2 +- core/definitions/package.json | 4 +- core/icons/package.json | 4 +- examples/package.json | 4 +- package-lock.json | 210 +++++++++--------- package.json | 2 +- platforms/algorand/package.json | 4 +- .../algorand/protocols/core/package.json | 6 +- .../protocols/tokenBridge/package.json | 8 +- platforms/aptos/package.json | 4 +- platforms/aptos/protocols/core/package.json | 6 +- .../aptos/protocols/tokenBridge/package.json | 6 +- platforms/cosmwasm/package.json | 4 +- .../cosmwasm/protocols/core/package.json | 6 +- platforms/cosmwasm/protocols/ibc/package.json | 8 +- .../protocols/tokenBridge/package.json | 6 +- platforms/evm/package.json | 4 +- platforms/evm/protocols/cctp/package.json | 6 +- platforms/evm/protocols/core/package.json | 6 +- platforms/evm/protocols/portico/package.json | 10 +- .../evm/protocols/tokenBridge/package.json | 8 +- platforms/solana/package.json | 4 +- platforms/solana/protocols/cctp/package.json | 6 +- platforms/solana/protocols/core/package.json | 6 +- .../solana/protocols/tokenBridge/package.json | 8 +- platforms/sui/package.json | 4 +- platforms/sui/protocols/core/package.json | 6 +- .../sui/protocols/tokenBridge/package.json | 8 +- sdk/package.json | 52 ++--- 30 files changed, 209 insertions(+), 209 deletions(-) diff --git a/connect/package.json b/connect/package.json index 01cb79aed..ae4306b5a 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-connect", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -98,8 +98,8 @@ }, "dependencies": { "axios": "^1.4.0", - "@wormhole-foundation/sdk-base": "0.10.9", - "@wormhole-foundation/sdk-definitions": "0.10.9" + "@wormhole-foundation/sdk-base": "0.11.0", + "@wormhole-foundation/sdk-definitions": "0.11.0" }, "type": "module" } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index f7b0e6df8..e46189e62 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" diff --git a/core/definitions/package.json b/core/definitions/package.json index 1f7cb4cf1..c3aef8042 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -86,7 +86,7 @@ "dependencies": { "@noble/hashes": "^1.3.1", "@noble/curves": "^1.4.0", - "@wormhole-foundation/sdk-base": "0.10.9" + "@wormhole-foundation/sdk-base": "0.11.0" }, "type": "module" } \ No newline at end of file diff --git a/core/icons/package.json b/core/icons/package.json index 5e82b4228..cd7675c45 100644 --- a/core/icons/package.json +++ b/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-icons", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -50,7 +50,7 @@ "dist/cjs" ], "dependencies": { - "@wormhole-foundation/sdk-base": "0.10.9" + "@wormhole-foundation/sdk-base": "0.11.0" }, "sideEffects": false, "scripts": { diff --git a/examples/package.json b/examples/package.json index 7af064642..783a9798a 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -51,6 +51,6 @@ "tsx": "^4.7.0" }, "dependencies": { - "@wormhole-foundation/sdk": "0.10.9" + "@wormhole-foundation/sdk": "0.11.0" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1c377f015..a7610c658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-sdk", - "version": "0.10.2", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-sdk", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -59,11 +59,11 @@ }, "connect": { "name": "@wormhole-foundation/sdk-connect", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.10.2", - "@wormhole-foundation/sdk-definitions": "0.10.2", + "@wormhole-foundation/sdk-base": "0.11.0", + "@wormhole-foundation/sdk-definitions": "0.11.0", "axios": "^1.4.0" }, "engines": { @@ -72,7 +72,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@scure/base": "^1.1.3" @@ -80,11 +80,11 @@ }, "core/definitions": { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.10.2", + "version": "0.11.0", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.10.2" + "@wormhole-foundation/sdk-base": "0.11.0" } }, "core/definitions/node_modules/@noble/curves": { @@ -109,10 +109,10 @@ }, "core/icons": { "name": "@wormhole-foundation/sdk-icons", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.10.2" + "@wormhole-foundation/sdk-base": "0.11.0" }, "devDependencies": { "tsx": "^4.7.0" @@ -120,10 +120,10 @@ }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk": "0.10.2" + "@wormhole-foundation/sdk": "0.11.0" }, "devDependencies": { "dotenv": "^16.3.1", @@ -8972,10 +8972,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", "algosdk": "2.7.0" }, "engines": { @@ -8984,11 +8984,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.10.2", - "@wormhole-foundation/sdk-connect": "0.10.2" + "@wormhole-foundation/sdk-algorand": "0.11.0", + "@wormhole-foundation/sdk-connect": "0.11.0" }, "engines": { "node": ">=16" @@ -8996,12 +8996,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.10.2", - "@wormhole-foundation/sdk-algorand-core": "0.10.2", - "@wormhole-foundation/sdk-connect": "0.10.2" + "@wormhole-foundation/sdk-algorand": "0.11.0", + "@wormhole-foundation/sdk-algorand-core": "0.11.0", + "@wormhole-foundation/sdk-connect": "0.11.0" }, "engines": { "node": ">=16" @@ -9009,10 +9009,10 @@ }, "platforms/aptos": { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", "aptos": "1.21.0" }, "engines": { @@ -9021,11 +9021,11 @@ }, "platforms/aptos/protocols/core": { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.10.2", - "@wormhole-foundation/sdk-connect": "0.10.2" + "@wormhole-foundation/sdk-aptos": "0.11.0", + "@wormhole-foundation/sdk-connect": "0.11.0" }, "engines": { "node": ">=16" @@ -9033,11 +9033,11 @@ }, "platforms/aptos/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.10.2", - "@wormhole-foundation/sdk-connect": "0.10.2" + "@wormhole-foundation/sdk-aptos": "0.11.0", + "@wormhole-foundation/sdk-connect": "0.11.0" }, "engines": { "node": ">=16" @@ -9045,14 +9045,14 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/proto-signing": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9061,14 +9061,14 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0" }, "engines": { "node": ">=16" @@ -9076,15 +9076,15 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm-core": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.11.0", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9093,13 +9093,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0" }, "engines": { "node": ">=16" @@ -9107,10 +9107,10 @@ }, "platforms/evm": { "name": "@wormhole-foundation/sdk-evm", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", "ethers": "^6.5.1" }, "devDependencies": { @@ -9122,11 +9122,11 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-evm": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", "ethers": "^6.5.1" }, "engines": { @@ -9135,11 +9135,11 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-evm": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", "ethers": "^6.5.1" }, "engines": { @@ -9148,13 +9148,13 @@ }, "platforms/evm/protocols/portico": { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-evm": "0.10.2", - "@wormhole-foundation/sdk-evm-core": "0.10.2", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", + "@wormhole-foundation/sdk-evm-core": "0.11.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.11.0", "ethers": "^6.5.1" }, "engines": { @@ -9163,12 +9163,12 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-evm": "0.10.2", - "@wormhole-foundation/sdk-evm-core": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", + "@wormhole-foundation/sdk-evm-core": "0.11.0", "ethers": "^6.5.1" }, "engines": { @@ -9177,14 +9177,14 @@ }, "platforms/solana": { "name": "@wormhole-foundation/sdk-solana", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.10.2", + "@wormhole-foundation/sdk-connect": "0.11.0", "rpc-websockets": "^7.10.0" }, "devDependencies": { @@ -9196,14 +9196,14 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-solana": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0" }, "engines": { "node": ">=16" @@ -9211,14 +9211,14 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-solana": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0" }, "engines": { "node": ">=16" @@ -9226,15 +9226,15 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-solana": "0.10.2", - "@wormhole-foundation/sdk-solana-core": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0", + "@wormhole-foundation/sdk-solana-core": "0.11.0" }, "engines": { "node": ">=16" @@ -9242,11 +9242,11 @@ }, "platforms/sui": { "name": "@wormhole-foundation/sdk-sui", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0" }, "engines": { "node": ">=16" @@ -9254,12 +9254,12 @@ }, "platforms/sui/protocols/core": { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-sui": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-sui": "0.11.0" }, "engines": { "node": ">=16" @@ -9267,13 +9267,13 @@ }, "platforms/sui/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-sui": "0.10.2", - "@wormhole-foundation/sdk-sui-core": "0.10.2" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-sui": "0.11.0", + "@wormhole-foundation/sdk-sui-core": "0.11.0" }, "engines": { "node": ">=16" @@ -9281,34 +9281,34 @@ }, "sdk": { "name": "@wormhole-foundation/sdk", - "version": "0.10.2", + "version": "0.11.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.10.2", - "@wormhole-foundation/sdk-algorand-core": "0.10.2", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.2", - "@wormhole-foundation/sdk-aptos": "0.10.2", - "@wormhole-foundation/sdk-aptos-core": "0.10.2", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.2", - "@wormhole-foundation/sdk-base": "0.10.2", - "@wormhole-foundation/sdk-connect": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm-core": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.2", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.2", - "@wormhole-foundation/sdk-definitions": "0.10.2", - "@wormhole-foundation/sdk-evm": "0.10.2", - "@wormhole-foundation/sdk-evm-cctp": "0.10.2", - "@wormhole-foundation/sdk-evm-core": "0.10.2", - "@wormhole-foundation/sdk-evm-portico": "0.10.2", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.2", - "@wormhole-foundation/sdk-solana": "0.10.2", - "@wormhole-foundation/sdk-solana-cctp": "0.10.2", - "@wormhole-foundation/sdk-solana-core": "0.10.2", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.10.2", - "@wormhole-foundation/sdk-sui": "0.10.2", - "@wormhole-foundation/sdk-sui-core": "0.10.2", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.10.2" + "@wormhole-foundation/sdk-algorand": "0.11.0", + "@wormhole-foundation/sdk-algorand-core": "0.11.0", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-aptos": "0.11.0", + "@wormhole-foundation/sdk-aptos-core": "0.11.0", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-base": "0.11.0", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-definitions": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", + "@wormhole-foundation/sdk-evm-cctp": "0.11.0", + "@wormhole-foundation/sdk-evm-core": "0.11.0", + "@wormhole-foundation/sdk-evm-portico": "0.11.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0", + "@wormhole-foundation/sdk-solana-cctp": "0.11.0", + "@wormhole-foundation/sdk-solana-core": "0.11.0", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-sui": "0.11.0", + "@wormhole-foundation/sdk-sui-core": "0.11.0", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.11.0" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 537385ad0..5834b08ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sdk", - "version": "0.10.9", + "version": "0.11.0", "license": "Apache-2.0", "directories": { "test": "__tests__" diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index 34b866db4..6485e1aaa 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -96,7 +96,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", "algosdk": "2.7.0" }, "type": "module" diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 4bf322005..33b2e343a 100644 --- a/platforms/algorand/protocols/core/package.json +++ b/platforms/algorand/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,8 +45,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-algorand": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-algorand": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index a28b1f6ef..618787200 100644 --- a/platforms/algorand/protocols/tokenBridge/package.json +++ b/platforms/algorand/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,9 +45,9 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-algorand": "0.10.9", - "@wormhole-foundation/sdk-algorand-core": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-algorand": "0.11.0", + "@wormhole-foundation/sdk-algorand-core": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/aptos/package.json b/platforms/aptos/package.json index 89e71a7c0..6f5779515 100644 --- a/platforms/aptos/package.json +++ b/platforms/aptos/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,7 +46,7 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", "aptos": "1.21.0" }, "type": "module", diff --git a/platforms/aptos/protocols/core/package.json b/platforms/aptos/protocols/core/package.json index 5323dcb1e..53a2b60b8 100644 --- a/platforms/aptos/protocols/core/package.json +++ b/platforms/aptos/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,8 +45,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-aptos": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-aptos": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/aptos/protocols/tokenBridge/package.json b/platforms/aptos/protocols/tokenBridge/package.json index 2e9d6bdc1..01be3f5d2 100644 --- a/platforms/aptos/protocols/tokenBridge/package.json +++ b/platforms/aptos/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,8 +45,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-aptos": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-aptos": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index ac3478f1b..36444f949 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -53,7 +53,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/proto-signing": "^0.32.0", "@cosmjs/stargate": "^0.32.0", diff --git a/platforms/cosmwasm/protocols/core/package.json b/platforms/cosmwasm/protocols/core/package.json index 61a1bf6af..66c6f004d 100644 --- a/platforms/cosmwasm/protocols/core/package.json +++ b/platforms/cosmwasm/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,8 +52,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2" diff --git a/platforms/cosmwasm/protocols/ibc/package.json b/platforms/cosmwasm/protocols/ibc/package.json index 4512bf869..770770cea 100644 --- a/platforms/cosmwasm/protocols/ibc/package.json +++ b/platforms/cosmwasm/protocols/ibc/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -57,9 +57,9 @@ "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm-core": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index 3b947e5a5..8c44d96ca 100644 --- a/platforms/cosmwasm/protocols/tokenBridge/package.json +++ b/platforms/cosmwasm/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -54,8 +54,8 @@ "dependencies": { "@injectivelabs/sdk-ts": "^1.14.13-beta.2", "@cosmjs/cosmwasm-stargate": "^0.32.0", - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/evm/package.json b/platforms/evm/package.json index d362486da..533a87ac2 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -57,7 +57,7 @@ "nock": "13.3.8" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index 9fb76ca58..efed6f215 100644 --- a/platforms/evm/protocols/cctp/package.json +++ b/platforms/evm/protocols/cctp/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -53,8 +53,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-evm": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index 64fcfcb3f..2ab6cfdaf 100644 --- a/platforms/evm/protocols/core/package.json +++ b/platforms/evm/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,8 +52,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-evm": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/portico/package.json b/platforms/evm/protocols/portico/package.json index 2fdaa0e3e..d4702cf35 100644 --- a/platforms/evm/protocols/portico/package.json +++ b/platforms/evm/protocols/portico/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,10 +52,10 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-evm": "0.10.9", - "@wormhole-foundation/sdk-evm-core": "0.10.9", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", + "@wormhole-foundation/sdk-evm-core": "0.11.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.11.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index 0240fae0c..ef7ecae90 100644 --- a/platforms/evm/protocols/tokenBridge/package.json +++ b/platforms/evm/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,9 +52,9 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-evm": "0.10.9", - "@wormhole-foundation/sdk-evm-core": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", + "@wormhole-foundation/sdk-evm-core": "0.11.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/solana/package.json b/platforms/solana/package.json index da99154cc..6fe42f1a4 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -53,7 +53,7 @@ "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", "rpc-websockets": "^7.10.0" }, "type": "module", diff --git a/platforms/solana/protocols/cctp/package.json b/platforms/solana/protocols/cctp/package.json index 3ab0c7f3e..22fa37077 100644 --- a/platforms/solana/protocols/cctp/package.json +++ b/platforms/solana/protocols/cctp/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -48,8 +48,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-solana": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2" diff --git a/platforms/solana/protocols/core/package.json b/platforms/solana/protocols/core/package.json index 500485079..591346b1c 100644 --- a/platforms/solana/protocols/core/package.json +++ b/platforms/solana/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,8 +45,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-solana": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0", "@coral-xyz/borsh": "0.29.0", "@coral-xyz/anchor": "0.29.0", "@solana/web3.js": "^1.95.2" diff --git a/platforms/solana/protocols/tokenBridge/package.json b/platforms/solana/protocols/tokenBridge/package.json index 5e67699ea..0b2c0f5ca 100644 --- a/platforms/solana/protocols/tokenBridge/package.json +++ b/platforms/solana/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,9 +45,9 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-solana": "0.10.9", - "@wormhole-foundation/sdk-solana-core": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0", + "@wormhole-foundation/sdk-solana-core": "0.11.0", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2" diff --git a/platforms/sui/package.json b/platforms/sui/package.json index e507fe82e..cd084e057 100644 --- a/platforms/sui/package.json +++ b/platforms/sui/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,7 +46,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.10.9", + "@wormhole-foundation/sdk-connect": "0.11.0", "@mysten/sui.js": "^0.50.1" }, "type": "module", diff --git a/platforms/sui/protocols/core/package.json b/platforms/sui/protocols/core/package.json index 0d191234a..723708693 100644 --- a/platforms/sui/protocols/core/package.json +++ b/platforms/sui/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,8 +46,8 @@ }, "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-sui": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-sui": "0.11.0" }, "type": "module", "exports": { diff --git a/platforms/sui/protocols/tokenBridge/package.json b/platforms/sui/protocols/tokenBridge/package.json index 599c312b7..588840272 100644 --- a/platforms/sui/protocols/tokenBridge/package.json +++ b/platforms/sui/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,9 +46,9 @@ }, "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-sui": "0.10.9", - "@wormhole-foundation/sdk-sui-core": "0.10.9" + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-sui": "0.11.0", + "@wormhole-foundation/sdk-sui-core": "0.11.0" }, "type": "module", "exports": { diff --git a/sdk/package.json b/sdk/package.json index 6dcc14d96..6ddf01e79 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk", - "version": "0.10.9", + "version": "0.11.0", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -384,31 +384,31 @@ } }, "dependencies": { - "@wormhole-foundation/sdk-base": "0.10.9", - "@wormhole-foundation/sdk-definitions": "0.10.9", - "@wormhole-foundation/sdk-connect": "0.10.9", - "@wormhole-foundation/sdk-evm": "0.10.9", - "@wormhole-foundation/sdk-evm-core": "0.10.9", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.10.9", - "@wormhole-foundation/sdk-evm-portico": "0.10.9", - "@wormhole-foundation/sdk-evm-cctp": "0.10.9", - "@wormhole-foundation/sdk-solana": "0.10.9", - "@wormhole-foundation/sdk-solana-core": "0.10.9", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.10.9", - "@wormhole-foundation/sdk-solana-cctp": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm-core": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.10.9", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.10.9", - "@wormhole-foundation/sdk-sui": "0.10.9", - "@wormhole-foundation/sdk-sui-core": "0.10.9", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.10.9", - "@wormhole-foundation/sdk-aptos": "0.10.9", - "@wormhole-foundation/sdk-aptos-core": "0.10.9", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.10.9", - "@wormhole-foundation/sdk-algorand": "0.10.9", - "@wormhole-foundation/sdk-algorand-core": "0.10.9", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.10.9" + "@wormhole-foundation/sdk-base": "0.11.0", + "@wormhole-foundation/sdk-definitions": "0.11.0", + "@wormhole-foundation/sdk-connect": "0.11.0", + "@wormhole-foundation/sdk-evm": "0.11.0", + "@wormhole-foundation/sdk-evm-core": "0.11.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-evm-portico": "0.11.0", + "@wormhole-foundation/sdk-evm-cctp": "0.11.0", + "@wormhole-foundation/sdk-solana": "0.11.0", + "@wormhole-foundation/sdk-solana-core": "0.11.0", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-solana-cctp": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.11.0", + "@wormhole-foundation/sdk-sui": "0.11.0", + "@wormhole-foundation/sdk-sui-core": "0.11.0", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-aptos": "0.11.0", + "@wormhole-foundation/sdk-aptos-core": "0.11.0", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.11.0", + "@wormhole-foundation/sdk-algorand": "0.11.0", + "@wormhole-foundation/sdk-algorand-core": "0.11.0", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.11.0" }, "type": "module" } \ No newline at end of file