diff --git a/connect/package.json b/connect/package.json index adfa77c9e..fbf7445e1 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-connect", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-definitions": "0.6.1" + "@wormhole-foundation/sdk-base": "0.6.2-beta.0", + "@wormhole-foundation/sdk-definitions": "0.6.2-beta.0" }, "type": "module" } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index 0ed0449a5..dd4db83f0 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.6.1", + "version": "0.6.2-beta.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 b7a9f54d5..4164a4337 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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" + "@wormhole-foundation/sdk-base": "0.6.2-beta.0" }, "type": "module" } \ No newline at end of file diff --git a/examples/package.json b/examples/package.json index f52c7dfed..2c023813e 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.6.1", + "version": "0.6.2-beta.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.6.1" + "@wormhole-foundation/sdk": "0.6.2-beta.0" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f7a7c81fd..110ac962e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-sdk", - "version": "0.6.1", + "version": "0.6.2-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-sdk", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -58,11 +58,11 @@ }, "connect": { "name": "@wormhole-foundation/sdk-connect", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.6.1", - "@wormhole-foundation/sdk-definitions": "0.6.1", + "@wormhole-foundation/sdk-base": "0.6.2-beta.0", + "@wormhole-foundation/sdk-definitions": "0.6.2-beta.0", "axios": "^1.4.0" }, "engines": { @@ -71,7 +71,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", + "version": "0.6.2-beta.0", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.6.1" + "@wormhole-foundation/sdk-base": "0.6.2-beta.0" } }, "core/definitions/node_modules/@noble/curves": { @@ -110,10 +110,10 @@ }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk": "0.6.1" + "@wormhole-foundation/sdk": "0.6.2-beta.0" }, "devDependencies": { "dotenv": "^16.3.1", @@ -9882,10 +9882,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "algosdk": "2.7.0" }, "engines": { @@ -9894,11 +9894,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.1", - "@wormhole-foundation/sdk-connect": "0.6.1" + "@wormhole-foundation/sdk-algorand": "0.6.2-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -9906,12 +9906,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.1", - "@wormhole-foundation/sdk-algorand-core": "0.6.1", - "@wormhole-foundation/sdk-connect": "0.6.1" + "@wormhole-foundation/sdk-algorand": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -9919,10 +9919,10 @@ }, "platforms/aptos": { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "aptos": "1.21.0" }, "engines": { @@ -9931,11 +9931,11 @@ }, "platforms/aptos/protocols/core": { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.1", - "@wormhole-foundation/sdk-connect": "0.6.1" + "@wormhole-foundation/sdk-aptos": "0.6.2-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -9943,11 +9943,11 @@ }, "platforms/aptos/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.1", - "@wormhole-foundation/sdk-connect": "0.6.1" + "@wormhole-foundation/sdk-aptos": "0.6.2-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -9955,14 +9955,14 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.6.1", + "version": "0.6.2-beta.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.4", - "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9971,14 +9971,14 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -9986,15 +9986,15 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.2-beta.0", "cosmjs-types": "^0.9.0" }, "engines": { @@ -10003,13 +10003,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4", - "@wormhole-foundation/sdk-connect": "0.6.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10017,10 +10017,10 @@ }, "platforms/evm": { "name": "@wormhole-foundation/sdk-evm", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "ethers": "^6.5.1" }, "devDependencies": { @@ -10070,11 +10070,11 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1", - "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", "ethers": "^6.5.1" }, "engines": { @@ -10083,11 +10083,11 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.1", - "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", "ethers": "^6.5.1" }, "engines": { @@ -10096,13 +10096,13 @@ }, "platforms/evm/protocols/portico": { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@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-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.2-beta.0", "ethers": "^6.5.1" }, "engines": { @@ -10111,12 +10111,12 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@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-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-core": "0.6.2-beta.0", "ethers": "^6.5.1" }, "engines": { @@ -10125,14 +10125,14 @@ }, "platforms/solana": { "name": "@wormhole-foundation/sdk-solana", - "version": "0.6.1", + "version": "0.6.2-beta.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.91.7", - "@wormhole-foundation/sdk-connect": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0" }, "devDependencies": { "nock": "^13.3.3" @@ -10143,14 +10143,14 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-solana": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10158,14 +10158,14 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-solana": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10173,15 +10173,15 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-solana": "0.6.1", - "@wormhole-foundation/sdk-solana-core": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-core": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10189,11 +10189,11 @@ }, "platforms/sui": { "name": "@wormhole-foundation/sdk-sui", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10201,12 +10201,12 @@ }, "platforms/sui/protocols/core": { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.1", - "@wormhole-foundation/sdk-sui": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10214,13 +10214,13 @@ }, "platforms/sui/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.1", - "@wormhole-foundation/sdk-sui": "0.6.1", - "@wormhole-foundation/sdk-sui-core": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui-core": "0.6.2-beta.0" }, "engines": { "node": ">=16" @@ -10228,34 +10228,34 @@ }, "sdk": { "name": "@wormhole-foundation/sdk", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "dependencies": { - "@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" + "@wormhole-foundation/sdk-algorand": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-base": "0.6.2-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-definitions": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-cctp": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-portico": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-cctp": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.2-beta.0" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 30ec16ab6..655ce6411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sdk", - "version": "0.6.1", + "version": "0.6.2-beta.0", "license": "Apache-2.0", "directories": { "test": "__tests__" diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index 1a94a4e48..02e3fe467 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "algosdk": "2.7.0" }, "type": "module" diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 17944f46c..4a1359012 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-algorand": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index def8f9e92..dbaf76b04 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-algorand": "0.6.1", - "@wormhole-foundation/sdk-algorand-core": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand-core": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/aptos/package.json b/platforms/aptos/package.json index b6a12f120..edca14ccc 100644 --- a/platforms/aptos/package.json +++ b/platforms/aptos/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.6.1", + "version": "0.6.2-beta.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.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "aptos": "1.21.0" }, "type": "module", diff --git a/platforms/aptos/protocols/core/package.json b/platforms/aptos/protocols/core/package.json index 297551e85..b700ee4b2 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-aptos": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/aptos/protocols/tokenBridge/package.json b/platforms/aptos/protocols/tokenBridge/package.json index 40ae96d9d..2162d260c 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-aptos": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index 643de31f3..e0079d26a 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.6.1", + "version": "0.6.2-beta.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.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.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 5f2cbbf1b..c5ec12caa 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0", "@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 9aaff3a5a..8106cfa33 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", + "version": "0.6.2-beta.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.4", - "@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-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index 1e61a060d..a925fa791 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", + "version": "0.6.2-beta.0", "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", - "@wormhole-foundation/sdk-cosmwasm": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/evm/package.json b/platforms/evm/package.json index 9bdf66b88..3b347f45b 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm", - "version": "0.6.1", + "version": "0.6.2-beta.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.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index 0c2e2a8a4..025002bce 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index 26c96ad1e..c1b7f4572 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-evm": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/portico/package.json b/platforms/evm/protocols/portico/package.json index 8dd02ab7c..d27bc623e 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", + "version": "0.6.2-beta.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.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-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.2-beta.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index d075ebc1f..a82f5e3b9 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-evm": "0.6.1", - "@wormhole-foundation/sdk-evm-core": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-core": "0.6.2-beta.0", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/solana/package.json b/platforms/solana/package.json index 61fe3b67b..5caaadb9f 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", "@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 68b74c152..a97d3fa33 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-solana": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0", "@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 cc428d80a..53ea21ad0 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-solana": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0", "@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 0fd79b29f..c52775e2d 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-solana": "0.6.1", - "@wormhole-foundation/sdk-solana-core": "0.6.1", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-core": "0.6.2-beta.0", "@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 ed6174b12..ed15eb7ba 100644 --- a/platforms/sui/package.json +++ b/platforms/sui/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.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 d91b857cb..6082894cb 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-sui": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/platforms/sui/protocols/tokenBridge/package.json b/platforms/sui/protocols/tokenBridge/package.json index 0200749f1..ccc1651fe 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", + "version": "0.6.2-beta.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.6.1", - "@wormhole-foundation/sdk-sui": "0.6.1", - "@wormhole-foundation/sdk-sui-core": "0.6.1" + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui-core": "0.6.2-beta.0" }, "type": "module", "exports": { diff --git a/sdk/package.json b/sdk/package.json index 4f76e3c4c..b951408bd 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk", - "version": "0.6.1", + "version": "0.6.2-beta.0", "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", - "@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" + "@wormhole-foundation/sdk-base": "0.6.2-beta.0", + "@wormhole-foundation/sdk-definitions": "0.6.2-beta.0", + "@wormhole-foundation/sdk-connect": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-portico": "0.6.2-beta.0", + "@wormhole-foundation/sdk-evm-cctp": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-solana-cctp": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand-core": "0.6.2-beta.0", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.2-beta.0" }, "type": "module" } \ No newline at end of file