Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
},
"overrides": {
"@wormhole-foundation/sdk-definitions-ntt": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0"
},
"@wormhole-foundation/sdk-evm-ntt": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0",
"@wormhole-foundation/sdk-evm": "^4.4.0",
"@wormhole-foundation/sdk-evm-core": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0",
"@wormhole-foundation/sdk-evm": "^4.7.0",
"@wormhole-foundation/sdk-evm-core": "^4.7.0"
},
"@wormhole-foundation/sdk-route-ntt": {
"@wormhole-foundation/sdk-connect": "^4.4.0"
"@wormhole-foundation/sdk-connect": "^4.7.0"
},
"@wormhole-foundation/sdk-solana-ntt": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0",
"@wormhole-foundation/sdk-solana": "^4.4.0",
"@wormhole-foundation/sdk-solana-core": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0",
"@wormhole-foundation/sdk-solana": "^4.7.0",
"@wormhole-foundation/sdk-solana-core": "^4.7.0"
},
"@wormhole-foundation/sdk-sui-ntt": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0",
"@wormhole-foundation/sdk-sui": "^4.4.0",
"@wormhole-foundation/sdk-sui-core": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0",
"@wormhole-foundation/sdk-sui": "^4.7.0",
"@wormhole-foundation/sdk-sui-core": "^4.7.0"
}
}
}
8 changes: 4 additions & 4 deletions evm/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
}
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0",
"@wormhole-foundation/sdk-evm": "^4.4.0",
"@wormhole-foundation/sdk-evm-core": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0",
"@wormhole-foundation/sdk-evm": "^4.7.0",
"@wormhole-foundation/sdk-evm-core": "^4.7.0"
}
}
583 changes: 213 additions & 370 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@solana/web3.js": "^1.95.8",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.2",
"@wormhole-foundation/sdk": "^4.4.0",
"@wormhole-foundation/sdk": "^4.7.0",
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
"ethers": "^6.5.1",
"prettier": "^3.6.2",
Expand Down
4 changes: 2 additions & 2 deletions sdk/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"type": "module",
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0"
}
}
2 changes: 1 addition & 1 deletion sdk/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tsx": "^4.7.2"
},
"dependencies": {
"@wormhole-foundation/sdk": "^4.4.0",
"@wormhole-foundation/sdk": "^4.7.0",
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
"@wormhole-foundation/sdk-evm-ntt": "1.0.0",
"@wormhole-foundation/sdk-route-ntt": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@wormhole-foundation/sdk-solana-ntt": "1.0.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-connect": "^4.4.0",
"@wormhole-foundation/sdk-connect": "^4.7.0",
"axios": "^1.9.0"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
}
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0",
"@wormhole-foundation/sdk-solana": "^4.4.0",
"@wormhole-foundation/sdk-solana-core": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0",
"@wormhole-foundation/sdk-solana": "^4.7.0",
"@wormhole-foundation/sdk-solana-core": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions sui/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
}
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^4.4.0",
"@wormhole-foundation/sdk-definitions": "^4.4.0",
"@wormhole-foundation/sdk-sui": "^4.4.0",
"@wormhole-foundation/sdk-sui-core": "^4.4.0"
"@wormhole-foundation/sdk-base": "^4.7.0",
"@wormhole-foundation/sdk-definitions": "^4.7.0",
"@wormhole-foundation/sdk-sui": "^4.7.0",
"@wormhole-foundation/sdk-sui-core": "^4.7.0"
}
}
Loading