1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-ntt" ,
3
- "version" : " 0.1.0-beta .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
44
44
"test" : " jest --config ./jest.config.ts"
45
45
},
46
46
"dependencies" : {
47
- "@wormhole-foundation/sdk-base" : " ^0.9.1 " ,
48
- "@wormhole-foundation/sdk-definitions" : " ^0.9.1 " ,
49
- "@wormhole-foundation/sdk-definitions-ntt" : " 0.1.0-beta .0" ,
50
- "@wormhole-foundation/sdk-evm" : " ^0.9.1 " ,
51
- "@wormhole-foundation/sdk-evm-core" : " ^0.9.1 " ,
47
+ "@wormhole-foundation/sdk-base" : " ^0.10.2 " ,
48
+ "@wormhole-foundation/sdk-definitions" : " ^0.10.2 " ,
49
+ "@wormhole-foundation/sdk-definitions-ntt" : " 0.2 .0" ,
50
+ "@wormhole-foundation/sdk-evm" : " ^0.10.2 " ,
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.1.0-beta .0" ,
56
- "@wormhole-foundation/sdk-base" : " ^0.9.1 " ,
57
- "@wormhole-foundation/sdk-definitions" : " ^0.9.1 " ,
58
- "@wormhole-foundation/sdk-evm" : " ^0.9.1 " ,
59
- "@wormhole-foundation/sdk-evm-core" : " ^0.9.1 "
55
+ "@wormhole-foundation/sdk-definitions-ntt" : " 0.2 .0" ,
56
+ "@wormhole-foundation/sdk-base" : " ^0.10.2 " ,
57
+ "@wormhole-foundation/sdk-definitions" : " ^0.10.2 " ,
58
+ "@wormhole-foundation/sdk-evm" : " ^0.10.2 " ,
59
+ "@wormhole-foundation/sdk-evm-core" : " ^0.10.2 "
60
60
},
61
61
"devDependencies" : {
62
62
"@typechain/ethers-v6" : " ^0.5.1" ,
76
76
}
77
77
}
78
78
}
79
- }
79
+ }
0 commit comments