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