@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.
@@ -14981,7 +14981,7 @@ class VisibilityManager {
14981
14981
  }
14982
14982
  }
14983
14983
  }
14984
- const version$1 = "2.1.3-alpha.2";
14984
+ const version$1 = "2.1.3-alpha.3";
14985
14985
  let wrappedEmit;
14986
14986
  let takeFullSnapshot$1;
14987
14987
  let canvasManager;
@@ -16174,7 +16174,7 @@ function createPlayerService(context, { getCastFn, applyEventsSynchronously, emi
16174
16174
  if (lastPlayedTimestamp && lastPlayedTimestamp < baselineTime && (event.timestamp <= lastPlayedTimestamp || event === lastPlayedEvent)) {
16175
16175
  continue;
16176
16176
  }
16177
- if (event.timestamp < baselineTime) {
16177
+ if (event.timestamp <= baselineTime) {
16178
16178
  syncEvents.push(event);
16179
16179
  } else {
16180
16180
  const castFn = getCastFn(event, false);
@@ -18499,7 +18499,7 @@ class Replayer {
18499
18499
  this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
18500
18500
  }
18501
18501
  }
18502
- const version = "2.1.3-alpha.2";
18502
+ const version = "2.1.3-alpha.3";
18503
18503
  const { getVersion } = record;
18504
18504
  const { isRecording } = record;
18505
18505
  const { flushCustomEventQueue } = record;