@hydra-acp/cli 0.1.112 → 0.1.113

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/index.d.ts CHANGED
@@ -2412,8 +2412,10 @@ declare class HistoryStore {
2412
2412
  rewrite(sessionId: string, entries: HistoryEntry[]): Promise<void>;
2413
2413
  compact(sessionId: string, maxEntries: number): Promise<void>;
2414
2414
  private spillToArchive;
2415
+ private sealArchive;
2415
2416
  private resolveNextArchiveIndex;
2416
2417
  private enforceArchiveTierCap;
2418
+ private unlinkArchive;
2417
2419
  private listArchiveIndices;
2418
2420
  listArchives(sessionId: string): Promise<Array<{
2419
2421
  index: number;