@secondlayer/cli 3.5.1 → 3.5.2
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/dist/cli.js +2 -3
- package/dist/cli.js.map +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -32437,7 +32437,7 @@ var {
|
|
|
32437
32437
|
// package.json
|
|
32438
32438
|
var package_default = {
|
|
32439
32439
|
name: "@secondlayer/cli",
|
|
32440
|
-
version: "3.5.
|
|
32440
|
+
version: "3.5.2",
|
|
32441
32441
|
description: "CLI for subgraphs and blockchain indexing on Stacks",
|
|
32442
32442
|
type: "module",
|
|
32443
32443
|
bin: {
|
|
@@ -34896,7 +34896,6 @@ ${data.length} subgraph(s) total`));
|
|
|
34896
34896
|
["Gaps", gapSummary],
|
|
34897
34897
|
["Last Block", String(subgraph.lastProcessedBlock)],
|
|
34898
34898
|
["Row Count", rowCounts],
|
|
34899
|
-
["Total Events", String(subgraph.health.totalProcessed)],
|
|
34900
34899
|
["Total Errors", String(subgraph.health.totalErrors)],
|
|
34901
34900
|
["Error Rate", errorRate],
|
|
34902
34901
|
["Last Error", subgraph.health.lastError ?? "none"],
|
|
@@ -36452,5 +36451,5 @@ registerLocalCommand(program);
|
|
|
36452
36451
|
registerAccountCommand(program);
|
|
36453
36452
|
program.parse();
|
|
36454
36453
|
|
|
36455
|
-
//# debugId=
|
|
36454
|
+
//# debugId=8D29D5D4F1C33F0564756E2164756E21
|
|
36456
36455
|
//# sourceMappingURL=cli.js.map
|