@appsurify-testmap/rrweb-all 2.1.3-alpha.2 → 2.1.3-alpha.3

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.
@@ -14516,7 +14516,7 @@ class VisibilityManager {
14516
14516
  }
14517
14517
  }
14518
14518
  }
14519
- const version$1 = "2.1.3-alpha.2";
14519
+ const version$1 = "2.1.3-alpha.3";
14520
14520
  let wrappedEmit;
14521
14521
  let takeFullSnapshot$1;
14522
14522
  let canvasManager;
@@ -15715,7 +15715,7 @@ function createPlayerService(context, { getCastFn, applyEventsSynchronously, emi
15715
15715
  if (lastPlayedTimestamp && lastPlayedTimestamp < baselineTime && (event.timestamp <= lastPlayedTimestamp || event === lastPlayedEvent)) {
15716
15716
  continue;
15717
15717
  }
15718
- if (event.timestamp < baselineTime) {
15718
+ if (event.timestamp <= baselineTime) {
15719
15719
  syncEvents.push(event);
15720
15720
  } else {
15721
15721
  const castFn = getCastFn(event, false);
@@ -18007,7 +18007,7 @@ class Replayer {
18007
18007
  this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
18008
18008
  }
18009
18009
  }
18010
- const version = "2.1.3-alpha.2";
18010
+ const version = "2.1.3-alpha.3";
18011
18011
  const { getVersion } = record;
18012
18012
  const { isRecording } = record;
18013
18013
  const { flushCustomEventQueue } = record;