Skip to content

Commit 63b6031

Browse files
authored
ts sdk: 0.4.0 version bump (#534)
* bumped wormhole sdk to ^0.12.0 * ts sdk: 0.4.0 version bump
1 parent b2ecf88 commit 63b6031

File tree

8 files changed

+241
-241
lines changed

8 files changed

+241
-241
lines changed

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/ntt-cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"module": "src/index.ts",
55
"type": "module",
66
"devDependencies": {

evm/ts/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-ntt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -44,19 +44,19 @@
4444
"test": "jest --config ./jest.config.ts"
4545
},
4646
"dependencies": {
47-
"@wormhole-foundation/sdk-base": "^0.11.0",
48-
"@wormhole-foundation/sdk-definitions": "^0.11.0",
49-
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
50-
"@wormhole-foundation/sdk-evm": "^0.11.0",
51-
"@wormhole-foundation/sdk-evm-core": "^0.11.0",
47+
"@wormhole-foundation/sdk-base": "^0.12.0",
48+
"@wormhole-foundation/sdk-definitions": "^0.12.0",
49+
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
50+
"@wormhole-foundation/sdk-evm": "^0.12.0",
51+
"@wormhole-foundation/sdk-evm-core": "^0.12.0",
5252
"ethers": "^6.5.1"
5353
},
5454
"peerDependencies": {
55-
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
56-
"@wormhole-foundation/sdk-base": "^0.11.0",
57-
"@wormhole-foundation/sdk-definitions": "^0.11.0",
58-
"@wormhole-foundation/sdk-evm": "^0.11.0",
59-
"@wormhole-foundation/sdk-evm-core": "^0.11.0"
55+
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
56+
"@wormhole-foundation/sdk-base": "^0.12.0",
57+
"@wormhole-foundation/sdk-definitions": "^0.12.0",
58+
"@wormhole-foundation/sdk-evm": "^0.12.0",
59+
"@wormhole-foundation/sdk-evm-core": "^0.12.0"
6060
},
6161
"devDependencies": {
6262
"@typechain/ethers-v6": "^0.5.1",

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ntt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"@solana/web3.js": "^1.95.2",
2222
"@types/jest": "^29.5.12",
2323
"@types/node": "^20.12.2",
24-
"@wormhole-foundation/sdk": "^0.11.0",
24+
"@wormhole-foundation/sdk": "^0.12.0",
2525
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
2626
"ethers": "^6.5.1",
2727
"ts-jest": "^29.1.2",
@@ -36,4 +36,4 @@
3636
"sdk/examples",
3737
"cli"
3838
]
39-
}
39+
}

sdk/definitions/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions-ntt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -49,12 +49,12 @@
4949
"test": "jest --config ./jest.config.ts"
5050
},
5151
"dependencies": {
52-
"@wormhole-foundation/sdk-base": "^0.11.0",
53-
"@wormhole-foundation/sdk-definitions": "^0.11.0"
52+
"@wormhole-foundation/sdk-base": "^0.12.0",
53+
"@wormhole-foundation/sdk-definitions": "^0.12.0"
5454
},
5555
"peerDependencies": {
56-
"@wormhole-foundation/sdk-base": "^0.11.0",
57-
"@wormhole-foundation/sdk-definitions": "^0.11.0"
56+
"@wormhole-foundation/sdk-base": "^0.12.0",
57+
"@wormhole-foundation/sdk-definitions": "^0.12.0"
5858
},
5959
"type": "module"
6060
}

sdk/examples/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-examples-ntt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/cjs/index.d.ts",
@@ -32,10 +32,10 @@
3232
"tsx": "^4.7.2"
3333
},
3434
"dependencies": {
35-
"@wormhole-foundation/sdk": "^0.11.0",
36-
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
37-
"@wormhole-foundation/sdk-evm-ntt": "0.3.0",
38-
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
39-
"@wormhole-foundation/sdk-route-ntt": "0.3.0"
35+
"@wormhole-foundation/sdk": "^0.12.0",
36+
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
37+
"@wormhole-foundation/sdk-evm-ntt": "0.4.0",
38+
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
39+
"@wormhole-foundation/sdk-route-ntt": "0.4.0"
4040
}
4141
}

sdk/route/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-route-ntt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -45,16 +45,16 @@
4545
"ts-node": "^10.9.2"
4646
},
4747
"dependencies": {
48-
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
49-
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
50-
"@wormhole-foundation/sdk-evm-ntt": "0.3.0",
51-
"@wormhole-foundation/sdk-connect": "^0.11.0"
48+
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
49+
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
50+
"@wormhole-foundation/sdk-evm-ntt": "0.4.0",
51+
"@wormhole-foundation/sdk-connect": "^0.12.0"
5252
},
5353
"peerDependencies": {
54-
"@wormhole-foundation/sdk-connect": "^0.11.0",
55-
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
56-
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
57-
"@wormhole-foundation/sdk-evm-ntt": "0.3.0"
54+
"@wormhole-foundation/sdk-connect": "^0.12.0",
55+
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
56+
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
57+
"@wormhole-foundation/sdk-evm-ntt": "0.4.0"
5858
},
5959
"type": "module",
6060
"exports": {

solana/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-solana-ntt",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -53,18 +53,18 @@
5353
"@coral-xyz/borsh": "0.29.0",
5454
"@solana/spl-token": "0.4.0",
5555
"@solana/web3.js": "^1.95.2",
56-
"@wormhole-foundation/sdk-base": "^0.11.0",
57-
"@wormhole-foundation/sdk-definitions": "^0.11.0",
58-
"@wormhole-foundation/sdk-solana": "^0.11.0",
59-
"@wormhole-foundation/sdk-solana-core": "^0.11.0",
56+
"@wormhole-foundation/sdk-base": "^0.12.0",
57+
"@wormhole-foundation/sdk-definitions": "^0.12.0",
58+
"@wormhole-foundation/sdk-solana": "^0.12.0",
59+
"@wormhole-foundation/sdk-solana-core": "^0.12.0",
6060
"bn.js": "5.2.1"
6161
},
6262
"peerDependencies": {
63-
"@wormhole-foundation/sdk-base": "^0.11.0",
64-
"@wormhole-foundation/sdk-definitions": "^0.11.0",
65-
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
66-
"@wormhole-foundation/sdk-solana": "^0.11.0",
67-
"@wormhole-foundation/sdk-solana-core": "^0.11.0"
63+
"@wormhole-foundation/sdk-base": "^0.12.0",
64+
"@wormhole-foundation/sdk-definitions": "^0.12.0",
65+
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
66+
"@wormhole-foundation/sdk-solana": "^0.12.0",
67+
"@wormhole-foundation/sdk-solana-core": "^0.12.0"
6868
},
6969
"type": "module",
7070
"exports": {

0 commit comments

Comments
 (0)