@astralform/js 6.0.3 → 6.0.4

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.cjs CHANGED
@@ -2827,6 +2827,7 @@ var StreamManager = class {
2827
2827
  );
2828
2828
  }
2829
2829
  if (stopReplay()) return false;
2830
+ this.emit({ type: "restoreSettled", conversationId });
2830
2831
  const versionCount = replayableJobs.filter(
2831
2832
  (j) => j.status === "completed"
2832
2833
  ).length;