@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.cjs
CHANGED
|
@@ -18123,9 +18123,7 @@ class NavigationManager {
|
|
|
18123
18123
|
});
|
|
18124
18124
|
this.settlingObserver.observe(this.doc, {
|
|
18125
18125
|
childList: true,
|
|
18126
|
-
subtree: true
|
|
18127
|
-
attributes: true,
|
|
18128
|
-
characterData: true
|
|
18126
|
+
subtree: true
|
|
18129
18127
|
});
|
|
18130
18128
|
this.settleCheckTimer = setTimeout(
|
|
18131
18129
|
() => this.checkSettled(),
|
|
@@ -18260,7 +18258,7 @@ class ProcessedNodeManager {
|
|
|
18260
18258
|
destroy() {
|
|
18261
18259
|
}
|
|
18262
18260
|
}
|
|
18263
|
-
const version$1 = "3.
|
|
18261
|
+
const version$1 = "3.5.0-alpha.1";
|
|
18264
18262
|
let wrappedEmit;
|
|
18265
18263
|
let takeFullSnapshot$1;
|
|
18266
18264
|
let canvasManager;
|
|
@@ -21839,7 +21837,7 @@ class Replayer {
|
|
|
21839
21837
|
this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
|
|
21840
21838
|
}
|
|
21841
21839
|
}
|
|
21842
|
-
const version = "3.
|
|
21840
|
+
const version = "3.5.0-alpha.1";
|
|
21843
21841
|
const { getVersion } = record;
|
|
21844
21842
|
const { isRecording } = record;
|
|
21845
21843
|
const { flushCustomEventQueue } = record;
|