@srgssr/pillarbox-web 1.14.0 → 1.14.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/pillarbox-core.cjs.js +1 -1
- package/dist/pillarbox-core.cjs.min.js +1 -1
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox-core.es.min.js +1 -1
- package/dist/pillarbox-core.umd.js +1 -1
- package/dist/pillarbox-core.umd.min.js +1 -1
- package/dist/pillarbox.cjs.js +1 -2
- package/dist/pillarbox.cjs.min.js +1 -1
- package/dist/pillarbox.cjs.min.js.map +1 -1
- package/dist/pillarbox.es.js +1 -2
- package/dist/pillarbox.es.min.js +1 -1
- package/dist/pillarbox.es.min.js.map +1 -1
- package/dist/pillarbox.umd.js +1 -2
- package/dist/pillarbox.umd.min.js +1 -1
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/dist/types/src/trackers/PillarboxMonitoring.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/pillarbox.umd.js
CHANGED
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
return target;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
var version$8 = "1.
|
|
114
|
+
var version$8 = "1.14.0";
|
|
115
115
|
|
|
116
116
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
117
117
|
|
|
@@ -69902,7 +69902,6 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
|
|
|
69902
69902
|
message: error.message,
|
|
69903
69903
|
name: error.code
|
|
69904
69904
|
}, playbackPosition), {}, {
|
|
69905
|
-
severity: 'Fatal',
|
|
69906
69905
|
url
|
|
69907
69906
|
}));
|
|
69908
69907
|
this.reset();
|