|
1 | 1 | { |
2 | 2 | "name": "@interchainjs/react", |
3 | | - "version": "1.17.3", |
| 3 | + "version": "1.17.6", |
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", |
|
32 | 32 | "scripts": { |
33 | 33 | "copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist", |
34 | 34 | "clean": "rimraf dist/**", |
35 | | - "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy", |
| 35 | + "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run fix-esm; npm run copy", |
36 | 36 | "build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy", |
37 | 37 | "lint": "eslint . --fix", |
38 | | - "prepare": "npm run build" |
| 38 | + "prepare": "npm run build", |
| 39 | + "fix-esm": "tsc-esm-fix --target=dist/esm" |
39 | 40 | }, |
40 | 41 | "dependencies": { |
41 | | - "@interchainjs/cosmos": "1.17.3", |
42 | | - "@interchainjs/cosmos-types": "1.17.3", |
43 | | - "@interchainjs/encoding": "1.17.3", |
44 | | - "@interchainjs/math": "1.17.3", |
45 | | - "@interchainjs/pubkey": "1.17.3", |
46 | | - "@interchainjs/types": "1.17.3", |
47 | | - "@interchainjs/utils": "1.17.3", |
| 42 | + "@interchainjs/cosmos": "1.17.6", |
| 43 | + "@interchainjs/cosmos-types": "1.17.6", |
| 44 | + "@interchainjs/encoding": "1.17.6", |
| 45 | + "@interchainjs/math": "1.17.6", |
| 46 | + "@interchainjs/pubkey": "1.17.6", |
| 47 | + "@interchainjs/types": "1.17.6", |
| 48 | + "@interchainjs/utils": "1.17.6", |
48 | 49 | "@noble/hashes": "^1.3.1", |
49 | 50 | "decimal.js": "^10.4.3" |
50 | 51 | }, |
51 | 52 | "devDependencies": { |
52 | | - "@tanstack/react-query": "4.29.1" |
| 53 | + "@tanstack/react-query": "4.29.1", |
| 54 | + "tsc-esm-fix": "^3.1.2" |
53 | 55 | }, |
54 | 56 | "peerDependencies": { |
55 | 57 | "@tanstack/react-query": "4.29.1" |
|
0 commit comments