@appsurify-testmap/rrweb-replay 3.18.0-alpha.1 → 3.19.1-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-replay.cjs +6 -6
- package/dist/rrweb-replay.cjs.map +1 -1
- package/dist/rrweb-replay.js +6 -6
- package/dist/rrweb-replay.js.map +1 -1
- package/dist/rrweb-replay.umd.cjs +6 -6
- package/dist/rrweb-replay.umd.cjs.map +2 -2
- package/dist/rrweb-replay.umd.min.cjs.map +3 -3
- package/package.json +3 -3
package/dist/rrweb-replay.js
CHANGED
|
@@ -225,7 +225,7 @@ try {
|
|
|
225
225
|
}
|
|
226
226
|
} catch (error) {
|
|
227
227
|
}
|
|
228
|
-
const
|
|
228
|
+
const ut$2 = {
|
|
229
229
|
id: "i",
|
|
230
230
|
"data-testid": "tid",
|
|
231
231
|
"data-qa": "qa",
|
|
@@ -246,7 +246,7 @@ const ht$2 = {
|
|
|
246
246
|
text: "x"
|
|
247
247
|
};
|
|
248
248
|
Object.fromEntries(
|
|
249
|
-
Object.entries(
|
|
249
|
+
Object.entries(ut$2).map(([r2, t2]) => [t2, r2])
|
|
250
250
|
);
|
|
251
251
|
const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
|
|
252
252
|
const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
|
|
@@ -4541,7 +4541,7 @@ try {
|
|
|
4541
4541
|
}
|
|
4542
4542
|
} catch (error) {
|
|
4543
4543
|
}
|
|
4544
|
-
const
|
|
4544
|
+
const ut$1 = {
|
|
4545
4545
|
id: "i",
|
|
4546
4546
|
"data-testid": "tid",
|
|
4547
4547
|
"data-qa": "qa",
|
|
@@ -4562,7 +4562,7 @@ const ht$1 = {
|
|
|
4562
4562
|
text: "x"
|
|
4563
4563
|
};
|
|
4564
4564
|
Object.fromEntries(
|
|
4565
|
-
Object.entries(
|
|
4565
|
+
Object.entries(ut$1).map(([r2, t2]) => [t2, r2])
|
|
4566
4566
|
);
|
|
4567
4567
|
function getDefaultExportFromCjs(x2) {
|
|
4568
4568
|
return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
|
|
@@ -9996,7 +9996,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
9996
9996
|
NodeType2[NodeType2["Comment"] = 5] = "Comment";
|
|
9997
9997
|
return NodeType2;
|
|
9998
9998
|
})(NodeType || {});
|
|
9999
|
-
const
|
|
9999
|
+
const ut = {
|
|
10000
10000
|
id: "i",
|
|
10001
10001
|
"data-testid": "tid",
|
|
10002
10002
|
"data-qa": "qa",
|
|
@@ -10017,7 +10017,7 @@ const ht = {
|
|
|
10017
10017
|
text: "x"
|
|
10018
10018
|
};
|
|
10019
10019
|
Object.fromEntries(
|
|
10020
|
-
Object.entries(
|
|
10020
|
+
Object.entries(ut).map(([r2, t2]) => [t2, r2])
|
|
10021
10021
|
);
|
|
10022
10022
|
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
10023
10023
|
var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);
|