@appsurify-testmap/rrweb-all 2.1.3-alpha.1 → 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.
package/dist/rrweb-all.js CHANGED
@@ -14514,7 +14514,7 @@ class VisibilityManager {
14514
14514
  }
14515
14515
  }
14516
14516
  }
14517
- const version$1 = "2.1.3-alpha.1";
14517
+ const version$1 = "2.1.3-alpha.3";
14518
14518
  let wrappedEmit;
14519
14519
  let takeFullSnapshot$1;
14520
14520
  let canvasManager;
@@ -15713,7 +15713,7 @@ function createPlayerService(context, { getCastFn, applyEventsSynchronously, emi
15713
15713
  if (lastPlayedTimestamp && lastPlayedTimestamp < baselineTime && (event.timestamp <= lastPlayedTimestamp || event === lastPlayedEvent)) {
15714
15714
  continue;
15715
15715
  }
15716
- if (event.timestamp < baselineTime) {
15716
+ if (event.timestamp <= baselineTime) {
15717
15717
  syncEvents.push(event);
15718
15718
  } else {
15719
15719
  const castFn = getCastFn(event, false);
@@ -18005,7 +18005,7 @@ class Replayer {
18005
18005
  this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
18006
18006
  }
18007
18007
  }
18008
- const version = "2.1.3-alpha.1";
18008
+ const version = "2.1.3-alpha.3";
18009
18009
  const { getVersion } = record;
18010
18010
  const { isRecording } = record;
18011
18011
  const { flushCustomEventQueue } = record;