@hydra-acp/cli 0.1.15 → 0.1.16

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
@@ -1745,6 +1745,7 @@ declare class Session {
1745
1745
  appliedPolicy: HistoryPolicy;
1746
1746
  }>;
1747
1747
  private loadReplay;
1748
+ private buildStateSnapshotReplay;
1748
1749
  replayPendingPermissions(client: AttachedClient): void;
1749
1750
  detach(clientId: string): void;
1750
1751
  private broadcastClientDisconnected;