@lodestar/api 1.31.0-dev.f289ef5916 → 1.31.0-dev.f7f780ef8f

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.
@@ -1,5 +1,5 @@
1
1
  import { ContainerType, ValueOf } from "@chainsafe/ssz";
2
- import { ChainForkConfig } from "@lodestar/config";
2
+ import { ChainForkConfig, SpecJson } from "@lodestar/config";
3
3
  import { EmptyArgs, EmptyMeta, EmptyRequest } from "../../utils/codecs.js";
4
4
  import { Endpoint, RouteDefinitions } from "../../utils/index.js";
5
5
  export declare const DepositContractType: ContainerType<{
@@ -13,7 +13,7 @@ export declare const ForkListType: import("@chainsafe/ssz").ArrayType<import("@c
13
13
  }>>, unknown, unknown>;
14
14
  export type DepositContract = ValueOf<typeof DepositContractType>;
15
15
  export type ForkList = ValueOf<typeof ForkListType>;
16
- export type Spec = Record<string, string>;
16
+ export type Spec = SpecJson;
17
17
  export type Endpoints = {
18
18
  /**
19
19
  * Get deposit contract address.
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.31.0-dev.f289ef5916",
14
+ "version": "1.31.0-dev.f7f780ef8f",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -72,10 +72,10 @@
72
72
  "dependencies": {
73
73
  "@chainsafe/persistent-merkle-tree": "^1.1.0",
74
74
  "@chainsafe/ssz": "^1.2.0",
75
- "@lodestar/config": "1.31.0-dev.f289ef5916",
76
- "@lodestar/params": "1.31.0-dev.f289ef5916",
77
- "@lodestar/types": "1.31.0-dev.f289ef5916",
78
- "@lodestar/utils": "1.31.0-dev.f289ef5916",
75
+ "@lodestar/config": "1.31.0-dev.f7f780ef8f",
76
+ "@lodestar/params": "1.31.0-dev.f7f780ef8f",
77
+ "@lodestar/types": "1.31.0-dev.f7f780ef8f",
78
+ "@lodestar/utils": "1.31.0-dev.f7f780ef8f",
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": "480c322f842879869c3c11cf185639add6cce52b"
95
+ "gitHead": "bdd6bb5697eeb7b8028e082fc35ca548ddaee32e"
96
96
  }