@lodestar/api 1.32.0-dev.db77aaa8b6 → 1.32.0-dev.e65e01e81f

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.
@@ -48,7 +48,7 @@ export declare enum EventType {
48
48
  lightClientFinalityUpdate = "light_client_finality_update",
49
49
  /** Payload attributes for block proposal */
50
50
  payloadAttributes = "payload_attributes",
51
- /** The node has received a valid BlobSidecar (from P2P or API) */
51
+ /** The node has received a valid blobSidecar (from P2P or API) */
52
52
  blobSidecar = "blob_sidecar"
53
53
  }
54
54
  export declare const eventTypes: {
@@ -49,7 +49,7 @@ export var EventType;
49
49
  EventType["lightClientFinalityUpdate"] = "light_client_finality_update";
50
50
  /** Payload attributes for block proposal */
51
51
  EventType["payloadAttributes"] = "payload_attributes";
52
- /** The node has received a valid BlobSidecar (from P2P or API) */
52
+ /** The node has received a valid blobSidecar (from P2P or API) */
53
53
  EventType["blobSidecar"] = "blob_sidecar";
54
54
  })(EventType || (EventType = {}));
55
55
  export const eventTypes = {
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.32.0-dev.db77aaa8b6",
14
+ "version": "1.32.0-dev.e65e01e81f",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -72,10 +72,10 @@
72
72
  "dependencies": {
73
73
  "@chainsafe/persistent-merkle-tree": "^1.2.0",
74
74
  "@chainsafe/ssz": "^1.2.1",
75
- "@lodestar/config": "1.32.0-dev.db77aaa8b6",
76
- "@lodestar/params": "1.32.0-dev.db77aaa8b6",
77
- "@lodestar/types": "1.32.0-dev.db77aaa8b6",
78
- "@lodestar/utils": "1.32.0-dev.db77aaa8b6",
75
+ "@lodestar/config": "1.32.0-dev.e65e01e81f",
76
+ "@lodestar/params": "1.32.0-dev.e65e01e81f",
77
+ "@lodestar/types": "1.32.0-dev.e65e01e81f",
78
+ "@lodestar/utils": "1.32.0-dev.e65e01e81f",
79
79
  "eventsource": "^2.0.2",
80
80
  "qs": "^6.11.1"
81
81
  },
@@ -92,5 +92,5 @@
92
92
  "api",
93
93
  "blockchain"
94
94
  ],
95
- "gitHead": "ec726da59d1bccccce97c550cf50286f78c44208"
95
+ "gitHead": "a1aaa620314d21ba21b4299cde59638f28970759"
96
96
  }