@appsurify-testmap/rrweb-record 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.
@@ -16582,9 +16582,7 @@ class NavigationManager {
16582
16582
  });
16583
16583
  this.settlingObserver.observe(this.doc, {
16584
16584
  childList: true,
16585
- subtree: true,
16586
- attributes: true,
16587
- characterData: true
16585
+ subtree: true
16588
16586
  });
16589
16587
  this.settleCheckTimer = setTimeout(
16590
16588
  () => this.checkSettled(),
@@ -16725,7 +16723,7 @@ class ProcessedNodeManager {
16725
16723
  destroy() {
16726
16724
  }
16727
16725
  }
16728
- const version$1 = "3.4.0-alpha.1";
16726
+ const version$1 = "3.5.0-alpha.1";
16729
16727
  let wrappedEmit;
16730
16728
  let takeFullSnapshot$1;
16731
16729
  let canvasManager;