|
5 | 5 | "main": "./dist/cjs/index.js",
|
6 | 6 | "module": "./dist/index.js",
|
7 | 7 | "types": "./dist/index.d.ts",
|
8 |
| - "exports": { |
9 |
| - "require": "./dist/cjs/index.js", |
10 |
| - "import": "./dist/index.js" |
11 |
| - }, |
12 | 8 | "scripts": {
|
13 | 9 | "watch": "tsc -w -p ./tsconfig.json",
|
14 | 10 | "build": "yarn clean && tsc --project ./tsconfig.json && tsc --project ./tsconfig.cjs.json",
|
|
78 | 74 | "url": "https://github.com/lifinance/sdk/issues"
|
79 | 75 | },
|
80 | 76 | "dependencies": {
|
81 |
| - "@ethersproject/abi": "^5.6.4", |
82 |
| - "@ethersproject/contracts": "^5.6.2", |
| 77 | + "@ethersproject/abi": "^5.7.0", |
| 78 | + "@ethersproject/contracts": "^5.7.0", |
83 | 79 | "@lifi/types": "^1.5.1",
|
84 | 80 | "axios": "^0.27.2",
|
85 | 81 | "bignumber.js": "^9.1.0",
|
86 | 82 | "eth-rpc-errors": "^4.0.3",
|
87 |
| - "ethers": "^5.6.9" |
| 83 | + "ethers": "^5.7.0" |
88 | 84 | },
|
89 | 85 | "devDependencies": {
|
90 | 86 | "@commitlint/cli": "^17.0.3",
|
91 | 87 | "@commitlint/config-conventional": "^17.0.3",
|
92 | 88 | "@types/bip39": "^3.0.0",
|
93 | 89 | "@types/chai": "^4.3.3",
|
94 | 90 | "@types/hdkey": "^2.0.0",
|
95 |
| - "@types/jest": "^28.1.7", |
| 91 | + "@types/jest": "^28.1.8", |
96 | 92 | "@types/websocket": "^1.0.4",
|
97 |
| - "@typescript-eslint/eslint-plugin": "^5.33.1", |
98 |
| - "@typescript-eslint/parser": "^5.33.1", |
| 93 | + "@typescript-eslint/eslint-plugin": "^5.34.0", |
| 94 | + "@typescript-eslint/parser": "^5.34.0", |
99 | 95 | "eslint": "^8.22.0",
|
100 | 96 | "eslint-config-prettier": "^8.3.0",
|
101 | 97 | "eslint-plugin-prettier": "^4.2.1",
|
|
0 commit comments