|
1 | 1 | { |
2 | 2 | "name": "@wormhole-foundation/sdk-evm-ntt", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.3.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.10.2", |
48 | | - "@wormhole-foundation/sdk-definitions": "^0.10.2", |
49 | | - "@wormhole-foundation/sdk-definitions-ntt": "0.2.1", |
50 | | - "@wormhole-foundation/sdk-evm": "^0.10.2", |
51 | | - "@wormhole-foundation/sdk-evm-core": "^0.10.2", |
| 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", |
52 | 52 | "ethers": "^6.5.1" |
53 | 53 | }, |
54 | 54 | "peerDependencies": { |
55 | | - "@wormhole-foundation/sdk-definitions-ntt": "0.2.1", |
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" |
| 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" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | 62 | "@typechain/ethers-v6": "^0.5.1", |
|
0 commit comments