|
1 | 1 | { |
2 | 2 | "author": "Richard Moore <[email protected]>", |
3 | 3 | "dependencies": { |
4 | | - "@ethersproject/address": ">=5.0.0-beta.134", |
5 | | - "@ethersproject/bignumber": ">=5.0.0-beta.138", |
6 | | - "@ethersproject/bytes": ">=5.0.0-beta.137", |
7 | | - "@ethersproject/constants": ">=5.0.0-beta.133", |
8 | | - "@ethersproject/hash": ">=5.0.0-beta.133", |
9 | | - "@ethersproject/keccak256": ">=5.0.0-beta.131", |
10 | | - "@ethersproject/logger": ">=5.0.0-beta.137", |
11 | | - "@ethersproject/properties": ">=5.0.0-beta.140", |
12 | | - "@ethersproject/strings": ">=5.0.0-beta.136" |
| 4 | + "@ethersproject/address": "^5.0.0", |
| 5 | + "@ethersproject/bignumber": "^5.0.0", |
| 6 | + "@ethersproject/bytes": "^5.0.0", |
| 7 | + "@ethersproject/constants": "^5.0.0", |
| 8 | + "@ethersproject/hash": "^5.0.0", |
| 9 | + "@ethersproject/keccak256": "^5.0.0", |
| 10 | + "@ethersproject/logger": "^5.0.0", |
| 11 | + "@ethersproject/properties": "^5.0.0", |
| 12 | + "@ethersproject/strings": "^5.0.0" |
13 | 13 | }, |
14 | 14 | "description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.", |
15 | 15 | "ethereum": "donations.ethers.eth", |
|
31 | 31 | "scripts": { |
32 | 32 | "test": "echo \"Error: no test specified\" && exit 1" |
33 | 33 | }, |
34 | | - "tarballHash": "0x03c2682593f06045039a553285c72ba60f2313738637c5aed8509c634051aadb", |
| 34 | + "tarballHash": "0x5d90239f22a88b4731839c476e615cd20913db0415656404a10293051c04378d", |
35 | 35 | "types": "./lib/index.d.ts", |
36 | | - "version": "5.0.0-beta.156" |
| 36 | + "version": "5.0.0" |
37 | 37 | } |
0 commit comments