diff --git a/VERSION b/VERSION index 72927efef..8d76429ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0-beta.11 \ No newline at end of file +0.3.0-beta.12 diff --git a/connect/package.json b/connect/package.json index 6ab01d690..fe8dadf22 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.11" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.12", + "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index 85c4d17e3..9f2d3514f 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.11", + "version": "0.3.0-beta.12", "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 024b4b554..fbbe6f320 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.11", + "version": "0.3.0-beta.12", "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.11" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/examples/package.json b/examples/package.json index 2a55a0ac1..22db14339 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 12cb234fc..2275bdf85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connect-sdk", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "connect-sdk", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "workspaces": [ "core/base", @@ -50,11 +50,11 @@ }, "connect": { "name": "@wormhole-foundation/connect-sdk", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "^0.3.0-beta.11", - "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.11", + "@wormhole-foundation/sdk-base": "^0.3.0-beta.12", + "@wormhole-foundation/sdk-definitions": "^0.3.0-beta.12", "axios": "^1.4.0" }, "engines": { @@ -63,7 +63,7 @@ }, "core/base": { "name": "@wormhole-foundation/sdk-base", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "dependencies": { "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "^0.3.0-beta.11" + "@wormhole-foundation/sdk-base": "^0.3.0-beta.12" } }, "examples": { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-ibc": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-tokenbridge": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-cctp": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-tokenbridge": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-cctp": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-tokenbridge": "^0.3.0-beta.12" }, "devDependencies": { "algosdk": "^2.7.0", @@ -9527,10 +9527,10 @@ }, "platforms/algorand": { "name": "@wormhole-foundation/connect-sdk-algorand", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.12" }, "engines": { "node": ">=16" @@ -9551,12 +9551,12 @@ }, "platforms/algorand/protocols/tokenBridge": { "name": "@wormhole-foundation/connect-sdk-algorand-tokenbridge", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.12" }, "engines": { "node": ">=16" @@ -9564,7 +9564,7 @@ }, "platforms/cosmwasm": { "name": "@wormhole-foundation/connect-sdk-cosmwasm", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "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.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", "cosmjs-types": "^0.9.0" }, "engines": { @@ -9627,11 +9627,11 @@ }, "platforms/evm": { "name": "@wormhole-foundation/connect-sdk-evm", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "dependencies": { "@typechain/ethers-v6": "^0.4.0", - "@wormhole-foundation/connect-sdk": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "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.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.12" }, "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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", "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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.12", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/package.json b/package.json index ca3c4aed8..b9eb1881c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-sdk", - "version": "0.3.0-beta.11", + "version": "0.3.0-beta.12", "license": "Apache-2.0", "directories": { "test": "__tests__" diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index 2d3621611..4ada066b2 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.11", + "version": "0.3.0-beta.12", "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.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "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 dc6bca62d..6773d5953 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index d9c7ecd21..ce96d1d56 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-algorand": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-algorand-core": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index fdff63bc2..890d842aa 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.11", + "version": "0.3.0-beta.12", "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.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "@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 d8b213e51..66557e76e 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", "@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 f91f6f0ea..0f413b1f1 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm-core": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index 56ff418d6..c1df03718 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.11" + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-cosmwasm": "^0.3.0-beta.12" } } \ No newline at end of file diff --git a/platforms/evm/package.json b/platforms/evm/package.json index 3d5add8cc..80507e574 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.11", + "version": "0.3.0-beta.12", "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.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "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 7f23ef6a8..b202dbe44 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", "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 82adced8c..087c5a167 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", "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 f916f5351..8769cb214 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-evm-core": "^0.3.0-beta.12", "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 81fb75fa1..389acdc85 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.11", + "version": "0.3.0-beta.12", "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.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", "@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 6db179ee4..3aec522c5 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.12", "@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 7854e3a3e..a06164dcf 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", "@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 28dd31f12..a006bf805 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.11", + "version": "0.3.0-beta.12", "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.11", - "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.11", - "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.11", + "@wormhole-foundation/connect-sdk": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana": "^0.3.0-beta.12", + "@wormhole-foundation/connect-sdk-solana-core": "^0.3.0-beta.12", "@coral-xyz/borsh": "0.2.6", "@project-serum/anchor": "0.25.0", "@project-serum/borsh": "0.2.5", diff --git a/syncVersion.ts b/syncVersion.ts index d5131c9dd..c8a28a06d 100644 --- a/syncVersion.ts +++ b/syncVersion.ts @@ -36,7 +36,7 @@ function updateVersionsInWorkspaces(version: string) { function getVersion(): string { const versionFilePath = path.join(__dirname, "VERSION"); const v = fs.readFileSync(versionFilePath); - return v.toString(); + return v.toString().replace('\n', ''); } updateVersionsInWorkspaces(getVersion());