@lodestar/reqresp 1.30.0-dev.fa898bb319 → 1.30.0

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 +7 -7
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Lodestar Eth Consensus Req/Resp Protocol
2
2
 
3
3
  [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr)
4
- [![ETH Beacon APIs Spec v2.5.0](https://img.shields.io/badge/ETH%20beacon--APIs-2.5.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.5.0)
4
+ [![ETH Beacon APIs Spec v3.1.0](https://img.shields.io/badge/ETH%20beacon--APIs-3.1.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v3.1.0)
5
5
  ![ES Version](https://img.shields.io/badge/ES-2021-yellow)
6
6
  ![Node Version](https://img.shields.io/badge/node-22.x-green)
7
7
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.30.0-dev.fa898bb319",
14
+ "version": "1.30.0",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -54,9 +54,9 @@
54
54
  "dependencies": {
55
55
  "@chainsafe/fast-crc32c": "^4.2.0",
56
56
  "@libp2p/interface": "^2.7.0",
57
- "@lodestar/config": "1.30.0-dev.fa898bb319",
58
- "@lodestar/params": "1.30.0-dev.fa898bb319",
59
- "@lodestar/utils": "1.30.0-dev.fa898bb319",
57
+ "@lodestar/config": "^1.30.0",
58
+ "@lodestar/params": "^1.30.0",
59
+ "@lodestar/utils": "^1.30.0",
60
60
  "it-all": "^3.0.4",
61
61
  "it-pipe": "^3.0.1",
62
62
  "snappy": "^7.2.2",
@@ -65,8 +65,8 @@
65
65
  "uint8arraylist": "^2.4.7"
66
66
  },
67
67
  "devDependencies": {
68
- "@lodestar/logger": "1.30.0-dev.fa898bb319",
69
- "@lodestar/types": "1.30.0-dev.fa898bb319",
68
+ "@lodestar/logger": "^1.30.0",
69
+ "@lodestar/types": "^1.30.0",
70
70
  "libp2p": "2.8.2"
71
71
  },
72
72
  "peerDependencies": {
@@ -80,5 +80,5 @@
80
80
  "reqresp",
81
81
  "blockchain"
82
82
  ],
83
- "gitHead": "9bd944add3247a4c2d2125c9b542d391468a2ad8"
83
+ "gitHead": "1a34f98e3d95246b540dbc918f480b2d4d42ab77"
84
84
  }