@delta-base/core 1.5.0 → 1.5.1

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
@@ -3939,6 +3939,7 @@ declare class SubscriberDurableObject extends DurableObject<Env> {
3939
3939
  private readonly MAX_BATCHES_PER_ALARM;
3940
3940
  private readonly REPLAY_BATCH_SIZE;
3941
3941
  private readonly REPLAY_DELAY_MS;
3942
+ private readonly REPLAY_STALE_TIMEOUT_MS;
3942
3943
  private isAlarmActive;
3943
3944
  private isSchedulingAlarm;
3944
3945
  sql: SqlStorage;