@appsurify-testmap/rrweb 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.cjs +3 -5
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.js +3 -5
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +3 -5
- package/dist/rrweb.umd.cjs.map +2 -2
- package/dist/rrweb.umd.min.cjs +2 -2
- package/dist/rrweb.umd.min.cjs.map +2 -2
- package/package.json +5 -5
package/dist/rrweb.umd.cjs
CHANGED
|
@@ -18644,9 +18644,7 @@ class NavigationManager {
|
|
|
18644
18644
|
});
|
|
18645
18645
|
this.settlingObserver.observe(this.doc, {
|
|
18646
18646
|
childList: true,
|
|
18647
|
-
subtree: true
|
|
18648
|
-
attributes: true,
|
|
18649
|
-
characterData: true
|
|
18647
|
+
subtree: true
|
|
18650
18648
|
});
|
|
18651
18649
|
this.settleCheckTimer = setTimeout(
|
|
18652
18650
|
() => this.checkSettled(),
|
|
@@ -18787,7 +18785,7 @@ class ProcessedNodeManager {
|
|
|
18787
18785
|
destroy() {
|
|
18788
18786
|
}
|
|
18789
18787
|
}
|
|
18790
|
-
const version$1 = "3.
|
|
18788
|
+
const version$1 = "3.5.0-alpha.1";
|
|
18791
18789
|
let wrappedEmit;
|
|
18792
18790
|
let takeFullSnapshot$1;
|
|
18793
18791
|
let canvasManager;
|
|
@@ -22386,7 +22384,7 @@ class Replayer {
|
|
|
22386
22384
|
this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
|
|
22387
22385
|
}
|
|
22388
22386
|
}
|
|
22389
|
-
const version = "3.
|
|
22387
|
+
const version = "3.5.0-alpha.1";
|
|
22390
22388
|
const { getVersion } = record;
|
|
22391
22389
|
const { isRecording } = record;
|
|
22392
22390
|
const { flushCustomEventQueue } = record;
|