@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.
@@ -16084,9 +16084,7 @@ class NavigationManager {
16084
16084
  });
16085
16085
  this.settlingObserver.observe(this.doc, {
16086
16086
  childList: true,
16087
- subtree: true,
16088
- attributes: true,
16089
- characterData: true
16087
+ subtree: true
16090
16088
  });
16091
16089
  this.settleCheckTimer = setTimeout(
16092
16090
  () => this.checkSettled(),
@@ -16221,7 +16219,7 @@ class ProcessedNodeManager {
16221
16219
  destroy() {
16222
16220
  }
16223
16221
  }
16224
- const version$1 = "3.4.0-alpha.1";
16222
+ const version$1 = "3.5.0-alpha.1";
16225
16223
  let wrappedEmit;
16226
16224
  let takeFullSnapshot$1;
16227
16225
  let canvasManager;