@lodestar/reqresp 1.20.0-dev.ff253a7e4b → 1.20.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
@@ -53,7 +53,7 @@ You will need to go over the [specification](https://github.com/ethereum/beacon-
53
53
  ## Getting started
54
54
 
55
55
  - Follow the [installation guide](https://chainsafe.github.io/lodestar/) to install Lodestar.
56
- - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet/).
56
+ - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/contribution/advanced-topics/setting-up-a-testnet/).
57
57
 
58
58
  ## Contributors
59
59
 
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.20.0-dev.ff253a7e4b",
14
+ "version": "1.20.0",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -54,9 +54,9 @@
54
54
  "dependencies": {
55
55
  "@chainsafe/fast-crc32c": "^4.1.1",
56
56
  "@libp2p/interface": "^1.3.0",
57
- "@lodestar/config": "1.20.0-dev.ff253a7e4b",
58
- "@lodestar/params": "1.20.0-dev.ff253a7e4b",
59
- "@lodestar/utils": "1.20.0-dev.ff253a7e4b",
57
+ "@lodestar/config": "^1.20.0",
58
+ "@lodestar/params": "^1.20.0",
59
+ "@lodestar/utils": "^1.20.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.20.0-dev.ff253a7e4b",
69
- "@lodestar/types": "1.20.0-dev.ff253a7e4b",
68
+ "@lodestar/logger": "^1.20.0",
69
+ "@lodestar/types": "^1.20.0",
70
70
  "libp2p": "1.4.3"
71
71
  },
72
72
  "peerDependencies": {
@@ -80,5 +80,5 @@
80
80
  "reqresp",
81
81
  "blockchain"
82
82
  ],
83
- "gitHead": "207be15acfe3aa0b91582e39ae2fdb170e2d76f1"
83
+ "gitHead": "27b9c03589d0927813b6c16bd1a5ee54cf0b79ef"
84
84
  }