@srgssr/pillarbox-web 1.22.0 → 1.23.0
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/README.md +35 -2
- package/dist/{pillarbox-core.cjs.js → pillarbox-core.cjs} +2 -2
- package/dist/pillarbox-core.cjs.map +1 -0
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox-core.es.js.map +1 -1
- package/dist/{pillarbox.cjs.js → pillarbox.cjs} +11 -3
- package/dist/pillarbox.cjs.map +1 -0
- package/dist/pillarbox.es.js +1 -1
- package/dist/pillarbox.es.js.map +1 -1
- package/dist/pillarbox.umd.js +17 -6
- package/dist/pillarbox.umd.js.map +1 -1
- package/dist/pillarbox.umd.min.js +8 -8
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/dist/types/{build.es.d.ts → build.d.ts} +1 -1
- package/dist/types/build.d.ts.map +1 -0
- package/package.json +5 -5
- package/dist/pillarbox-core.cjs.js.map +0 -1
- package/dist/pillarbox.cjs.js.map +0 -1
- package/dist/types/build.es.d.ts.map +0 -1
package/dist/pillarbox.umd.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.
|
|
5
|
-
})(this, (function () { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.srgssr = {}));
|
|
5
|
+
})(this, (function (exports) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
8
8
|
try {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
return "symbol" == typeof i ? i : i + "";
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
const version$8 = "1.
|
|
96
|
+
const version$8 = "1.22.0";
|
|
97
97
|
|
|
98
98
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
99
99
|
|
|
@@ -74808,7 +74808,18 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
|
|
|
74808
74808
|
tagCommanderScriptURL: undefined
|
|
74809
74809
|
};
|
|
74810
74810
|
|
|
74811
|
-
|
|
74811
|
+
exports.DataProvider = DataProvider;
|
|
74812
|
+
exports.MediaComposition = MediaComposition;
|
|
74813
|
+
exports.PillarboxMonitoring = PillarboxMonitoring;
|
|
74814
|
+
exports.Player = Player;
|
|
74815
|
+
exports.SRGAnalytics = SRGAnalytics;
|
|
74816
|
+
exports.SrgSsr = SrgSsr;
|
|
74817
|
+
exports.default = pillarbox;
|
|
74818
|
+
|
|
74819
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
74820
|
+
|
|
74821
|
+
window.pillarbox = pillarbox;
|
|
74822
|
+
window.videojs = window.pillarbox;
|
|
74812
74823
|
|
|
74813
74824
|
}));
|
|
74814
74825
|
//# sourceMappingURL=pillarbox.umd.js.map
|