From b87a15e097c549c40abc5e42312f22896e68eb9b Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Tue, 23 Apr 2024 11:35:09 -0400 Subject: [PATCH] 0.6.1 publish (#495) --- connect/package.json | 6 +- core/base/package.json | 2 +- core/definitions/package.json | 4 +- examples/package.json | 4 +- package-lock.json | 206 +++++++++--------- 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 ++--- 29 files changed, 205 insertions(+), 205 deletions(-) diff --git a/connect/package.json b/connect/package.json index 4a1cd26b0..adfa77c9e 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-connect", - "version": "0.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -75,8 +75,8 @@ }, "dependencies": { "axios": "^1.4.0", - "@wormhole-foundation/sdk-base": "0.6.1-beta.0", - "@wormhole-foundation/sdk-definitions": "0.6.1-beta.0" + "@wormhole-foundation/sdk-base": "0.6.1", + "@wormhole-foundation/sdk-definitions": "0.6.1" }, "type": "module" } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index 265e17def..0ed0449a5 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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 7f26cf342..b7a9f54d5 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -66,7 +66,7 @@ "dependencies": { "@noble/hashes": "^1.3.1", "@noble/curves": "^1.4.0", - "@wormhole-foundation/sdk-base": "0.6.1-beta.0" + "@wormhole-foundation/sdk-base": "0.6.1" }, "type": "module" } \ No newline at end of file diff --git a/examples/package.json b/examples/package.json index 1955e094c..f52c7dfed 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0" + "@wormhole-foundation/sdk": "0.6.1" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e68d59857..f7a7c81fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-sdk", - "version": "0.6.1-beta.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-sdk", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -58,11 +58,11 @@ }, "connect": { "name": "@wormhole-foundation/sdk-connect", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.6.1-beta.0", - "@wormhole-foundation/sdk-definitions": "0.6.1-beta.0", + "@wormhole-foundation/sdk-base": "0.6.1", + "@wormhole-foundation/sdk-definitions": "0.6.1", "axios": "^1.4.0" }, "engines": { @@ -71,7 +71,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@scure/base": "^1.1.3" @@ -79,11 +79,11 @@ }, "core/definitions": { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.6.1-beta.0", + "version": "0.6.1", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.6.1-beta.0" + "@wormhole-foundation/sdk-base": "0.6.1" } }, "core/definitions/node_modules/@noble/curves": { @@ -110,10 +110,10 @@ }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk": "0.6.1-beta.0" + "@wormhole-foundation/sdk": "0.6.1" }, "devDependencies": { "dotenv": "^16.3.1", @@ -9882,10 +9882,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "algosdk": "2.7.0" }, "engines": { @@ -9894,11 +9894,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.1-beta.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0" + "@wormhole-foundation/sdk-algorand": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.1" }, "engines": { "node": ">=16" @@ -9906,12 +9906,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0" + "@wormhole-foundation/sdk-algorand": "0.6.1", + "@wormhole-foundation/sdk-algorand-core": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.1" }, "engines": { "node": ">=16" @@ -9919,10 +9919,10 @@ }, "platforms/aptos": { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "aptos": "1.21.0" }, "engines": { @@ -9931,11 +9931,11 @@ }, "platforms/aptos/protocols/core": { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.1-beta.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0" + "@wormhole-foundation/sdk-aptos": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.1" }, "engines": { "node": ">=16" @@ -9943,11 +9943,11 @@ }, "platforms/aptos/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.1-beta.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0" + "@wormhole-foundation/sdk-aptos": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.1" }, "engines": { "node": ">=16" @@ -9955,14 +9955,14 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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.4", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9971,14 +9971,14 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1" }, "engines": { "node": ">=16" @@ -9986,15 +9986,15 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1", "cosmjs-types": "^0.9.0" }, "engines": { @@ -10003,13 +10003,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1" }, "engines": { "node": ">=16" @@ -10017,10 +10017,10 @@ }, "platforms/evm": { "name": "@wormhole-foundation/sdk-evm", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "ethers": "^6.5.1" }, "devDependencies": { @@ -10070,11 +10070,11 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", "ethers": "^6.5.1" }, "engines": { @@ -10083,11 +10083,11 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", "ethers": "^6.5.1" }, "engines": { @@ -10096,13 +10096,13 @@ }, "platforms/evm/protocols/portico": { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-evm-core": "0.6.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1", "ethers": "^6.5.1" }, "engines": { @@ -10111,12 +10111,12 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-core": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-evm-core": "0.6.1", "ethers": "^6.5.1" }, "engines": { @@ -10125,14 +10125,14 @@ }, "platforms/solana": { "name": "@wormhole-foundation/sdk-solana", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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.91.7", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1" }, "devDependencies": { "nock": "^13.3.3" @@ -10143,14 +10143,14 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1" }, "engines": { "node": ">=16" @@ -10158,14 +10158,14 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@coral-xyz/borsh": "0.29.0", "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1" }, "engines": { "node": ">=16" @@ -10173,15 +10173,15 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "1.91.7", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-core": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1", + "@wormhole-foundation/sdk-solana-core": "0.6.1" }, "engines": { "node": ">=16" @@ -10189,11 +10189,11 @@ }, "platforms/sui": { "name": "@wormhole-foundation/sdk-sui", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1" }, "engines": { "node": ">=16" @@ -10201,12 +10201,12 @@ }, "platforms/sui/protocols/core": { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-sui": "0.6.1" }, "engines": { "node": ">=16" @@ -10214,13 +10214,13 @@ }, "platforms/sui/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui-core": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-sui": "0.6.1", + "@wormhole-foundation/sdk-sui-core": "0.6.1" }, "engines": { "node": ">=16" @@ -10228,34 +10228,34 @@ }, "sdk": { "name": "@wormhole-foundation/sdk", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-aptos": "0.6.1-beta.0", - "@wormhole-foundation/sdk-aptos-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-base": "0.6.1-beta.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-definitions": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-cctp": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-portico": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-cctp": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.1-beta.0" + "@wormhole-foundation/sdk-algorand": "0.6.1", + "@wormhole-foundation/sdk-algorand-core": "0.6.1", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-aptos": "0.6.1", + "@wormhole-foundation/sdk-aptos-core": "0.6.1", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-base": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-definitions": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-evm-cctp": "0.6.1", + "@wormhole-foundation/sdk-evm-core": "0.6.1", + "@wormhole-foundation/sdk-evm-portico": "0.6.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1", + "@wormhole-foundation/sdk-solana-cctp": "0.6.1", + "@wormhole-foundation/sdk-solana-core": "0.6.1", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-sui": "0.6.1", + "@wormhole-foundation/sdk-sui-core": "0.6.1", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.1" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 59da3f544..30ec16ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sdk", - "version": "0.6.1-beta.0", + "version": "0.6.1", "license": "Apache-2.0", "directories": { "test": "__tests__" diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index 740305bbd..1a94a4e48 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -76,7 +76,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "algosdk": "2.7.0" }, "type": "module" diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 4d6e0f85e..17944f46c 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-algorand": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-algorand": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index b6b0d1a18..def8f9e92 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-algorand": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand-core": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-algorand": "0.6.1", + "@wormhole-foundation/sdk-algorand-core": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/aptos/package.json b/platforms/aptos/package.json index 09449a3df..b6a12f120 100644 --- a/platforms/aptos/package.json +++ b/platforms/aptos/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "aptos": "1.21.0" }, "type": "module", diff --git a/platforms/aptos/protocols/core/package.json b/platforms/aptos/protocols/core/package.json index 3e9508ed9..297551e85 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-aptos": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-aptos": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/aptos/protocols/tokenBridge/package.json b/platforms/aptos/protocols/tokenBridge/package.json index 8bdf54470..40ae96d9d 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-aptos": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-aptos": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index 09b9a9761..643de31f3 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "@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 3e5c1aff6..5f2cbbf1b 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4" diff --git a/platforms/cosmwasm/protocols/ibc/package.json b/platforms/cosmwasm/protocols/ibc/package.json index 15dc86610..9aaff3a5a 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.6.1-beta.0", + "version": "0.6.1", "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.4", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index f8dbeb76d..1e61a060d 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.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -54,8 +54,8 @@ "dependencies": { "@injectivelabs/sdk-ts": "^1.14.4", "@cosmjs/cosmwasm-stargate": "^0.32.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/evm/package.json b/platforms/evm/package.json index 5c8c77514..9bdf66b88 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm", - "version": "0.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index 892bde1c2..0c2e2a8a4 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index ae25dd887..26c96ad1e 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/portico/package.json b/platforms/evm/protocols/portico/package.json index 960b25bf4..8dd02ab7c 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-evm-core": "0.6.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index cad78a5ed..d075ebc1f 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-core": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-evm-core": "0.6.1", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/solana/package.json b/platforms/solana/package.json index 966cb8530..61fe3b67b 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana", - "version": "0.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,7 +49,7 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "@coral-xyz/borsh": "0.29.0", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", diff --git a/platforms/solana/protocols/cctp/package.json b/platforms/solana/protocols/cctp/package.json index 3252ca1b5..68b74c152 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "1.91.7" diff --git a/platforms/solana/protocols/core/package.json b/platforms/solana/protocols/core/package.json index d86ccab58..cc428d80a 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1", "@coral-xyz/borsh": "0.29.0", "@coral-xyz/anchor": "0.29.0", "@solana/web3.js": "1.91.7" diff --git a/platforms/solana/protocols/tokenBridge/package.json b/platforms/solana/protocols/tokenBridge/package.json index 8e7f4378c..0fd79b29f 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-core": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1", + "@wormhole-foundation/sdk-solana-core": "0.6.1", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "1.91.7" diff --git a/platforms/sui/package.json b/platforms/sui/package.json index 4cd2dc8e3..ed6174b12 100644 --- a/platforms/sui/package.json +++ b/platforms/sui/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui", - "version": "0.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,7 +45,7 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.1", "@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 30ba5a1d3..d91b857cb 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-sui": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-sui": "0.6.1" }, "type": "module", "exports": { diff --git a/platforms/sui/protocols/tokenBridge/package.json b/platforms/sui/protocols/tokenBridge/package.json index 927995ae4..0200749f1 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.6.1-beta.0", + "version": "0.6.1", "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.6.1-beta.0", - "@wormhole-foundation/sdk-sui": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui-core": "0.6.1-beta.0" + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-sui": "0.6.1", + "@wormhole-foundation/sdk-sui-core": "0.6.1" }, "type": "module", "exports": { diff --git a/sdk/package.json b/sdk/package.json index 869c885ad..4f76e3c4c 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk", - "version": "0.6.1-beta.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -241,31 +241,31 @@ } }, "dependencies": { - "@wormhole-foundation/sdk-base": "0.6.1-beta.0", - "@wormhole-foundation/sdk-definitions": "0.6.1-beta.0", - "@wormhole-foundation/sdk-connect": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-portico": "0.6.1-beta.0", - "@wormhole-foundation/sdk-evm-cctp": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-solana-cctp": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-aptos": "0.6.1-beta.0", - "@wormhole-foundation/sdk-aptos-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand-core": "0.6.1-beta.0", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.1-beta.0" + "@wormhole-foundation/sdk-base": "0.6.1", + "@wormhole-foundation/sdk-definitions": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-evm-core": "0.6.1", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-evm-portico": "0.6.1", + "@wormhole-foundation/sdk-evm-cctp": "0.6.1", + "@wormhole-foundation/sdk-solana": "0.6.1", + "@wormhole-foundation/sdk-solana-core": "0.6.1", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-solana-cctp": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.1", + "@wormhole-foundation/sdk-sui": "0.6.1", + "@wormhole-foundation/sdk-sui-core": "0.6.1", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-aptos": "0.6.1", + "@wormhole-foundation/sdk-aptos-core": "0.6.1", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.1", + "@wormhole-foundation/sdk-algorand": "0.6.1", + "@wormhole-foundation/sdk-algorand-core": "0.6.1", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.1" }, "type": "module" } \ No newline at end of file