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