diff --git a/connect/package.json b/connect/package.json index d0c0415f4..fdc9646da 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-connect", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -98,8 +98,8 @@ }, "dependencies": { "axios": "^1.4.0", - "@wormhole-foundation/sdk-base": "0.14.0", - "@wormhole-foundation/sdk-definitions": "0.14.0" + "@wormhole-foundation/sdk-base": "1.0.3", + "@wormhole-foundation/sdk-definitions": "1.0.3" }, "type": "module" } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index 13671a519..fe6dfce41 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.14.0", + "version": "1.0.3", "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 774664e45..f47c08b86 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -86,7 +86,7 @@ "dependencies": { "@noble/hashes": "^1.3.1", "@noble/curves": "^1.4.0", - "@wormhole-foundation/sdk-base": "0.14.0" + "@wormhole-foundation/sdk-base": "1.0.3" }, "type": "module" } \ No newline at end of file diff --git a/core/icons/package.json b/core/icons/package.json index 98f6c522e..40ffcc352 100644 --- a/core/icons/package.json +++ b/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-icons", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -50,7 +50,7 @@ "dist/cjs" ], "dependencies": { - "@wormhole-foundation/sdk-base": "0.14.0" + "@wormhole-foundation/sdk-base": "1.0.3" }, "sideEffects": false, "scripts": { diff --git a/examples/package.json b/examples/package.json index 8e5d5192d..9d4af61b7 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.14.0", + "version": "1.0.3", "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.14.0" + "@wormhole-foundation/sdk": "1.0.3" } } \ No newline at end of file diff --git a/package.json b/package.json index 34e913d8c..7e26c10ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sdk", - "version": "0.14.0", + "version": "1.0.3", "license": "Apache-2.0", "directories": { "test": "__tests__" @@ -67,4 +67,4 @@ "unreleased": [ "tokenRegistry" ] -} +} \ No newline at end of file diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index a0f613f20..37a95deee 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -96,7 +96,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", "algosdk": "2.7.0" }, "type": "module" diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 2a3752159..b31eaf72a 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-algorand": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-algorand": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index e13e8a109..91b79f489 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-algorand": "0.14.0", - "@wormhole-foundation/sdk-algorand-core": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-algorand": "1.0.3", + "@wormhole-foundation/sdk-algorand-core": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/aptos/package.json b/platforms/aptos/package.json index a9f725564..719f6f064 100644 --- a/platforms/aptos/package.json +++ b/platforms/aptos/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.14.0", + "version": "1.0.3", "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.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", "aptos": "1.21.0" }, "type": "module", diff --git a/platforms/aptos/protocols/core/package.json b/platforms/aptos/protocols/core/package.json index 872745fe6..542b0a7d3 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-aptos": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-aptos": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/aptos/protocols/tokenBridge/package.json b/platforms/aptos/protocols/tokenBridge/package.json index ff91a5a71..c31c42bd7 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-aptos": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-aptos": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index 9fbf67fef..4de33271b 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.14.0", + "version": "1.0.3", "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.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", "@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 62b132522..c26548a35 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-cosmwasm": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm": "1.0.3", "@cosmjs/cosmwasm-stargate": "^0.32.0", "@cosmjs/stargate": "^0.32.0", "@injectivelabs/sdk-ts": "^1.14.13-beta.2" diff --git a/platforms/cosmwasm/protocols/ibc/package.json b/platforms/cosmwasm/protocols/ibc/package.json index f22063932..7ea0fdf1b 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.14.0", + "version": "1.0.3", "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.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm-core": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index bde3ad304..f6d69b200 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.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -54,8 +54,8 @@ "dependencies": { "@injectivelabs/sdk-ts": "^1.14.13-beta.2", "@cosmjs/cosmwasm-stargate": "^0.32.0", - "@wormhole-foundation/sdk-connect": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/evm/package.json b/platforms/evm/package.json index 22448b5fe..64a981a1e 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm", - "version": "0.14.0", + "version": "1.0.3", "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.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index df2c3f85f..06e76c352 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-evm": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-evm": "1.0.3", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index 5670e7f5f..af98e064a 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-evm": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-evm": "1.0.3", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/portico/package.json b/platforms/evm/protocols/portico/package.json index 696801cc5..c6c7e9126 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-evm": "0.14.0", - "@wormhole-foundation/sdk-evm-core": "0.14.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-evm": "1.0.3", + "@wormhole-foundation/sdk-evm-core": "1.0.3", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.0.3", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index a7c4b8749..b07fe30f3 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-evm": "0.14.0", - "@wormhole-foundation/sdk-evm-core": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-evm": "1.0.3", + "@wormhole-foundation/sdk-evm-core": "1.0.3", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/solana/package.json b/platforms/solana/package.json index e3c762968..3203f11ab 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -53,7 +53,7 @@ "@coral-xyz/borsh": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2", - "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", "rpc-websockets": "^7.10.0" }, "type": "module", diff --git a/platforms/solana/protocols/cctp/package.json b/platforms/solana/protocols/cctp/package.json index 1ee3c91c9..f3dcf52f0 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-solana": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-solana": "1.0.3", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2" diff --git a/platforms/solana/protocols/core/package.json b/platforms/solana/protocols/core/package.json index b96ada539..ffb1e7bf0 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-solana": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-solana": "1.0.3", "@coral-xyz/borsh": "0.29.0", "@coral-xyz/anchor": "0.29.0", "@solana/web3.js": "^1.95.2" diff --git a/platforms/solana/protocols/tokenBridge/package.json b/platforms/solana/protocols/tokenBridge/package.json index fab894ccb..64bc8fb81 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-solana": "0.14.0", - "@wormhole-foundation/sdk-solana-core": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-solana": "1.0.3", + "@wormhole-foundation/sdk-solana-core": "1.0.3", "@coral-xyz/anchor": "0.29.0", "@solana/spl-token": "0.3.9", "@solana/web3.js": "^1.95.2" diff --git a/platforms/sui/package.json b/platforms/sui/package.json index e8435d336..cd41b771c 100644 --- a/platforms/sui/package.json +++ b/platforms/sui/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -46,7 +46,7 @@ "test": "jest --config ./jest.config.ts" }, "dependencies": { - "@wormhole-foundation/sdk-connect": "0.14.0", + "@wormhole-foundation/sdk-connect": "1.0.3", "@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 82b1836c0..123c9bfc5 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-sui": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-sui": "1.0.3" }, "type": "module", "exports": { diff --git a/platforms/sui/protocols/tokenBridge/package.json b/platforms/sui/protocols/tokenBridge/package.json index 791f130c6..d91a9c389 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.14.0", + "version": "1.0.3", "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.14.0", - "@wormhole-foundation/sdk-sui": "0.14.0", - "@wormhole-foundation/sdk-sui-core": "0.14.0" + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-sui": "1.0.3", + "@wormhole-foundation/sdk-sui-core": "1.0.3" }, "type": "module", "exports": { diff --git a/sdk/package.json b/sdk/package.json index 4a9d15fcc..acfff583b 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk", - "version": "0.14.0", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -384,31 +384,31 @@ } }, "dependencies": { - "@wormhole-foundation/sdk-base": "0.14.0", - "@wormhole-foundation/sdk-definitions": "0.14.0", - "@wormhole-foundation/sdk-connect": "0.14.0", - "@wormhole-foundation/sdk-evm": "0.14.0", - "@wormhole-foundation/sdk-evm-core": "0.14.0", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.14.0", - "@wormhole-foundation/sdk-evm-portico": "0.14.0", - "@wormhole-foundation/sdk-evm-cctp": "0.14.0", - "@wormhole-foundation/sdk-solana": "0.14.0", - "@wormhole-foundation/sdk-solana-core": "0.14.0", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.14.0", - "@wormhole-foundation/sdk-solana-cctp": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm-core": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.14.0", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.14.0", - "@wormhole-foundation/sdk-sui": "0.14.0", - "@wormhole-foundation/sdk-sui-core": "0.14.0", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.14.0", - "@wormhole-foundation/sdk-aptos": "0.14.0", - "@wormhole-foundation/sdk-aptos-core": "0.14.0", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.14.0", - "@wormhole-foundation/sdk-algorand": "0.14.0", - "@wormhole-foundation/sdk-algorand-core": "0.14.0", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.14.0" + "@wormhole-foundation/sdk-base": "1.0.3", + "@wormhole-foundation/sdk-definitions": "1.0.3", + "@wormhole-foundation/sdk-connect": "1.0.3", + "@wormhole-foundation/sdk-evm": "1.0.3", + "@wormhole-foundation/sdk-evm-core": "1.0.3", + "@wormhole-foundation/sdk-evm-tokenbridge": "1.0.3", + "@wormhole-foundation/sdk-evm-portico": "1.0.3", + "@wormhole-foundation/sdk-evm-cctp": "1.0.3", + "@wormhole-foundation/sdk-solana": "1.0.3", + "@wormhole-foundation/sdk-solana-core": "1.0.3", + "@wormhole-foundation/sdk-solana-tokenbridge": "1.0.3", + "@wormhole-foundation/sdk-solana-cctp": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm-core": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "1.0.3", + "@wormhole-foundation/sdk-cosmwasm-ibc": "1.0.3", + "@wormhole-foundation/sdk-sui": "1.0.3", + "@wormhole-foundation/sdk-sui-core": "1.0.3", + "@wormhole-foundation/sdk-sui-tokenbridge": "1.0.3", + "@wormhole-foundation/sdk-aptos": "1.0.3", + "@wormhole-foundation/sdk-aptos-core": "1.0.3", + "@wormhole-foundation/sdk-aptos-tokenbridge": "1.0.3", + "@wormhole-foundation/sdk-algorand": "1.0.3", + "@wormhole-foundation/sdk-algorand-core": "1.0.3", + "@wormhole-foundation/sdk-algorand-tokenbridge": "1.0.3" }, "type": "module" } \ No newline at end of file