@appsurify-testmap/rrweb-all 2.1.3-alpha.1 → 2.1.3-alpha.2
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.cjs
CHANGED
|
@@ -14516,7 +14516,7 @@ class VisibilityManager {
|
|
|
14516
14516
|
}
|
|
14517
14517
|
}
|
|
14518
14518
|
}
|
|
14519
|
-
const version$1 = "2.1.3-alpha.
|
|
14519
|
+
const version$1 = "2.1.3-alpha.2";
|
|
14520
14520
|
let wrappedEmit;
|
|
14521
14521
|
let takeFullSnapshot$1;
|
|
14522
14522
|
let canvasManager;
|
|
@@ -18007,7 +18007,7 @@ class Replayer {
|
|
|
18007
18007
|
this.config.logger.log(REPLAY_CONSOLE_PREFIX, ...args);
|
|
18008
18008
|
}
|
|
18009
18009
|
}
|
|
18010
|
-
const version = "2.1.3-alpha.
|
|
18010
|
+
const version = "2.1.3-alpha.2";
|
|
18011
18011
|
const { getVersion } = record;
|
|
18012
18012
|
const { isRecording } = record;
|
|
18013
18013
|
const { flushCustomEventQueue } = record;
|