From e5b9d7d69e0ff90c37accdec5fb2904ba8873cea Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Tue, 9 Jan 2024 12:35:07 -0500 Subject: [PATCH] bump version --- VERSION | 2 +- connect/package.json | 6 +- core/base/package.json | 2 +- core/definitions/package.json | 4 +- examples/package.json | 28 ++-- package-lock.json | 136 +++++++++--------- package.json | 4 +- platforms/algorand/package.json | 4 +- .../algorand/protocols/core/package.json | 6 +- .../protocols/tokenBridge/package.json | 8 +- 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 +- .../evm/protocols/tokenBridge/package.json | 8 +- platforms/solana/package.json | 4 +- platforms/solana/protocols/cctp/package.json | 8 +- platforms/solana/protocols/core/package.json | 6 +- .../solana/protocols/tokenBridge/package.json | 8 +- 22 files changed, 137 insertions(+), 137 deletions(-) diff --git a/VERSION b/VERSION index 59fe62efb..dd2eb5ded 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0-beta.13 \ No newline at end of file +0.3.0-beta.14 \ No newline at end of file diff --git a/connect/package.json b/connect/package.json index 96c2655c6..f4692cb55 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,7 +45,7 @@ }, "dependencies": { "axios": "^1.4.0", - "@wormhole-foundation/sdk-base": "^0.3.0-beta.13", - "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.13" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.14", + "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index ea5fecc66..1da83fa23 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "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 5beda5839..0d2b543ac 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -30,6 +30,6 @@ }, "dependencies": { "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "^0.3.0-beta.13" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/examples/package.json b/examples/package.json index 3d1c1472d..0381b3019 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,18 +52,18 @@ "algosdk": "^2.7.0" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a3f45becd..5a397cf1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connect-sdk", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "connect-sdk", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -50,11 +50,11 @@ }, "connect": { "name": "@wormhole-foundation/connect-sdk", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "^0.3.0-beta.13", - "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.13", + "@wormhole-foundation/sdk-base": "^0.3.0-beta.14", + "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.14", "axios": "^1.4.0" }, "engines": { @@ -63,7 +63,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@scure/base": "^1.1.3" @@ -71,30 +71,30 @@ }, "core/definitions": { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "dependencies": { "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "^0.3.0-beta.13" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.14" } }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.14" }, "devDependencies": { "algosdk": "^2.7.0", @@ -9527,10 +9527,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/connect-sdk-algorand", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "algosdk": "2.7.0" }, "engines": { @@ -9539,11 +9539,11 @@ }, "platforms/algorand/protocols/core": { "name": "@wormhole-foundation/connect-sdk-algorand-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.14" }, "engines": { "node": ">=16" @@ -9551,12 +9551,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/connect-sdk-algorand-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.14" }, "engines": { "node": ">=16" @@ -9564,7 +9564,7 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/connect-sdk-cosmwasm", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", @@ -9572,7 +9572,7 @@ "@cosmjs/stargate": "^0.32.0", "@cosmjs/tendermint-rpc": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.4", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9581,13 +9581,13 @@ }, "platforms/cosmwasm/protocols/core": { "name": "@wormhole-foundation/connect-sdk-cosmwasm-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9596,14 +9596,14 @@ }, "platforms/cosmwasm/protocols/ibc": { "name": "@wormhole-foundation/connect-sdk-cosmwasm-ibc", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.14", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9612,13 +9612,13 @@ }, "platforms/cosmwasm/protocols/tokenBridge": { "name": "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9627,11 +9627,11 @@ }, "platforms/evm": { "name": "@wormhole-foundation/connect-sdk-evm", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "ethers": "^6.5.1", "typechain": "^8.2.0" }, @@ -9695,12 +9695,12 @@ }, "platforms/evm/protocols/cctp": { "name": "@wormhole-foundation/connect-sdk-evm-cctp", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", "ethers": "^6.5.1", "typechain": "^8.2.0" }, @@ -9710,12 +9710,12 @@ }, "platforms/evm/protocols/core": { "name": "@wormhole-foundation/connect-sdk-evm-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", "ethers": "^6.5.1", "typechain": "^8.2.0" }, @@ -9725,13 +9725,13 @@ }, "platforms/evm/protocols/tokenBridge": { "name": "@wormhole-foundation/connect-sdk-evm-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.14", "ethers": "^6.5.1", "typechain": "^8.2.0" }, @@ -9741,7 +9741,7 @@ }, "platforms/solana": { "name": "@wormhole-foundation/connect-sdk-solana", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@coral-xyz/borsh": "0.2.6", @@ -9749,7 +9749,7 @@ "@project-serum/borsh": "0.2.5", "@solana/spl-token": "0.3.5", "@solana/web3.js": "1.66.2", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "lodash": "^4.17.21" }, "devDependencies": { @@ -9761,7 +9761,7 @@ }, "platforms/solana/protocols/cctp": { "name": "@wormhole-foundation/connect-sdk-solana-cctp", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@coral-xyz/borsh": "0.2.6", @@ -9769,9 +9769,9 @@ "@project-serum/borsh": "0.2.5", "@solana/spl-token": "0.3.5", "@solana/web3.js": "1.66.2", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.14" }, "devDependencies": { "nock": "^13.3.3" @@ -9782,7 +9782,7 @@ }, "platforms/solana/protocols/core": { "name": "@wormhole-foundation/connect-sdk-solana-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@coral-xyz/borsh": "0.2.6", @@ -9790,8 +9790,8 @@ "@project-serum/borsh": "0.2.5", "@solana/spl-token": "0.3.5", "@solana/web3.js": "1.66.2", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", "lodash": "^4.17.21" }, "devDependencies": { @@ -9804,7 +9804,7 @@ }, "platforms/solana/protocols/tokenBridge": { "name": "@wormhole-foundation/connect-sdk-solana-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "dependencies": { "@coral-xyz/borsh": "0.2.6", @@ -9812,9 +9812,9 @@ "@project-serum/borsh": "0.2.5", "@solana/spl-token": "0.3.5", "@solana/web3.js": "1.66.2", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.14", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/package.json b/package.json index 0f3014cb0..410b3e2b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-sdk", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "license": "Apache-2.0", "directories": { "test": "__tests__" @@ -64,4 +64,4 @@ "platforms/aptos/protocols/core", "platforms/aptos/protocols/tokenBridge" ] -} +} \ No newline at end of file diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index 4e776b3a9..19717230c 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-algorand", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -43,7 +43,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "algosdk": "2.7.0" } } \ No newline at end of file diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 167b55bbd..4b719010e 100644 --- a/platforms/algorand/protocols/core/package.json +++ b/platforms/algorand/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-algorand-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -42,7 +42,7 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index 2c1a47963..301360c32 100644 --- a/platforms/algorand/protocols/tokenBridge/package.json +++ b/platforms/algorand/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-algorand-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -42,8 +42,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index 6c88aecdb..47e7a9dfa 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -50,7 +50,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "@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 4164dfbe2..2e3103808 100644 --- a/platforms/cosmwasm/protocols/core/package.json +++ b/platforms/cosmwasm/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,8 +49,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0" diff --git a/platforms/cosmwasm/protocols/ibc/package.json b/platforms/cosmwasm/protocols/ibc/package.json index 9674a5a1a..8394151a7 100644 --- a/platforms/cosmwasm/protocols/ibc/package.json +++ b/platforms/cosmwasm/protocols/ibc/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm-ibc", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,8 +52,8 @@ "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index 529aa658a..4884aa483 100644 --- a/platforms/cosmwasm/protocols/tokenBridge/package.json +++ b/platforms/cosmwasm/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -52,7 +52,7 @@ "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "cosmjs-types": "^0.9.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.13" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.14" } } \ No newline at end of file diff --git a/platforms/evm/package.json b/platforms/evm/package.json index f93e79f07..ba40d2527 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -53,7 +53,7 @@ "nock": "13.3.8" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index 91aa39872..b9ddb384f 100644 --- a/platforms/evm/protocols/cctp/package.json +++ b/platforms/evm/protocols/cctp/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm-cctp", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,8 +49,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index 93c906568..f410776be 100644 --- a/platforms/evm/protocols/core/package.json +++ b/platforms/evm/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,8 +49,8 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index 4caa450ac..740b8ea12 100644 --- a/platforms/evm/protocols/tokenBridge/package.json +++ b/platforms/evm/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-evm-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -49,9 +49,9 @@ "prettier": "prettier --write ./src" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.14", "typechain": "^8.2.0", "ethers": "^6.5.1", "@typechain/ethers-v6": "^0.4.0" diff --git a/platforms/solana/package.json b/platforms/solana/package.json index ec83bfa73..78584e523 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,7 +46,7 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/platforms/solana/protocols/cctp/package.json b/platforms/solana/protocols/cctp/package.json index dd583edf3..c81f77736 100644 --- a/platforms/solana/protocols/cctp/package.json +++ b/platforms/solana/protocols/cctp/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana-cctp", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -47,9 +47,9 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.14", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/platforms/solana/protocols/core/package.json b/platforms/solana/protocols/core/package.json index 74bc9d553..3bd2c5b59 100644 --- a/platforms/solana/protocols/core/package.json +++ b/platforms/solana/protocols/core/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana-core", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,8 +46,8 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/platforms/solana/protocols/tokenBridge/package.json b/platforms/solana/protocols/tokenBridge/package.json index 3364cfa68..dda375899 100644 --- a/platforms/solana/protocols/tokenBridge/package.json +++ b/platforms/solana/protocols/tokenBridge/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-solana-tokenbridge", - "version": "0.3.0-beta.13", + "version": "0.3.0-beta.14", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -45,9 +45,9 @@ "nock": "^13.3.3" }, "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.13", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.13", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.14", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.14", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5",