@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.
- package/dist/rrweb-record.cjs +2 -4
- package/dist/rrweb-record.cjs.map +1 -1
- package/dist/rrweb-record.js +2 -4
- package/dist/rrweb-record.js.map +1 -1
- package/dist/rrweb-record.umd.cjs +2 -4
- package/dist/rrweb-record.umd.cjs.map +2 -2
- package/dist/rrweb-record.umd.min.cjs +1 -1
- package/dist/rrweb-record.umd.min.cjs.map +2 -2
- package/package.json +4 -4
|
@@ -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.
|
|
16726
|
+
const version$1 = "3.5.0-alpha.1";
|
|
16729
16727
|
let wrappedEmit;
|
|
16730
16728
|
let takeFullSnapshot$1;
|
|
16731
16729
|
let canvasManager;
|