Skip to content

Commit bf14e28

Browse files
authored
chore: bump ts sdk (#759)
1 parent b69df1e commit bf14e28

9 files changed

Lines changed: 290 additions & 290 deletions

File tree

cli/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
},
2525
"overrides": {
2626
"@wormhole-foundation/sdk-definitions-ntt": {
27-
"@wormhole-foundation/sdk-base": "^3.10.0",
28-
"@wormhole-foundation/sdk-definitions": "^3.10.0"
27+
"@wormhole-foundation/sdk-base": "^4.4.0",
28+
"@wormhole-foundation/sdk-definitions": "^4.4.0"
2929
},
3030
"@wormhole-foundation/sdk-evm-ntt": {
31-
"@wormhole-foundation/sdk-base": "^3.10.0",
32-
"@wormhole-foundation/sdk-definitions": "^3.10.0",
33-
"@wormhole-foundation/sdk-evm": "^3.10.0",
34-
"@wormhole-foundation/sdk-evm-core": "^3.10.0"
31+
"@wormhole-foundation/sdk-base": "^4.4.0",
32+
"@wormhole-foundation/sdk-definitions": "^4.4.0",
33+
"@wormhole-foundation/sdk-evm": "^4.4.0",
34+
"@wormhole-foundation/sdk-evm-core": "^4.4.0"
3535
},
3636
"@wormhole-foundation/sdk-route-ntt": {
37-
"@wormhole-foundation/sdk-connect": "^3.10.0"
37+
"@wormhole-foundation/sdk-connect": "^4.4.0"
3838
},
3939
"@wormhole-foundation/sdk-solana-ntt": {
40-
"@wormhole-foundation/sdk-base": "^3.10.0",
41-
"@wormhole-foundation/sdk-definitions": "^3.10.0",
42-
"@wormhole-foundation/sdk-solana": "^3.10.0",
43-
"@wormhole-foundation/sdk-solana-core": "^3.10.0"
40+
"@wormhole-foundation/sdk-base": "^4.4.0",
41+
"@wormhole-foundation/sdk-definitions": "^4.4.0",
42+
"@wormhole-foundation/sdk-solana": "^4.4.0",
43+
"@wormhole-foundation/sdk-solana-core": "^4.4.0"
4444
},
4545
"@wormhole-foundation/sdk-sui-ntt": {
46-
"@wormhole-foundation/sdk-base": "^3.10.0",
47-
"@wormhole-foundation/sdk-definitions": "^3.10.0",
48-
"@wormhole-foundation/sdk-sui": "^3.10.0",
49-
"@wormhole-foundation/sdk-sui-core": "^3.10.0"
46+
"@wormhole-foundation/sdk-base": "^4.4.0",
47+
"@wormhole-foundation/sdk-definitions": "^4.4.0",
48+
"@wormhole-foundation/sdk-sui": "^4.4.0",
49+
"@wormhole-foundation/sdk-sui-core": "^4.4.0"
5050
}
5151
}
5252
}

evm/ts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
5050
"ethers": "^6.5.1"
5151
},
52-
"peerDependencies": {
53-
"@wormhole-foundation/sdk-base": "^3.10.0",
54-
"@wormhole-foundation/sdk-definitions": "^3.10.0",
55-
"@wormhole-foundation/sdk-evm": "^3.10.0",
56-
"@wormhole-foundation/sdk-evm-core": "^3.10.0"
57-
},
5852
"devDependencies": {
5953
"@typechain/ethers-v6": "^0.5.1",
6054
"tsx": "^4.7.2",
@@ -72,5 +66,11 @@
7266
"default": "./dist/cjs/index.js"
7367
}
7468
}
69+
},
70+
"peerDependencies": {
71+
"@wormhole-foundation/sdk-base": "^4.4.0",
72+
"@wormhole-foundation/sdk-definitions": "^4.4.0",
73+
"@wormhole-foundation/sdk-evm": "^4.4.0",
74+
"@wormhole-foundation/sdk-evm-core": "^4.4.0"
7575
}
7676
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@solana/web3.js": "^1.95.8",
2727
"@types/jest": "^29.5.12",
2828
"@types/node": "^20.12.2",
29-
"@wormhole-foundation/sdk": "^3.10.0",
29+
"@wormhole-foundation/sdk": "^4.4.0",
3030
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
3131
"ethers": "^6.5.1",
3232
"prettier": "^3.6.2",

