@secondlayer/cli 1.12.1 → 1.12.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 CHANGED
@@ -32678,7 +32678,7 @@ var {
32678
32678
  // package.json
32679
32679
  var package_default = {
32680
32680
  name: "@secondlayer/cli",
32681
- version: "1.12.1",
32681
+ version: "1.12.2",
32682
32682
  description: "CLI for streams, subgraphs, and real-time blockchain indexing on Stacks",
32683
32683
  type: "module",
32684
32684
  bin: {
@@ -35764,19 +35764,9 @@ ${data.length} subgraph(s) total`));
35764
35764
  ["Created", subgraph.createdAt],
35765
35765
  ["Updated", subgraph.updatedAt]
35766
35766
  ]));
35767
- if (sync && sync.gaps.count > 0 && sync.gaps.ranges.length > 0) {
35767
+ if (sync && sync.gaps.count > 0) {
35768
35768
  console.log(dim(`
35769
- Gap ranges (top 10):`));
35770
- const gapRows = sync.gaps.ranges.map((g) => [
35771
- String(g.start),
35772
- String(g.end),
35773
- String(g.size),
35774
- g.reason
35775
- ]);
35776
- console.log(formatTable(["Start", "End", "Size", "Reason"], gapRows));
35777
- if (sync.gaps.count > sync.gaps.ranges.length) {
35778
- console.log(dim(` ... and ${sync.gaps.count - sync.gaps.ranges.length} more. Run: sl subgraphs gaps ${name}`));
35779
- }
35769
+ Run: sl subgraphs gaps ${name}`));
35780
35770
  }
35781
35771
  const tableEntries = Object.entries(subgraph.tables);
35782
35772
  if (tableEntries.length > 0) {
@@ -37518,5 +37508,5 @@ registerWhoamiCommand(program);
37518
37508
  registerReceiverCommand(program);
37519
37509
  program.parse();
37520
37510
 
37521
- //# debugId=4F67DC8C5DB68FB264756E2164756E21
37511
+ //# debugId=AB1C48D57706E94764756E2164756E21
37522
37512
  //# sourceMappingURL=cli.js.map