@mottosports/motto-video-player 1.0.1-rc.51 → 1.0.1-rc.52

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/index.js CHANGED
@@ -1211,7 +1211,7 @@ var supportsWidevinePersistentLicenses = () => {
1211
1211
  var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
1212
1212
 
1213
1213
  // package.json
1214
- var version = "1.0.1-rc.51";
1214
+ var version = "1.0.1-rc.52";
1215
1215
 
1216
1216
  // src/utils/licenseCache.ts
1217
1217
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
@@ -3623,6 +3623,7 @@ var Player = (0, import_react12.forwardRef)(
3623
3623
  containerClassName,
3624
3624
  ...videoProps
3625
3625
  }, ref) => {
3626
+ console.log("system73Config", system73Config);
3626
3627
  const videoRef = (0, import_react12.useRef)(null);
3627
3628
  const containerRef = (0, import_react12.useRef)(null);
3628
3629
  (0, import_react12.useImperativeHandle)(ref, () => videoRef.current, []);