File tree 8 files changed +43
-43
lines changed
8 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/ntt-cli" ,
3
- "version" : " 1.0.0-beta " ,
3
+ "version" : " 0.2.1 " ,
4
4
"module" : " src/index.ts" ,
5
5
"type" : " module" ,
6
6
"devDependencies" : {
17
17
"chalk" : " ^5.3.0" ,
18
18
"yargs" : " ^17.7.2"
19
19
}
20
- }
20
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-ntt" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
46
46
"dependencies" : {
47
47
"@wormhole-foundation/sdk-base" : " ^0.10.2" ,
48
48
"@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 " ,
50
50
"@wormhole-foundation/sdk-evm" : " ^0.10.2" ,
51
51
"@wormhole-foundation/sdk-evm-core" : " ^0.10.2" ,
52
52
"ethers" : " ^6.5.1"
53
53
},
54
54
"peerDependencies" : {
55
- "@wormhole-foundation/sdk-definitions-ntt" : " 0.2.0 " ,
55
+ "@wormhole-foundation/sdk-definitions-ntt" : " 0.2.1 " ,
56
56
"@wormhole-foundation/sdk-base" : " ^0.10.2" ,
57
57
"@wormhole-foundation/sdk-definitions" : " ^0.10.2" ,
58
58
"@wormhole-foundation/sdk-evm" : " ^0.10.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ntt" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"type" : " module" ,
5
5
"license" : " Apache-2.0" ,
6
6
"scripts" : {
36
36
" sdk/examples" ,
37
37
" cli"
38
38
]
39
- }
39
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-definitions-ntt" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-examples-ntt" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"types" : " ./dist/cjs/index.d.ts" ,
33
33
},
34
34
"dependencies" : {
35
35
"@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 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-route-ntt" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
45
45
"ts-node" : " ^10.9.2"
46
46
},
47
47
"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 " ,
51
51
"@wormhole-foundation/sdk-connect" : " ^0.10.2"
52
52
},
53
53
"peerDependencies" : {
54
54
"@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 "
58
58
},
59
59
"type" : " module" ,
60
60
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-solana-ntt" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
62
62
"peerDependencies" : {
63
63
"@wormhole-foundation/sdk-base" : " ^0.10.2" ,
64
64
"@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 " ,
66
66
"@wormhole-foundation/sdk-solana" : " ^0.10.2" ,
67
67
"@wormhole-foundation/sdk-solana-core" : " ^0.10.2"
68
68
},
You can’t perform that action at this time.
0 commit comments