@lodestar/utils 1.2.0 → 1.3.0-dev.83e33b8b87
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.
- package/lib/logger/util.d.ts +1 -1
- package/lib/logger/util.js +1 -1
- package/lib/retry.d.ts +1 -1
- package/package.json +2 -2
package/lib/logger/util.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EpochSlotOpts } from "./interface.js";
|
|
2
2
|
/**
|
|
3
|
-
* Formats time as: `EPOCH/SLOT_INDEX SECONDS.
|
|
3
|
+
* Formats time as: `EPOCH/SLOT_INDEX SECONDS.MILLISECONDS
|
|
4
4
|
*/
|
|
5
5
|
export declare function formatEpochSlotTime(opts: EpochSlotOpts, now?: number): string;
|
|
6
6
|
//# sourceMappingURL=util.d.ts.map
|
package/lib/logger/util.js
CHANGED
package/lib/retry.d.ts
CHANGED
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.
|
|
14
|
+
"version": "1.3.0-dev.83e33b8b87",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": "./lib/index.js",
|
|
17
17
|
"files": [
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"beacon",
|
|
58
58
|
"blockchain"
|
|
59
59
|
],
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "46496bd0c7d9cf941a3f2508690da51428f211b6"
|
|
61
61
|
}
|