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