@lodestar/validator 1.37.0-rc.0 → 1.38.0-dev.1f2a3a4524

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr)
4
4
  [![Eth Consensus Spec v1.5.0](https://img.shields.io/badge/ETH%20consensus--spec-1.5.0-blue)](https://github.com/ethereum/consensus-specs/releases/tag/v1.5.0)
5
5
  ![ES Version](https://img.shields.io/badge/ES-2021-yellow)
6
- ![Node Version](https://img.shields.io/badge/node-22.x-green)
6
+ ![Node Version](https://img.shields.io/badge/node-24.x-green)
7
7
 
8
8
  > This package is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/validator",
3
- "version": "1.37.0-rc.0",
3
+ "version": "1.38.0-dev.1f2a3a4524",
4
4
  "description": "A Typescript implementation of the validator client",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -50,19 +50,19 @@
50
50
  "dependencies": {
51
51
  "@chainsafe/blst": "^2.2.0",
52
52
  "@chainsafe/ssz": "^1.2.2",
53
- "@lodestar/api": "1.37.0-rc.0",
54
- "@lodestar/config": "1.37.0-rc.0",
55
- "@lodestar/db": "1.37.0-rc.0",
56
- "@lodestar/params": "1.37.0-rc.0",
57
- "@lodestar/state-transition": "1.37.0-rc.0",
58
- "@lodestar/types": "1.37.0-rc.0",
59
- "@lodestar/utils": "1.37.0-rc.0",
53
+ "@lodestar/api": "1.38.0-dev.1f2a3a4524",
54
+ "@lodestar/config": "1.38.0-dev.1f2a3a4524",
55
+ "@lodestar/db": "1.38.0-dev.1f2a3a4524",
56
+ "@lodestar/params": "1.38.0-dev.1f2a3a4524",
57
+ "@lodestar/state-transition": "1.38.0-dev.1f2a3a4524",
58
+ "@lodestar/types": "1.38.0-dev.1f2a3a4524",
59
+ "@lodestar/utils": "1.38.0-dev.1f2a3a4524",
60
60
  "strict-event-emitter-types": "^2.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@lodestar/test-utils": "1.37.0-rc.0",
63
+ "@lodestar/test-utils": "1.38.0-dev.1f2a3a4524",
64
64
  "bigint-buffer": "^1.1.5",
65
65
  "rimraf": "^4.4.1"
66
66
  },
67
- "gitHead": "f67eb777ee4528e5bb9dc7420c6e7ab28b6e0ff8"
67
+ "gitHead": "632d2b152af0f5bb9447d4a11c78a04a7d9c338b"
68
68
  }