@appsurify-testmap/rrweb-all 3.4.0-alpha.1 → 3.5.0-alpha.1

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.
@@ -18103,9 +18103,7 @@ class NavigationManager {
18103
18103
  });
18104
18104
  this.settlingObserver.observe(this.doc, {
18105
18105
  childList: true,
18106
- subtree: true,
18107
- attributes: true,
18108
- characterData: true
18106
+ subtree: true
18109
18107
  });
18110
18108
  this.settleCheckTimer = setTimeout(
18111
18109
  () => this.checkSettled(),
@@ -18240,7 +18238,7 @@ class ProcessedNodeManager {
18240
18238
  destroy() {
18241
18239
  }
18242
18240
  }
18243
- const version$1 = "3.4.0-alpha.1";
18241
+ const version$1 = "3.5.0-alpha.1";
18244
18242
  let wrappedEmit;
18245
18243
  let takeFullSnapshot$1;
18246
18244
  let canvasManager;
@@ -21811,7 +21809,7 @@ class Replayer {
21811
21809
  this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
21812
21810
  }
21813
21811
  }
21814
- const version = "3.4.0-alpha.1";
21812
+ const version = "3.5.0-alpha.1";
21815
21813
  const { getVersion } = record;
21816
21814
  const { isRecording } = record;
21817
21815
  const { flushCustomEventQueue } = record;