@lodestar/beacon-node 1.47.0-dev.742db200d1 → 1.47.0-dev.b2cbfa50c2

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 (1) hide show
  1. package/package.json +14 -14
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.47.0-dev.742db200d1",
14
+ "version": "1.47.0-dev.b2cbfa50c2",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -126,17 +126,17 @@
126
126
  "@libp2p/peer-id": "^6.0.4",
127
127
  "@libp2p/prometheus-metrics": "^5.0.14",
128
128
  "@libp2p/tcp": "^11.0.13",
129
- "@lodestar/api": "^1.47.0-dev.742db200d1",
130
- "@lodestar/config": "^1.47.0-dev.742db200d1",
131
- "@lodestar/db": "^1.47.0-dev.742db200d1",
132
- "@lodestar/fork-choice": "^1.47.0-dev.742db200d1",
133
- "@lodestar/logger": "^1.47.0-dev.742db200d1",
134
- "@lodestar/params": "^1.47.0-dev.742db200d1",
135
- "@lodestar/reqresp": "^1.47.0-dev.742db200d1",
136
- "@lodestar/state-transition": "^1.47.0-dev.742db200d1",
137
- "@lodestar/types": "^1.47.0-dev.742db200d1",
138
- "@lodestar/utils": "^1.47.0-dev.742db200d1",
139
- "@lodestar/validator": "^1.47.0-dev.742db200d1",
129
+ "@lodestar/api": "^1.47.0-dev.b2cbfa50c2",
130
+ "@lodestar/config": "^1.47.0-dev.b2cbfa50c2",
131
+ "@lodestar/db": "^1.47.0-dev.b2cbfa50c2",
132
+ "@lodestar/fork-choice": "^1.47.0-dev.b2cbfa50c2",
133
+ "@lodestar/logger": "^1.47.0-dev.b2cbfa50c2",
134
+ "@lodestar/params": "^1.47.0-dev.b2cbfa50c2",
135
+ "@lodestar/reqresp": "^1.47.0-dev.b2cbfa50c2",
136
+ "@lodestar/state-transition": "^1.47.0-dev.b2cbfa50c2",
137
+ "@lodestar/types": "^1.47.0-dev.b2cbfa50c2",
138
+ "@lodestar/utils": "^1.47.0-dev.b2cbfa50c2",
139
+ "@lodestar/validator": "^1.47.0-dev.b2cbfa50c2",
140
140
  "@multiformats/multiaddr": "^13.0.1",
141
141
  "datastore-core": "^11.0.2",
142
142
  "datastore-level": "^12.0.2",
@@ -158,7 +158,7 @@
158
158
  "@libp2p/interface-internal": "^3.0.13",
159
159
  "@libp2p/logger": "^6.2.2",
160
160
  "@libp2p/utils": "^7.0.13",
161
- "@lodestar/spec-test-util": "^1.47.0-dev.742db200d1",
161
+ "@lodestar/spec-test-util": "^1.47.0-dev.b2cbfa50c2",
162
162
  "@types/js-yaml": "^4.0.5",
163
163
  "@types/qs": "^6.9.7",
164
164
  "@types/tmp": "^0.2.3",
@@ -175,5 +175,5 @@
175
175
  "beacon",
176
176
  "blockchain"
177
177
  ],
178
- "gitHead": "50cef4e6ccfb909a80d9f4236e1ee9e55ef88c72"
178
+ "gitHead": "454c68e85c88fe2ba8e533d5f84eba6c8b4dafb5"
179
179
  }