|
1 | 1 | { |
2 | 2 | "name": "@interchainjs/react", |
3 | | - "version": "1.11.17", |
| 3 | + "version": "1.11.18", |
4 | 4 | "description": "@interchainjs/react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.", |
5 | 5 | "main": "index.js", |
6 | 6 | "module": "esm/index.js", |
|
25 | 25 | "prepare": "npm run build" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@interchainjs/cosmos": "1.11.17", |
29 | | - "@interchainjs/cosmos-types": "1.11.17", |
30 | | - "@interchainjs/encoding": "1.11.17", |
31 | | - "@interchainjs/math": "1.11.17", |
32 | | - "@interchainjs/pubkey": "1.11.17", |
33 | | - "@interchainjs/types": "1.11.17", |
34 | | - "@interchainjs/utils": "1.11.17", |
| 28 | + "@interchainjs/cosmos": "1.11.18", |
| 29 | + "@interchainjs/cosmos-types": "1.11.18", |
| 30 | + "@interchainjs/encoding": "1.11.18", |
| 31 | + "@interchainjs/math": "1.11.18", |
| 32 | + "@interchainjs/pubkey": "1.11.18", |
| 33 | + "@interchainjs/types": "1.11.18", |
| 34 | + "@interchainjs/utils": "1.11.18", |
35 | 35 | "@noble/hashes": "^1.3.1", |
36 | 36 | "decimal.js": "^10.4.3" |
37 | 37 | }, |
|
47 | 47 | "transaction", |
48 | 48 | "cosmjs", |
49 | 49 | "wallet" |
50 | | - ] |
| 50 | + ], |
| 51 | + "gitHead": "84b1c910ea79d1d465bf6cce0dd470cf4dfc890b" |
51 | 52 | } |
0 commit comments