|
1 | 1 | {
|
2 | 2 | "name": "@chainsafe/lodestar",
|
3 |
| - "version": "1.18.1", |
| 3 | + "version": "1.19.0", |
4 | 4 | "description": "Command line interface for lodestar",
|
5 | 5 | "author": "ChainSafe Systems",
|
6 | 6 | "license": "LGPL-3.0",
|
|
51 | 51 | "blockchain"
|
52 | 52 | ],
|
53 | 53 | "dependencies": {
|
54 |
| - "@chainsafe/blst": "^1.0.1", |
55 | 54 | "@chainsafe/bls-keygen": "^0.4.0",
|
56 | 55 | "@chainsafe/bls-keystore": "^3.0.1",
|
| 56 | + "@chainsafe/blst": "^1.0.1", |
57 | 57 | "@chainsafe/discv5": "^9.0.0",
|
58 | 58 | "@chainsafe/enr": "^3.0.0",
|
59 | 59 | "@chainsafe/persistent-merkle-tree": "^0.7.1",
|
|
62 | 62 | "@libp2p/crypto": "^4.1.0",
|
63 | 63 | "@libp2p/peer-id": "^4.1.0",
|
64 | 64 | "@libp2p/peer-id-factory": "^4.1.0",
|
65 |
| - "@lodestar/api": "^1.18.1", |
66 |
| - "@lodestar/beacon-node": "^1.18.1", |
67 |
| - "@lodestar/config": "^1.18.1", |
68 |
| - "@lodestar/db": "^1.18.1", |
69 |
| - "@lodestar/light-client": "^1.18.1", |
70 |
| - "@lodestar/logger": "^1.18.1", |
71 |
| - "@lodestar/params": "^1.18.1", |
72 |
| - "@lodestar/state-transition": "^1.18.1", |
73 |
| - "@lodestar/types": "^1.18.1", |
74 |
| - "@lodestar/utils": "^1.18.1", |
75 |
| - "@lodestar/validator": "^1.18.1", |
| 65 | + "@lodestar/api": "^1.19.0", |
| 66 | + "@lodestar/beacon-node": "^1.19.0", |
| 67 | + "@lodestar/config": "^1.19.0", |
| 68 | + "@lodestar/db": "^1.19.0", |
| 69 | + "@lodestar/light-client": "^1.19.0", |
| 70 | + "@lodestar/logger": "^1.19.0", |
| 71 | + "@lodestar/params": "^1.19.0", |
| 72 | + "@lodestar/state-transition": "^1.19.0", |
| 73 | + "@lodestar/types": "^1.19.0", |
| 74 | + "@lodestar/utils": "^1.19.0", |
| 75 | + "@lodestar/validator": "^1.19.0", |
76 | 76 | "@multiformats/multiaddr": "^12.1.3",
|
77 | 77 | "deepmerge": "^4.3.1",
|
78 | 78 | "ethers": "^6.7.0",
|
|
88 | 88 | "yargs": "^17.7.1"
|
89 | 89 | },
|
90 | 90 | "devDependencies": {
|
91 |
| - "@lodestar/test-utils": "^1.18.1", |
| 91 | + "@lodestar/test-utils": "^1.19.0", |
92 | 92 | "@types/debug": "^4.1.7",
|
93 | 93 | "@types/got": "^9.6.12",
|
94 | 94 | "@types/inquirer": "^9.0.3",
|
|
0 commit comments