Skip to content

Commit a2e02e4

Browse files
committed
bump to stable version of sdk
1 parent e943407 commit a2e02e4

File tree

8 files changed

+194
-270
lines changed

8 files changed

+194
-270
lines changed

package-lock.json

+183-183
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sync": "tsx syncVersion.ts && npm install && npm run build"
2121
},
2222
"devDependencies": {
23-
"@wormhole-foundation/sdk": "0.6.3-beta.0",
23+
"@wormhole-foundation/sdk": "0.6.3",
2424
"@solana/spl-token": "0.3.9",
2525
"@solana/web3.js": "1.91.7",
2626
"@types/jest": "^29.5.12",

sdk/definitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
},
5151
"dependencies": {
5252
"@noble/hashes": "^1.3.1",
53-
"@wormhole-foundation/sdk-base": "0.6.3-beta.0",
54-
"@wormhole-foundation/sdk-definitions": "0.6.3-beta.0"
53+
"@wormhole-foundation/sdk-base": "0.6.3",
54+
"@wormhole-foundation/sdk-definitions": "0.6.3"
5555
},
5656
"type": "module"
5757
}

sdk/evm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"test": "jest --config ./jest.config.ts"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-connect": "0.6.3-beta.0",
48+
"@wormhole-foundation/sdk-connect": "0.6.3",
4949
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.1",
50-
"@wormhole-foundation/sdk-evm": "0.6.3-beta.0",
51-
"@wormhole-foundation/sdk-evm-core": "0.6.3-beta.0",
50+
"@wormhole-foundation/sdk-evm": "0.6.3",
51+
"@wormhole-foundation/sdk-evm-core": "0.6.3",
5252
"ethers": "^6.5.1"
5353
},
5454
"devDependencies": {

sdk/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tsx": "^4.7.2"
4444
},
4545
"dependencies": {
46-
"@wormhole-foundation/sdk": "0.6.3-beta.0",
46+
"@wormhole-foundation/sdk": "0.6.3",
4747
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.1",
4848
"@wormhole-foundation/sdk-evm-ntt": "0.0.1-beta.1",
4949
"@wormhole-foundation/sdk-solana-ntt": "0.0.1-beta.1",

sdk/route/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.1",
5050
"@wormhole-foundation/sdk-solana-ntt": "0.0.1-beta.1",
5151
"@wormhole-foundation/sdk-evm-ntt": "0.0.1-beta.1",
52-
"@wormhole-foundation/sdk-connect": "0.6.3-beta.0"
52+
"@wormhole-foundation/sdk-connect": "0.6.3"
5353
},
5454
"type": "module",
5555
"exports": {

sdk/solana/package.json

-76
This file was deleted.

solana/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"@solana/spl-token": "0.4.0",
5858
"@solana/web3.js": "1.91.7",
5959
"bn.js":"5.2.1",
60-
"@wormhole-foundation/sdk-connect": "0.6.3-beta.0",
61-
"@wormhole-foundation/sdk-solana": "0.6.3-beta.0",
62-
"@wormhole-foundation/sdk-solana-core": "0.6.3-beta.0"
60+
"@wormhole-foundation/sdk-connect": "0.6.3",
61+
"@wormhole-foundation/sdk-solana": "0.6.3",
62+
"@wormhole-foundation/sdk-solana-core": "0.6.3"
6363
},
6464
"type": "module",
6565
"exports": {

0 commit comments

Comments
 (0)