@mottosports/motto-video-player 1.0.1-rc.63 → 1.0.1-rc.64

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.mjs CHANGED
@@ -1160,6 +1160,7 @@ var isPlayReadySupported = () => {
1160
1160
  return isXbox || (isEdge || isIE) && isWindows;
1161
1161
  };
1162
1162
  var supportsWidevinePersistentLicenses = () => {
1163
+ return false;
1163
1164
  if (typeof navigator === "undefined") {
1164
1165
  return false;
1165
1166
  }
@@ -1184,7 +1185,7 @@ var supportsWidevinePersistentLicenses = () => {
1184
1185
  import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
1185
1186
 
1186
1187
  // package.json
1187
- var version = "1.0.1-rc.63";
1188
+ var version = "1.0.1-rc.64";
1188
1189
 
1189
1190
  // src/utils/licenseCache.ts
1190
1191
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";