Skip to content

Commit e96db09

Browse files
committed
0.6.4
1 parent 5560bbd commit e96db09

File tree

28 files changed

+102
-102
lines changed

28 files changed

+102
-102
lines changed

connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-connect",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -75,8 +75,8 @@
7575
},
7676
"dependencies": {
7777
"axios": "^1.4.0",
78-
"@wormhole-foundation/sdk-base": "0.6.3",
79-
"@wormhole-foundation/sdk-definitions": "0.6.3"
78+
"@wormhole-foundation/sdk-base": "0.6.4",
79+
"@wormhole-foundation/sdk-definitions": "0.6.4"
8080
},
8181
"type": "module"
8282
}

core/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-base",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"

core/definitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@noble/hashes": "^1.3.1",
6868
"@noble/curves": "^1.4.0",
69-
"@wormhole-foundation/sdk-base": "0.6.3"
69+
"@wormhole-foundation/sdk-base": "0.6.4"
7070
},
7171
"type": "module"
7272
}

examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/connect-sdk-examples",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -51,6 +51,6 @@
5151
"tsx": "^4.7.0"
5252
},
5353
"dependencies": {
54-
"@wormhole-foundation/sdk": "0.6.3"
54+
"@wormhole-foundation/sdk": "0.6.4"
5555
}
5656
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-sdk",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"license": "Apache-2.0",
55
"directories": {
66
"test": "__tests__"

platforms/algorand/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-algorand",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -76,7 +76,7 @@
7676
"test": "jest --config ./jest.config.ts"
7777
},
7878
"dependencies": {
79-
"@wormhole-foundation/sdk-connect": "0.6.3",
79+
"@wormhole-foundation/sdk-connect": "0.6.4",
8080
"algosdk": "2.7.0"
8181
},
8282
"type": "module"

platforms/algorand/protocols/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-algorand-core",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -45,8 +45,8 @@
4545
"prettier": "prettier --write ./src"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-connect": "0.6.3",
49-
"@wormhole-foundation/sdk-algorand": "0.6.3"
48+
"@wormhole-foundation/sdk-connect": "0.6.4",
49+
"@wormhole-foundation/sdk-algorand": "0.6.4"
5050
},
5151
"type": "module",
5252
"exports": {

platforms/algorand/protocols/tokenBridge/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-algorand-tokenbridge",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -45,9 +45,9 @@
4545
"prettier": "prettier --write ./src"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-connect": "0.6.3",
49-
"@wormhole-foundation/sdk-algorand": "0.6.3",
50-
"@wormhole-foundation/sdk-algorand-core": "0.6.3"
48+
"@wormhole-foundation/sdk-connect": "0.6.4",
49+
"@wormhole-foundation/sdk-algorand": "0.6.4",
50+
"@wormhole-foundation/sdk-algorand-core": "0.6.4"
5151
},
5252
"type": "module",
5353
"exports": {

platforms/aptos/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-aptos",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -46,7 +46,7 @@
4646
"prettier": "prettier --write ./src"
4747
},
4848
"dependencies": {
49-
"@wormhole-foundation/sdk-connect": "0.6.3",
49+
"@wormhole-foundation/sdk-connect": "0.6.4",
5050
"aptos": "1.21.0"
5151
},
5252
"type": "module",

platforms/aptos/protocols/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-aptos-core",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -45,8 +45,8 @@
4545
"prettier": "prettier --write ./src"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-connect": "0.6.3",
49-
"@wormhole-foundation/sdk-aptos": "0.6.3"
48+
"@wormhole-foundation/sdk-connect": "0.6.4",
49+
"@wormhole-foundation/sdk-aptos": "0.6.4"
5050
},
5151
"type": "module",
5252
"exports": {

platforms/aptos/protocols/tokenBridge/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-aptos-tokenbridge",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -45,8 +45,8 @@
4545
"prettier": "prettier --write ./src"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-connect": "0.6.3",
49-
"@wormhole-foundation/sdk-aptos": "0.6.3"
48+
"@wormhole-foundation/sdk-connect": "0.6.4",
49+
"@wormhole-foundation/sdk-aptos": "0.6.4"
5050
},
5151
"type": "module",
5252
"exports": {

platforms/cosmwasm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-cosmwasm",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -53,7 +53,7 @@
5353
"test": "jest --config ./jest.config.ts"
5454
},
5555
"dependencies": {
56-
"@wormhole-foundation/sdk-connect": "0.6.3",
56+
"@wormhole-foundation/sdk-connect": "0.6.4",
5757
"@cosmjs/cosmwasm-stargate": "^0.32.0",
5858
"@cosmjs/proto-signing": "^0.32.0",
5959
"@cosmjs/stargate": "^0.32.0",

platforms/cosmwasm/protocols/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-cosmwasm-core",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -52,8 +52,8 @@
5252
"prettier": "prettier --write ./src"
5353
},
5454
"dependencies": {
55-
"@wormhole-foundation/sdk-connect": "0.6.3",
56-
"@wormhole-foundation/sdk-cosmwasm": "0.6.3",
55+
"@wormhole-foundation/sdk-connect": "0.6.4",
56+
"@wormhole-foundation/sdk-cosmwasm": "0.6.4",
5757
"@cosmjs/cosmwasm-stargate": "^0.32.0",
5858
"@cosmjs/stargate": "^0.32.0",
5959
"@injectivelabs/sdk-ts": "^1.14.4"

platforms/cosmwasm/protocols/ibc/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-cosmwasm-ibc",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -57,9 +57,9 @@
5757
"@cosmjs/stargate": "^0.32.0",
5858
"cosmjs-types": "^0.9.0",
5959
"@injectivelabs/sdk-ts": "^1.14.4",
60-
"@wormhole-foundation/sdk-connect": "0.6.3",
61-
"@wormhole-foundation/sdk-cosmwasm": "0.6.3",
62-
"@wormhole-foundation/sdk-cosmwasm-core": "0.6.3"
60+
"@wormhole-foundation/sdk-connect": "0.6.4",
61+
"@wormhole-foundation/sdk-cosmwasm": "0.6.4",
62+
"@wormhole-foundation/sdk-cosmwasm-core": "0.6.4"
6363
},
6464
"type": "module",
6565
"exports": {

platforms/cosmwasm/protocols/tokenBridge/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"@injectivelabs/sdk-ts": "^1.14.4",
5656
"@cosmjs/cosmwasm-stargate": "^0.32.0",
57-
"@wormhole-foundation/sdk-connect": "0.6.3",
58-
"@wormhole-foundation/sdk-cosmwasm": "0.6.3"
57+
"@wormhole-foundation/sdk-connect": "0.6.4",
58+
"@wormhole-foundation/sdk-cosmwasm": "0.6.4"
5959
},
6060
"type": "module",
6161
"exports": {

platforms/evm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -57,7 +57,7 @@
5757
"nock": "13.3.8"
5858
},
5959
"dependencies": {
60-
"@wormhole-foundation/sdk-connect": "0.6.3",
60+
"@wormhole-foundation/sdk-connect": "0.6.4",
6161
"ethers": "^6.5.1"
6262
},
6363
"type": "module",

