@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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1201,6 +1201,7 @@ var isPlayReadySupported = () => {
|
|
|
1201
1201
|
return isXbox || (isEdge || isIE) && isWindows;
|
|
1202
1202
|
};
|
|
1203
1203
|
var supportsWidevinePersistentLicenses = () => {
|
|
1204
|
+
return false;
|
|
1204
1205
|
if (typeof navigator === "undefined") {
|
|
1205
1206
|
return false;
|
|
1206
1207
|
}
|
|
@@ -1225,7 +1226,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1225
1226
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1226
1227
|
|
|
1227
1228
|
// package.json
|
|
1228
|
-
var version = "1.0.1-rc.
|
|
1229
|
+
var version = "1.0.1-rc.64";
|
|
1229
1230
|
|
|
1230
1231
|
// src/utils/licenseCache.ts
|
|
1231
1232
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|