@appsurify-testmap/rrweb-all 2.1.2-alpha.5 → 2.1.3-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-all.cjs +2 -2
- package/dist/rrweb-all.cjs.map +1 -1
- package/dist/rrweb-all.js +2 -2
- package/dist/rrweb-all.js.map +1 -1
- package/dist/rrweb-all.umd.cjs +2 -2
- package/dist/rrweb-all.umd.cjs.map +1 -1
- package/dist/rrweb-all.umd.min.cjs +2 -2
- package/dist/rrweb-all.umd.min.cjs.map +1 -1
- package/package.json +4 -4
package/dist/rrweb-all.js
CHANGED
|
@@ -14514,7 +14514,7 @@ class VisibilityManager {
|
|
|
14514
14514
|
}
|
|
14515
14515
|
}
|
|
14516
14516
|
}
|
|
14517
|
-
const version$1 = "2.1.
|
|
14517
|
+
const version$1 = "2.1.3-alpha.1";
|
|
14518
14518
|
let wrappedEmit;
|
|
14519
14519
|
let takeFullSnapshot$1;
|
|
14520
14520
|
let canvasManager;
|
|
@@ -18005,7 +18005,7 @@ class Replayer {
|
|
|
18005
18005
|
this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
|
|
18006
18006
|
}
|
|
18007
18007
|
}
|
|
18008
|
-
const version = "2.1.
|
|
18008
|
+
const version = "2.1.3-alpha.1";
|
|
18009
18009
|
const { getVersion } = record;
|
|
18010
18010
|
const { isRecording } = record;
|
|
18011
18011
|
const { flushCustomEventQueue } = record;
|