From c47aea1587919ec1f5469a7b19c9acf1daf890e0 Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Mon, 29 Apr 2024 08:56:59 -0400 Subject: [PATCH] remove testing from exports (#506) --- connect/package.json | 6 +- connect/src/index.ts | 1 - 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 ++--- 30 files changed, 205 insertions(+), 206 deletions(-) diff --git a/connect/package.json b/connect/package.json index 15e0f664d..f324d2323 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-connect", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-definitions": "0.6.3-beta.1" + "@wormhole-foundation/sdk-base": "0.6.3-beta.2", + "@wormhole-foundation/sdk-definitions": "0.6.3-beta.2" }, "type": "module" } \ No newline at end of file diff --git a/connect/src/index.ts b/connect/src/index.ts index 1774c4b81..ed0525102 100644 --- a/connect/src/index.ts +++ b/connect/src/index.ts @@ -17,4 +17,3 @@ export * as routes from "./routes/index.js"; // Re-export from core packages export * from "@wormhole-foundation/sdk-base"; export * from "@wormhole-foundation/sdk-definitions"; -export * as testing from "@wormhole-foundation/sdk-definitions/testing"; diff --git a/core/base/package.json b/core/base/package.json index 952f31f45..37125fb9b 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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 f3607c4ce..3c6cf4361 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1" + "@wormhole-foundation/sdk-base": "0.6.3-beta.2" }, "type": "module" } \ No newline at end of file diff --git a/examples/package.json b/examples/package.json index 40d2d4d42..8683b0210 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1" + "@wormhole-foundation/sdk": "0.6.3-beta.2" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7d8ee2574..a5a5f7f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-sdk", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-sdk", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -58,11 +58,11 @@ }, "connect": { "name": "@wormhole-foundation/sdk-connect", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "0.6.3-beta.1", - "@wormhole-foundation/sdk-definitions": "0.6.3-beta.1", + "@wormhole-foundation/sdk-base": "0.6.3-beta.2", + "@wormhole-foundation/sdk-definitions": "0.6.3-beta.2", "axios": "^1.4.0" }, "engines": { @@ -71,7 +71,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { "@scure/base": "^1.1.3" @@ -79,11 +79,11 @@ }, "core/definitions": { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.6.3-beta.1" + "@wormhole-foundation/sdk-base": "0.6.3-beta.2" } }, "core/definitions/node_modules/@noble/curves": { @@ -110,10 +110,10 @@ }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk": "0.6.3-beta.1" + "@wormhole-foundation/sdk": "0.6.3-beta.2" }, "devDependencies": { "dotenv": "^16.3.1", @@ -9882,10 +9882,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "algosdk": "2.7.0" }, "engines": { @@ -9894,11 +9894,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/sdk-algorand-core", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.3-beta.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1" + "@wormhole-foundation/sdk-algorand": "0.6.3-beta.2", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -9906,12 +9906,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-algorand-tokenbridge", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1" + "@wormhole-foundation/sdk-algorand": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -9919,10 +9919,10 @@ }, "platforms/aptos": { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "aptos": "1.21.0" }, "engines": { @@ -9931,11 +9931,11 @@ }, "platforms/aptos/protocols/core": { "name": "@wormhole-foundation/sdk-aptos-core", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.3-beta.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1" + "@wormhole-foundation/sdk-aptos": "0.6.3-beta.2", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -9943,11 +9943,11 @@ }, "platforms/aptos/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-aptos-tokenbridge", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.3-beta.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1" + "@wormhole-foundation/sdk-aptos": "0.6.3-beta.2", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -9955,14 +9955,14 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9971,14 +9971,14 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/sdk-cosmwasm-core", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -9986,15 +9986,15 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/sdk-cosmwasm-ibc", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.2", "cosmjs-types": "^0.9.0" }, "engines": { @@ -10003,13 +10003,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10017,10 +10017,10 @@ }, "platforms/evm": { "name": "@wormhole-foundation/sdk-evm", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "ethers": "^6.5.1" }, "devDependencies": { @@ -10070,11 +10070,11 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/sdk-evm-cctp", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", "ethers": "^6.5.1" }, "engines": { @@ -10083,11 +10083,11 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/sdk-evm-core", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", "ethers": "^6.5.1" }, "engines": { @@ -10096,13 +10096,13 @@ }, "platforms/evm/protocols/portico": { "name": "@wormhole-foundation/sdk-evm-portico", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.2", "ethers": "^6.5.1" }, "engines": { @@ -10111,12 +10111,12 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-evm-tokenbridge", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.2", "ethers": "^6.5.1" }, "engines": { @@ -10125,14 +10125,14 @@ }, "platforms/solana": { "name": "@wormhole-foundation/sdk-solana", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2" }, "devDependencies": { "nock": "^13.3.3" @@ -10143,14 +10143,14 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/sdk-solana-cctp", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10158,14 +10158,14 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/sdk-solana-core", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10173,15 +10173,15 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-solana-tokenbridge", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10189,11 +10189,11 @@ }, "platforms/sui": { "name": "@wormhole-foundation/sdk-sui", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10201,12 +10201,12 @@ }, "platforms/sui/protocols/core": { "name": "@wormhole-foundation/sdk-sui-core", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10214,13 +10214,13 @@ }, "platforms/sui/protocols/tokenBridge": { "name": "@wormhole-foundation/sdk-sui-tokenbridge", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.2" }, "engines": { "node": ">=16" @@ -10228,34 +10228,34 @@ }, "sdk": { "name": "@wormhole-foundation/sdk", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-aptos": "0.6.3-beta.1", - "@wormhole-foundation/sdk-aptos-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-base": "0.6.3-beta.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-definitions": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-cctp": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-portico": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-cctp": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.3-beta.1" + "@wormhole-foundation/sdk-algorand": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-base": "0.6.3-beta.2", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-definitions": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-cctp": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-portico": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-cctp": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.3-beta.2" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 8925f6d5f..f1c7a97b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sdk", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "license": "Apache-2.0", "directories": { "test": "__tests__" diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index a32b4d912..c8abd0aff 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "algosdk": "2.7.0" }, "type": "module" diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 437777935..4b8b059e4 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-algorand": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index acc428dcf..0b0afcc98 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-algorand": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/aptos/package.json b/platforms/aptos/package.json index 82d5ef5aa..c13cee9bc 100644 --- a/platforms/aptos/package.json +++ b/platforms/aptos/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "aptos": "1.21.0" }, "type": "module", diff --git a/platforms/aptos/protocols/core/package.json b/platforms/aptos/protocols/core/package.json index 6043e2d8b..d86afecfe 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-aptos": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/aptos/protocols/tokenBridge/package.json b/platforms/aptos/protocols/tokenBridge/package.json index 42494ecb4..2159ee795 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-aptos": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index 9fb286344..41a005d90 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "@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 b0b70dcbd..59738c00d 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2", "@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 c486148f2..66e54eccb 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index 5ed853c37..bfa62e004 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/evm/package.json b/platforms/evm/package.json index 49439ca1b..2da61076c 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index 420f61bca..d67a6ad62 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index b8ce4340f..e0e7e8fcc 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/portico/package.json b/platforms/evm/protocols/portico/package.json index 6bc9dd3ac..f27868a50 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index edccf53a0..7a14625bf 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/solana/package.json b/platforms/solana/package.json index b649d40e8..97985cead 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "@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 4374c59cb..abc7eb0e8 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2", "@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 8f073a345..340309cb4 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2", "@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 af49a356f..60efab92f 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.2", "@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 df2399572..46aaebc02 100644 --- a/platforms/sui/package.json +++ b/platforms/sui/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", "@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 cdc520b94..67f88bf03 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-sui": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/platforms/sui/protocols/tokenBridge/package.json b/platforms/sui/protocols/tokenBridge/package.json index 40a686654..fc2fc53a2 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.3-beta.1", + "version": "0.6.3-beta.2", "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.3-beta.1", - "@wormhole-foundation/sdk-sui": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.1" + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.2" }, "type": "module", "exports": { diff --git a/sdk/package.json b/sdk/package.json index 0045ac50b..2b06a52b5 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk", - "version": "0.6.3-beta.1", + "version": "0.6.3-beta.2", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -241,31 +241,31 @@ } }, "dependencies": { - "@wormhole-foundation/sdk-base": "0.6.3-beta.1", - "@wormhole-foundation/sdk-definitions": "0.6.3-beta.1", - "@wormhole-foundation/sdk-connect": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-portico": "0.6.3-beta.1", - "@wormhole-foundation/sdk-evm-cctp": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-solana-cctp": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-aptos": "0.6.3-beta.1", - "@wormhole-foundation/sdk-aptos-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.1", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.3-beta.1" + "@wormhole-foundation/sdk-base": "0.6.3-beta.2", + "@wormhole-foundation/sdk-definitions": "0.6.3-beta.2", + "@wormhole-foundation/sdk-connect": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-portico": "0.6.3-beta.2", + "@wormhole-foundation/sdk-evm-cctp": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-solana-cctp": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand-core": "0.6.3-beta.2", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.6.3-beta.2" }, "type": "module" } \ No newline at end of file