platforms/evm/protocols/cctp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-cctp",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -53,8 +53,8 @@
5353
"prettier": "prettier --write ./src"
5454
},
5555
"dependencies": {
56-
"@wormhole-foundation/sdk-connect": "0.6.3",
57-
"@wormhole-foundation/sdk-evm": "0.6.3",
56+
"@wormhole-foundation/sdk-connect": "0.6.4",
57+
"@wormhole-foundation/sdk-evm": "0.6.4",
5858
"ethers": "^6.5.1"
5959
},
6060
"type": "module",

platforms/evm/protocols/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-core",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -52,8 +52,8 @@
5252
"prettier": "prettier --write ./src"
5353
},
5454
"dependencies": {
55-
"@wormhole-foundation/sdk-connect": "0.6.3",
56-
"@wormhole-foundation/sdk-evm": "0.6.3",
55+
"@wormhole-foundation/sdk-connect": "0.6.4",
56+
"@wormhole-foundation/sdk-evm": "0.6.4",
5757
"ethers": "^6.5.1"
5858
},
5959
"type": "module",

platforms/evm/protocols/portico/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-portico",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -52,10 +52,10 @@
5252
"prettier": "prettier --write ./src"
5353
},
5454
"dependencies": {
55-
"@wormhole-foundation/sdk-connect": "0.6.3",
56-
"@wormhole-foundation/sdk-evm": "0.6.3",
57-
"@wormhole-foundation/sdk-evm-core": "0.6.3",
58-
"@wormhole-foundation/sdk-evm-tokenbridge": "0.6.3",
55+
"@wormhole-foundation/sdk-connect": "0.6.4",
56+
"@wormhole-foundation/sdk-evm": "0.6.4",
57+
"@wormhole-foundation/sdk-evm-core": "0.6.4",
58+
"@wormhole-foundation/sdk-evm-tokenbridge": "0.6.4",
5959
"ethers": "^6.5.1"
6060
},
6161
"type": "module",

platforms/evm/protocols/tokenBridge/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-tokenbridge",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -52,9 +52,9 @@
5252
"prettier": "prettier --write ./src"
5353
},
5454
"dependencies": {
55-
"@wormhole-foundation/sdk-connect": "0.6.3",
56-
"@wormhole-foundation/sdk-evm": "0.6.3",
57-
"@wormhole-foundation/sdk-evm-core": "0.6.3",
55+
"@wormhole-foundation/sdk-connect": "0.6.4",
56+
"@wormhole-foundation/sdk-evm": "0.6.4",
57+
"@wormhole-foundation/sdk-evm-core": "0.6.4",
5858
"ethers": "^6.5.1"
5959
},
6060
"type": "module",

platforms/solana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-solana",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -49,7 +49,7 @@
4949
"nock": "^13.3.3"
5050
},
5151
"dependencies": {
52-
"@wormhole-foundation/sdk-connect": "0.6.3",
52+
"@wormhole-foundation/sdk-connect": "0.6.4",
5353
"@coral-xyz/borsh": "0.29.0",
5454
"@coral-xyz/anchor": "0.29.0",
5555
"@solana/spl-token": "0.3.9",

platforms/solana/protocols/cctp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-solana-cctp",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -48,8 +48,8 @@
4848
"prettier": "prettier --write ./src"
4949
},
5050
"dependencies": {
51-
"@wormhole-foundation/sdk-connect": "0.6.3",
52-
"@wormhole-foundation/sdk-solana": "0.6.3",
51+
"@wormhole-foundation/sdk-connect": "0.6.4",
52+
"@wormhole-foundation/sdk-solana": "0.6.4",
5353
"@coral-xyz/anchor": "0.29.0",
5454
"@solana/spl-token": "0.3.9",
5555
"@solana/web3.js": "1.91.7"

0 commit comments

Comments
 (0)