@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.
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Pillarbox = factory());
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.21.2";
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
- return pillarbox;
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