From 5f8ad99ec46bdd0f09e393b74be5a1b178158201 Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Thu, 8 Aug 2024 12:05:17 -0700 Subject: [PATCH] version bump --- connect/package.json | 6 +-- core/base/package.json | 2 +- core/definitions/package.json | 4 +- core/icons/package.json | 4 +- examples/package.json | 4 +- 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 +++++++++---------- 29 files changed, 104 insertions(+), 104 deletions(-) diff --git a/connect/package.json b/connect/package.json index 56595f173..4702b7cfe 100644 --- a/connect/package.json +++ b/connect/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-connect", - "version": "0.9.1", + "version": "0.9.2", "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.9.1", - "@wormhole-foundation/sdk-definitions": "0.9.1" + "@wormhole-foundation/sdk-base": "0.9.2", + "@wormhole-foundation/sdk-definitions": "0.9.2" }, "type": "module" } \ No newline at end of file diff --git a/core/base/package.json b/core/base/package.json index b0057389b..43b768684 100644 --- a/core/base/package.json +++ b/core/base/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-base", - "version": "0.9.1", + "version": "0.9.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 c47f5b241..67416c695 100644 --- a/core/definitions/package.json +++ b/core/definitions/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-definitions", - "version": "0.9.1", + "version": "0.9.2", "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.9.1" + "@wormhole-foundation/sdk-base": "0.9.2" }, "type": "module" } \ No newline at end of file diff --git a/core/icons/package.json b/core/icons/package.json index 5515de7c0..168dd4454 100644 --- a/core/icons/package.json +++ b/core/icons/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-icons", - "version": "0.9.1", + "version": "0.9.2", "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.9.1" + "@wormhole-foundation/sdk-base": "0.9.2" }, "sideEffects": false, "scripts": { diff --git a/examples/package.json b/examples/package.json index e69b1decc..9c5189028 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/connect-sdk-examples", - "version": "0.9.1", + "version": "0.9.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.9.1" + "@wormhole-foundation/sdk": "0.9.2" } } \ No newline at end of file diff --git a/package.json b/package.json index edbffae6e..47d80f292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-sdk", - "version": "0.9.1", + "version": "0.9.2", "license": "Apache-2.0", "directories": { "test": "__tests__" diff --git a/platforms/algorand/package.json b/platforms/algorand/package.json index 512bf36d7..a33ef382b 100644 --- a/platforms/algorand/package.json +++ b/platforms/algorand/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-algorand", - "version": "0.9.1", + "version": "0.9.2", "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.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", "algosdk": "2.7.0" }, "type": "module" diff --git a/platforms/algorand/protocols/core/package.json b/platforms/algorand/protocols/core/package.json index 255597b34..b4349cd9f 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-algorand": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-algorand": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/algorand/protocols/tokenBridge/package.json b/platforms/algorand/protocols/tokenBridge/package.json index 2b6213c8d..ffaf921a9 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-algorand": "0.9.1", - "@wormhole-foundation/sdk-algorand-core": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-algorand": "0.9.2", + "@wormhole-foundation/sdk-algorand-core": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/aptos/package.json b/platforms/aptos/package.json index b465d760b..835fd0d04 100644 --- a/platforms/aptos/package.json +++ b/platforms/aptos/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-aptos", - "version": "0.9.1", + "version": "0.9.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.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", "aptos": "1.21.0" }, "type": "module", diff --git a/platforms/aptos/protocols/core/package.json b/platforms/aptos/protocols/core/package.json index cc121a4a8..ac1b0cc95 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-aptos": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-aptos": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/aptos/protocols/tokenBridge/package.json b/platforms/aptos/protocols/tokenBridge/package.json index ef4c8c7fb..6efe164d1 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-aptos": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-aptos": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/package.json b/platforms/cosmwasm/package.json index 4de4e9357..62b8865f7 100644 --- a/platforms/cosmwasm/package.json +++ b/platforms/cosmwasm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-cosmwasm", - "version": "0.9.1", + "version": "0.9.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.9.1", + "@wormhole-foundation/sdk-connect": "0.9.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 07b467d1c..1397d3cb1 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-cosmwasm": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm": "0.9.2", "@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 5b59f4717..5008c26ed 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.9.1", + "version": "0.9.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.13-beta.2", - "@wormhole-foundation/sdk-connect": "0.9.1", - "@wormhole-foundation/sdk-cosmwasm": "0.9.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm-core": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/cosmwasm/protocols/tokenBridge/package.json b/platforms/cosmwasm/protocols/tokenBridge/package.json index c4e2c4173..77516fe2c 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.9.1", + "version": "0.9.2", "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.9.1", - "@wormhole-foundation/sdk-cosmwasm": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/evm/package.json b/platforms/evm/package.json index cb21cad3d..af208ba96 100644 --- a/platforms/evm/package.json +++ b/platforms/evm/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-evm", - "version": "0.9.1", + "version": "0.9.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.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/cctp/package.json b/platforms/evm/protocols/cctp/package.json index 4c9be8ea2..d62da7fa1 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-evm": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-evm": "0.9.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/core/package.json b/platforms/evm/protocols/core/package.json index 157238caf..418035b49 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-evm": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-evm": "0.9.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/portico/package.json b/platforms/evm/protocols/portico/package.json index 9c96046f1..b115918bb 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-evm": "0.9.1", - "@wormhole-foundation/sdk-evm-core": "0.9.1", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-evm": "0.9.2", + "@wormhole-foundation/sdk-evm-core": "0.9.2", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.9.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/evm/protocols/tokenBridge/package.json b/platforms/evm/protocols/tokenBridge/package.json index fe3770bef..173c074dc 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-evm": "0.9.1", - "@wormhole-foundation/sdk-evm-core": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-evm": "0.9.2", + "@wormhole-foundation/sdk-evm-core": "0.9.2", "ethers": "^6.5.1" }, "type": "module", diff --git a/platforms/solana/package.json b/platforms/solana/package.json index eaa89ecd6..5aa077424 100644 --- a/platforms/solana/package.json +++ b/platforms/solana/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-solana", - "version": "0.9.1", + "version": "0.9.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.9.1", + "@wormhole-foundation/sdk-connect": "0.9.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 0ad3e3a3c..ef5a84d4b 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-solana": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-solana": "0.9.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 e55d0e70f..e622db03c 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-solana": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-solana": "0.9.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 affc4c20e..c1a7650f1 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-solana": "0.9.1", - "@wormhole-foundation/sdk-solana-core": "0.9.1", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-solana": "0.9.2", + "@wormhole-foundation/sdk-solana-core": "0.9.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 542aef271..10e976162 100644 --- a/platforms/sui/package.json +++ b/platforms/sui/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk-sui", - "version": "0.9.1", + "version": "0.9.2", "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.9.1", + "@wormhole-foundation/sdk-connect": "0.9.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 2ce5e574e..6e9a51969 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-sui": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-sui": "0.9.2" }, "type": "module", "exports": { diff --git a/platforms/sui/protocols/tokenBridge/package.json b/platforms/sui/protocols/tokenBridge/package.json index 7368395d1..0096bcc42 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.9.1", + "version": "0.9.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.9.1", - "@wormhole-foundation/sdk-sui": "0.9.1", - "@wormhole-foundation/sdk-sui-core": "0.9.1" + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-sui": "0.9.2", + "@wormhole-foundation/sdk-sui-core": "0.9.2" }, "type": "module", "exports": { diff --git a/sdk/package.json b/sdk/package.json index c614332df..6cb20f596 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@wormhole-foundation/sdk", - "version": "0.9.1", + "version": "0.9.2", "repository": { "type": "git", "url": "git+https://github.com/wormhole-foundation/connect-sdk.git" @@ -384,31 +384,31 @@ } }, "dependencies": { - "@wormhole-foundation/sdk-base": "0.9.1", - "@wormhole-foundation/sdk-definitions": "0.9.1", - "@wormhole-foundation/sdk-connect": "0.9.1", - "@wormhole-foundation/sdk-evm": "0.9.1", - "@wormhole-foundation/sdk-evm-core": "0.9.1", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.9.1", - "@wormhole-foundation/sdk-evm-portico": "0.9.1", - "@wormhole-foundation/sdk-evm-cctp": "0.9.1", - "@wormhole-foundation/sdk-solana": "0.9.1", - "@wormhole-foundation/sdk-solana-core": "0.9.1", - "@wormhole-foundation/sdk-solana-tokenbridge": "0.9.1", - "@wormhole-foundation/sdk-solana-cctp": "0.9.1", - "@wormhole-foundation/sdk-cosmwasm": "0.9.1", - "@wormhole-foundation/sdk-cosmwasm-core": "0.9.1", - "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.9.1", - "@wormhole-foundation/sdk-cosmwasm-ibc": "0.9.1", - "@wormhole-foundation/sdk-sui": "0.9.1", - "@wormhole-foundation/sdk-sui-core": "0.9.1", - "@wormhole-foundation/sdk-sui-tokenbridge": "0.9.1", - "@wormhole-foundation/sdk-aptos": "0.9.1", - "@wormhole-foundation/sdk-aptos-core": "0.9.1", - "@wormhole-foundation/sdk-aptos-tokenbridge": "0.9.1", - "@wormhole-foundation/sdk-algorand": "0.9.1", - "@wormhole-foundation/sdk-algorand-core": "0.9.1", - "@wormhole-foundation/sdk-algorand-tokenbridge": "0.9.1" + "@wormhole-foundation/sdk-base": "0.9.2", + "@wormhole-foundation/sdk-definitions": "0.9.2", + "@wormhole-foundation/sdk-connect": "0.9.2", + "@wormhole-foundation/sdk-evm": "0.9.2", + "@wormhole-foundation/sdk-evm-core": "0.9.2", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.9.2", + "@wormhole-foundation/sdk-evm-portico": "0.9.2", + "@wormhole-foundation/sdk-evm-cctp": "0.9.2", + "@wormhole-foundation/sdk-solana": "0.9.2", + "@wormhole-foundation/sdk-solana-core": "0.9.2", + "@wormhole-foundation/sdk-solana-tokenbridge": "0.9.2", + "@wormhole-foundation/sdk-solana-cctp": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm-core": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.9.2", + "@wormhole-foundation/sdk-cosmwasm-ibc": "0.9.2", + "@wormhole-foundation/sdk-sui": "0.9.2", + "@wormhole-foundation/sdk-sui-core": "0.9.2", + "@wormhole-foundation/sdk-sui-tokenbridge": "0.9.2", + "@wormhole-foundation/sdk-aptos": "0.9.2", + "@wormhole-foundation/sdk-aptos-core": "0.9.2", + "@wormhole-foundation/sdk-aptos-tokenbridge": "0.9.2", + "@wormhole-foundation/sdk-algorand": "0.9.2", + "@wormhole-foundation/sdk-algorand-core": "0.9.2", + "@wormhole-foundation/sdk-algorand-tokenbridge": "0.9.2" }, "type": "module" } \ No newline at end of file