Skip to content

Commit 6a1a3d9

Browse files
authored
ts sdk: 0.2.1 version bump (#524)
1 parent 9ea1ec3 commit 6a1a3d9

File tree

8 files changed

+43
-43
lines changed

8 files changed

+43
-43
lines changed

cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/ntt-cli",
3-
"version": "1.0.0-beta",
3+
"version": "0.2.1",
44
"module": "src/index.ts",
55
"type": "module",
66
"devDependencies": {
@@ -17,4 +17,4 @@
1717
"chalk": "^5.3.0",
1818
"yargs": "^17.7.2"
1919
}
20-
}
20+
}

evm/ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-ntt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -46,13 +46,13 @@
4646
"dependencies": {
4747
"@wormhole-foundation/sdk-base": "^0.10.2",
4848
"@wormhole-foundation/sdk-definitions": "^0.10.2",
49-
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
49+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
5050
"@wormhole-foundation/sdk-evm": "^0.10.2",
5151
"@wormhole-foundation/sdk-evm-core": "^0.10.2",
5252
"ethers": "^6.5.1"
5353
},
5454
"peerDependencies": {
55-
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
55+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
5656
"@wormhole-foundation/sdk-base": "^0.10.2",
5757
"@wormhole-foundation/sdk-definitions": "^0.10.2",
5858
"@wormhole-foundation/sdk-evm": "^0.10.2",

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ntt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -36,4 +36,4 @@
3636
"sdk/examples",
3737
"cli"
3838
]
39-
}
39+
}

sdk/definitions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions-ntt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"

sdk/examples/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-examples-ntt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "Apache-2.0",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/cjs/index.d.ts",
@@ -33,9 +33,9 @@
3333
},
3434
"dependencies": {
3535
"@wormhole-foundation/sdk": "^0.10.2",
36-
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
37-
"@wormhole-foundation/sdk-evm-ntt": "0.2.0",
38-
"@wormhole-foundation/sdk-solana-ntt": "0.2.0",
39-
"@wormhole-foundation/sdk-route-ntt": "0.2.0"
36+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
37+
"@wormhole-foundation/sdk-evm-ntt": "0.2.1",
38+
"@wormhole-foundation/sdk-solana-ntt": "0.2.1",
39+
"@wormhole-foundation/sdk-route-ntt": "0.2.1"
4040
}
4141
}

sdk/route/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-route-ntt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
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.2.0",
49-
"@wormhole-foundation/sdk-solana-ntt": "0.2.0",
50-
"@wormhole-foundation/sdk-evm-ntt": "0.2.0",
48+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
49+
"@wormhole-foundation/sdk-solana-ntt": "0.2.1",
50+
"@wormhole-foundation/sdk-evm-ntt": "0.2.1",
5151
"@wormhole-foundation/sdk-connect": "^0.10.2"
5252
},
5353
"peerDependencies": {
5454
"@wormhole-foundation/sdk-connect": "^0.10.2",
55-
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
56-
"@wormhole-foundation/sdk-solana-ntt": "0.2.0",
57-
"@wormhole-foundation/sdk-evm-ntt": "0.2.0"
55+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
56+
"@wormhole-foundation/sdk-solana-ntt": "0.2.1",
57+
"@wormhole-foundation/sdk-evm-ntt": "0.2.1"
5858
},
5959
"type": "module",
6060
"exports": {

solana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-solana-ntt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -62,7 +62,7 @@
6262
"peerDependencies": {
6363
"@wormhole-foundation/sdk-base": "^0.10.2",
6464
"@wormhole-foundation/sdk-definitions": "^0.10.2",
65-
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
65+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
6666
"@wormhole-foundation/sdk-solana": "^0.10.2",
6767
"@wormhole-foundation/sdk-solana-core": "^0.10.2"
6868
},

0 commit comments

Comments
 (0)