@appsurify-testmap/rrweb 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.cjs CHANGED
@@ -14536,7 +14536,7 @@ class VisibilityManager {
14536
14536
  }
14537
14537
  }
14538
14538
  }
14539
- const version$1 = "2.1.3-alpha.1";
14539
+ const version$1 = "2.1.3-alpha.3";
14540
14540
  let wrappedEmit;
14541
14541
  let takeFullSnapshot$1;
14542
14542
  let canvasManager;
@@ -15735,7 +15735,7 @@ function createPlayerService(context, { getCastFn, applyEventsSynchronously, emi
15735
15735
  if (lastPlayedTimestamp && lastPlayedTimestamp < baselineTime && (event.timestamp <= lastPlayedTimestamp || event === lastPlayedEvent)) {
15736
15736
  continue;
15737
15737
  }
15738
- if (event.timestamp < baselineTime) {
15738
+ if (event.timestamp <= baselineTime) {
15739
15739
  syncEvents.push(event);
15740
15740
  } else {
15741
15741
  const castFn = getCastFn(event, false);
@@ -18035,7 +18035,7 @@ class Replayer {
18035
18035
  this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
18036
18036
  }
18037
18037
  }
18038
- const version = "2.1.3-alpha.1";
18038
+ const version = "2.1.3-alpha.3";
18039
18039
  const { getVersion } = record;
18040
18040
  const { isRecording } = record;
18041
18041
  const { flushCustomEventQueue } = record;