File tree 29 files changed +104
-104
lines changed
29 files changed +104
-104
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-connect" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
98
98
},
99
99
"dependencies" : {
100
100
"axios" : " ^1.4.0" ,
101
- "@wormhole-foundation/sdk-base" : " 0.8.0 " ,
102
- "@wormhole-foundation/sdk-definitions" : " 0.8.0 "
101
+ "@wormhole-foundation/sdk-base" : " 0.8.1 " ,
102
+ "@wormhole-foundation/sdk-definitions" : " 0.8.1 "
103
103
},
104
104
"type" : " module"
105
105
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-base" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-definitions" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
86
86
"dependencies" : {
87
87
"@noble/hashes" : " ^1.3.1" ,
88
88
"@noble/curves" : " ^1.4.0" ,
89
- "@wormhole-foundation/sdk-base" : " 0.8.0 "
89
+ "@wormhole-foundation/sdk-base" : " 0.8.1 "
90
90
},
91
91
"type" : " module"
92
92
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-icons" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
50
50
" dist/cjs"
51
51
],
52
52
"dependencies" : {
53
- "@wormhole-foundation/sdk-base" : " 0.8.0 "
53
+ "@wormhole-foundation/sdk-base" : " 0.8.1 "
54
54
},
55
55
"sideEffects" : false ,
56
56
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/connect-sdk-examples" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
51
51
"tsx" : " ^4.7.0"
52
52
},
53
53
"dependencies" : {
54
- "@wormhole-foundation/sdk" : " 0.8.0 "
54
+ "@wormhole-foundation/sdk" : " 0.8.1 "
55
55
}
56
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-sdk" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"directories" : {
6
6
"test" : " __tests__"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-algorand" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
96
96
"test" : " jest --config ./jest.config.ts"
97
97
},
98
98
"dependencies" : {
99
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
99
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
100
100
"algosdk" : " 2.7.0"
101
101
},
102
102
"type" : " module"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-algorand-core" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
45
45
"prettier" : " prettier --write ./src"
46
46
},
47
47
"dependencies" : {
48
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
49
- "@wormhole-foundation/sdk-algorand" : " 0.8.0 "
48
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
49
+ "@wormhole-foundation/sdk-algorand" : " 0.8.1 "
50
50
},
51
51
"type" : " module" ,
52
52
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-algorand-tokenbridge" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
45
45
"prettier" : " prettier --write ./src"
46
46
},
47
47
"dependencies" : {
48
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
49
- "@wormhole-foundation/sdk-algorand" : " 0.8.0 " ,
50
- "@wormhole-foundation/sdk-algorand-core" : " 0.8.0 "
48
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
49
+ "@wormhole-foundation/sdk-algorand" : " 0.8.1 " ,
50
+ "@wormhole-foundation/sdk-algorand-core" : " 0.8.1 "
51
51
},
52
52
"type" : " module" ,
53
53
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-aptos" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
46
46
"prettier" : " prettier --write ./src"
47
47
},
48
48
"dependencies" : {
49
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
49
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
50
50
"aptos" : " 1.21.0"
51
51
},
52
52
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-aptos-core" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
45
45
"prettier" : " prettier --write ./src"
46
46
},
47
47
"dependencies" : {
48
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
49
- "@wormhole-foundation/sdk-aptos" : " 0.8.0 "
48
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
49
+ "@wormhole-foundation/sdk-aptos" : " 0.8.1 "
50
50
},
51
51
"type" : " module" ,
52
52
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-aptos-tokenbridge" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
45
45
"prettier" : " prettier --write ./src"
46
46
},
47
47
"dependencies" : {
48
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
49
- "@wormhole-foundation/sdk-aptos" : " 0.8.0 "
48
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
49
+ "@wormhole-foundation/sdk-aptos" : " 0.8.1 "
50
50
},
51
51
"type" : " module" ,
52
52
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-cosmwasm" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
53
53
"test" : " jest --config ./jest.config.ts"
54
54
},
55
55
"dependencies" : {
56
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
56
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
57
57
"@cosmjs/cosmwasm-stargate" : " ^0.32.0" ,
58
58
"@cosmjs/proto-signing" : " ^0.32.0" ,
59
59
"@cosmjs/stargate" : " ^0.32.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-cosmwasm-core" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
52
52
"prettier" : " prettier --write ./src"
53
53
},
54
54
"dependencies" : {
55
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
56
- "@wormhole-foundation/sdk-cosmwasm" : " 0.8.0 " ,
55
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
56
+ "@wormhole-foundation/sdk-cosmwasm" : " 0.8.1 " ,
57
57
"@cosmjs/cosmwasm-stargate" : " ^0.32.0" ,
58
58
"@cosmjs/stargate" : " ^0.32.0" ,
59
59
"@injectivelabs/sdk-ts" : " ^1.14.13-beta.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-cosmwasm-ibc" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
57
57
"@cosmjs/stargate" : " ^0.32.0" ,
58
58
"cosmjs-types" : " ^0.9.0" ,
59
59
"@injectivelabs/sdk-ts" : " ^1.14.13-beta.2" ,
60
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
61
- "@wormhole-foundation/sdk-cosmwasm" : " 0.8.0 " ,
62
- "@wormhole-foundation/sdk-cosmwasm-core" : " 0.8.0 "
60
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
61
+ "@wormhole-foundation/sdk-cosmwasm" : " 0.8.1 " ,
62
+ "@wormhole-foundation/sdk-cosmwasm-core" : " 0.8.1 "
63
63
},
64
64
"type" : " module" ,
65
65
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-cosmwasm-tokenbridge" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
54
54
"dependencies" : {
55
55
"@injectivelabs/sdk-ts" : " ^1.14.13-beta.2" ,
56
56
"@cosmjs/cosmwasm-stargate" : " ^0.32.0" ,
57
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
58
- "@wormhole-foundation/sdk-cosmwasm" : " 0.8.0 "
57
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
58
+ "@wormhole-foundation/sdk-cosmwasm" : " 0.8.1 "
59
59
},
60
60
"type" : " module" ,
61
61
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
57
57
"nock" : " 13.3.8"
58
58
},
59
59
"dependencies" : {
60
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
60
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
61
61
"ethers" : " ^6.5.1"
62
62
},
63
63
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-cctp" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
53
53
"prettier" : " prettier --write ./src"
54
54
},
55
55
"dependencies" : {
56
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
57
- "@wormhole-foundation/sdk-evm" : " 0.8.0 " ,
56
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
57
+ "@wormhole-foundation/sdk-evm" : " 0.8.1 " ,
58
58
"ethers" : " ^6.5.1"
59
59
},
60
60
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-core" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
52
52
"prettier" : " prettier --write ./src"
53
53
},
54
54
"dependencies" : {
55
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
56
- "@wormhole-foundation/sdk-evm" : " 0.8.0 " ,
55
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
56
+ "@wormhole-foundation/sdk-evm" : " 0.8.1 " ,
57
57
"ethers" : " ^6.5.1"
58
58
},
59
59
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-portico" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
52
52
"prettier" : " prettier --write ./src"
53
53
},
54
54
"dependencies" : {
55
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
56
- "@wormhole-foundation/sdk-evm" : " 0.8.0 " ,
57
- "@wormhole-foundation/sdk-evm-core" : " 0.8.0 " ,
58
- "@wormhole-foundation/sdk-evm-tokenbridge" : " 0.8.0 " ,
55
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
56
+ "@wormhole-foundation/sdk-evm" : " 0.8.1 " ,
57
+ "@wormhole-foundation/sdk-evm-core" : " 0.8.1 " ,
58
+ "@wormhole-foundation/sdk-evm-tokenbridge" : " 0.8.1 " ,
59
59
"ethers" : " ^6.5.1"
60
60
},
61
61
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-tokenbridge" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
52
52
"prettier" : " prettier --write ./src"
53
53
},
54
54
"dependencies" : {
55
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
56
- "@wormhole-foundation/sdk-evm" : " 0.8.0 " ,
57
- "@wormhole-foundation/sdk-evm-core" : " 0.8.0 " ,
55
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
56
+ "@wormhole-foundation/sdk-evm" : " 0.8.1 " ,
57
+ "@wormhole-foundation/sdk-evm-core" : " 0.8.1 " ,
58
58
"ethers" : " ^6.5.1"
59
59
},
60
60
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-solana" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
49
49
"nock" : " ^13.3.3"
50
50
},
51
51
"dependencies" : {
52
- "@wormhole-foundation/sdk-connect" : " 0.8.0 " ,
52
+ "@wormhole-foundation/sdk-connect" : " 0.8.1 " ,
53
53
"@coral-xyz/borsh" : " 0.29.0" ,
54
54
"@coral-xyz/anchor" : " 0.29.0" ,
55
55
"@solana/spl-token" : " 0.3.9" ,
You can’t perform that action at this time.
0 commit comments