@betterbugs/all 2.0.0-alpha.21 → 2.0.0-alpha.22
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/all.cjs +1 -1
- package/dist/all.cjs.map +1 -1
- package/dist/all.js +1 -1
- package/dist/all.js.map +1 -1
- package/dist/all.umd.cjs +1 -1
- package/dist/all.umd.cjs.map +1 -1
- package/dist/all.umd.min.cjs +1 -1
- package/dist/all.umd.min.cjs.map +2 -2
- package/package.json +4 -4
- package/umd/all.js +1 -1
- package/umd/all.min.js +1 -1
package/dist/all.cjs
CHANGED
|
@@ -15907,7 +15907,7 @@ class Replayer {
|
|
|
15907
15907
|
speed: 1,
|
|
15908
15908
|
maxSpeed: 360,
|
|
15909
15909
|
root: document.body,
|
|
15910
|
-
loadTimeout:
|
|
15910
|
+
loadTimeout: 0,
|
|
15911
15911
|
skipInactive: false,
|
|
15912
15912
|
inactivePeriodThreshold: 10 * 1e3,
|
|
15913
15913
|
showWarning: true,
|