Skip to content

Commit b5ba782

Browse files
authored
bump: wormhole ts sdk to 4.21.20 (#895)
1 parent e757df7 commit b5ba782

10 files changed

Lines changed: 83 additions & 83 deletions

File tree

bun.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"yargs": "18.0.0"
2525
},
2626
"overrides": {
27-
"@wormhole-foundation/sdk-base": "^4.20.0",
28-
"@wormhole-foundation/sdk-definitions": "^4.20.0",
29-
"@wormhole-foundation/sdk-evm": "^4.20.0",
30-
"@wormhole-foundation/sdk-evm-core": "^4.20.0",
31-
"@wormhole-foundation/sdk-connect": "^4.20.0",
32-
"@wormhole-foundation/sdk-solana": "^4.20.0",
33-
"@wormhole-foundation/sdk-solana-core": "^4.20.0",
34-
"@wormhole-foundation/sdk-sui": "^4.20.0",
35-
"@wormhole-foundation/sdk-sui-core": "^4.20.0"
27+
"@wormhole-foundation/sdk-base": "^4.21.0",
28+
"@wormhole-foundation/sdk-definitions": "^4.21.0",
29+
"@wormhole-foundation/sdk-evm": "^4.21.0",
30+
"@wormhole-foundation/sdk-evm-core": "^4.21.0",
31+
"@wormhole-foundation/sdk-connect": "^4.21.0",
32+
"@wormhole-foundation/sdk-solana": "^4.21.0",
33+
"@wormhole-foundation/sdk-solana-core": "^4.21.0",
34+
"@wormhole-foundation/sdk-sui": "^4.21.0",
35+
"@wormhole-foundation/sdk-sui-core": "^4.21.0"
3636
}
3737
}

evm/ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
}
6969
},
7070
"peerDependencies": {
71-
"@wormhole-foundation/sdk-base": "^4.20.0",
72-
"@wormhole-foundation/sdk-definitions": "^4.20.0",
73-
"@wormhole-foundation/sdk-evm": "^4.20.0",
74-
"@wormhole-foundation/sdk-evm-core": "^4.20.0"
71+
"@wormhole-foundation/sdk-base": "^4.21.0",
72+
"@wormhole-foundation/sdk-definitions": "^4.21.0",
73+
"@wormhole-foundation/sdk-evm": "^4.21.0",
74+
"@wormhole-foundation/sdk-evm-core": "^4.21.0"
7575
}
7676
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@solana/web3.js": "^1.95.8",
2828
"@types/jest": "^29.5.12",
2929
"@types/node": "^20.12.2",
30-
"@wormhole-foundation/sdk": "4.20.0",
30+
"@wormhole-foundation/sdk": "4.21.0",
3131
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
3232
"ethers": "^6.5.1",
3333
"prettier": "3.6.2",

sdk/definitions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"type": "module",
5353
"peerDependencies": {
54-
"@wormhole-foundation/sdk-base": "^4.20.0",
55-
"@wormhole-foundation/sdk-definitions": "^4.20.0"
54+
"@wormhole-foundation/sdk-base": "^4.21.0",
55+
"@wormhole-foundation/sdk-definitions": "^4.21.0"
5656
}
5757
}

sdk/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tsx": "^4.7.2"
3535
},
3636
"dependencies": {
37-
"@wormhole-foundation/sdk": "^4.20.0",
37+
"@wormhole-foundation/sdk": "^4.21.0",
3838
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
3939
"@wormhole-foundation/sdk-evm-ntt": "1.0.0",
4040
"@wormhole-foundation/sdk-route-ntt": "1.0.0",

sdk/route/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@wormhole-foundation/sdk-solana-ntt": "1.0.0"
5252
},
5353
"peerDependencies": {
54-
"@wormhole-foundation/sdk-connect": "^4.20.0",
54+
"@wormhole-foundation/sdk-connect": "^4.21.0",
5555
"axios": "^1.9.0"
5656
},
5757
"type": "module",

solana/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
}
7272
},
7373
"peerDependencies": {
74-
"@wormhole-foundation/sdk-base": "^4.20.0",
75-
"@wormhole-foundation/sdk-definitions": "^4.20.0",
76-
"@wormhole-foundation/sdk-solana": "^4.20.0",
77-
"@wormhole-foundation/sdk-solana-core": "^4.20.0"
74+
"@wormhole-foundation/sdk-base": "^4.21.0",
75+
"@wormhole-foundation/sdk-definitions": "^4.21.0",
76+
"@wormhole-foundation/sdk-solana": "^4.21.0",
77+
"@wormhole-foundation/sdk-solana-core": "^4.21.0"
7878
}
7979
}

sui/ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
}
5959
},
6060
"peerDependencies": {
61-
"@wormhole-foundation/sdk-base": "^4.20.0",
62-
"@wormhole-foundation/sdk-definitions": "^4.20.0",
63-
"@wormhole-foundation/sdk-sui": "^4.20.0",
64-
"@wormhole-foundation/sdk-sui-core": "^4.20.0"
61+
"@wormhole-foundation/sdk-base": "^4.21.0",
62+
"@wormhole-foundation/sdk-definitions": "^4.21.0",
63+
"@wormhole-foundation/sdk-sui": "^4.21.0",
64+
"@wormhole-foundation/sdk-sui-core": "^4.21.0"
6565
}
6666
}

xrpl/ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
}
5959
},
6060
"peerDependencies": {
61-
"@wormhole-foundation/sdk-base": "^4.20.0",
62-
"@wormhole-foundation/sdk-definitions": "^4.20.0",
63-
"@wormhole-foundation/sdk-xrpl": "^4.20.0"
61+
"@wormhole-foundation/sdk-base": "^4.21.0",
62+
"@wormhole-foundation/sdk-definitions": "^4.21.0",
63+
"@wormhole-foundation/sdk-xrpl": "^4.21.0"
6464
}
6565
}

0 commit comments

Comments
 (0)