sdk/definitions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"test": "jest --config ./jest.config.ts",
5050
"prettier": "prettier --write ./src ./__tests__"
5151
},
52+
"type": "module",
5253
"peerDependencies": {
53-
"@wormhole-foundation/sdk-base": "^3.10.0",
54-
"@wormhole-foundation/sdk-definitions": "^3.10.0"
55-
},
56-
"type": "module"
54+
"@wormhole-foundation/sdk-base": "^4.4.0",
55+
"@wormhole-foundation/sdk-definitions": "^4.4.0"
56+
}
5757
}

sdk/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"tsx": "^4.7.2"
3535
},
3636
"dependencies": {
37-
"@wormhole-foundation/sdk": "^3.10.0",
37+
"@wormhole-foundation/sdk": "^4.4.0",
3838
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
3939
"@wormhole-foundation/sdk-evm-ntt": "1.0.0",
40-
"@wormhole-foundation/sdk-solana-ntt": "1.0.0",
41-
"@wormhole-foundation/sdk-route-ntt": "1.0.0"
40+
"@wormhole-foundation/sdk-route-ntt": "1.0.0",
41+
"@wormhole-foundation/sdk-solana-ntt": "1.0.0"
4242
}
4343
}

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": "^3.10.0",
54+
"@wormhole-foundation/sdk-connect": "^4.4.0",
5555
"axios": "^1.9.0"
5656
},
5757
"type": "module",

solana/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,8 @@
5454
"@coral-xyz/borsh": "0.29.0",
5555
"@solana/spl-token": "0.4.0",
5656
"@solana/web3.js": "^1.95.8",
57-
"bn.js": "5.2.1",
58-
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0"
59-
},
60-
"peerDependencies": {
61-
"@wormhole-foundation/sdk-base": "^3.10.0",
62-
"@wormhole-foundation/sdk-definitions": "^3.10.0",
63-
"@wormhole-foundation/sdk-solana": "^3.10.0",
64-
"@wormhole-foundation/sdk-solana-core": "^3.10.0"
57+
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
58+
"bn.js": "5.2.1"
6559
},
6660
"type": "module",
6761
"exports": {
@@ -75,5 +69,11 @@
7569
"default": "./dist/cjs/ts/index.js"
7670
}
7771
}
72+
},
73+
"peerDependencies": {
74+
"@wormhole-foundation/sdk-base": "^4.4.0",
75+
"@wormhole-foundation/sdk-definitions": "^4.4.0",
76+
"@wormhole-foundation/sdk-solana": "^4.4.0",
77+
"@wormhole-foundation/sdk-solana-core": "^4.4.0"
7878
}
7979
}

sui/ts/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,8 @@
4141
"test": "jest --config ./jest.config.ts"
4242
},
4343
"dependencies": {
44-
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
45-
"@mysten/sui": "1.37.2"
46-
},
47-
"peerDependencies": {
48-
"@wormhole-foundation/sdk-base": "^3.10.0",
49-
"@wormhole-foundation/sdk-definitions": "^3.10.0",
50-
"@wormhole-foundation/sdk-sui": "^3.10.0",
51-
"@wormhole-foundation/sdk-sui-core": "^3.10.0"
44+
"@mysten/sui": "1.37.2",
45+
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0"
5246
},
5347
"type": "module",
5448
"exports": {
@@ -62,5 +56,11 @@
6256
"default": "./dist/cjs/index.js"
6357
}
6458
}
59+
},
60+
"peerDependencies": {
61+
"@wormhole-foundation/sdk-base": "^4.4.0",
62+
"@wormhole-foundation/sdk-definitions": "^4.4.0",
63+
"@wormhole-foundation/sdk-sui": "^4.4.0",
64+
"@wormhole-foundation/sdk-sui-core": "^4.4.0"
6565
}
6666
}

0 commit comments

Comments
 (0)