hls.js 1.6.0-beta.1.0.canary.10731 → 1.6.0-beta.1.0.canary.10735

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/hls.js CHANGED
@@ -1054,7 +1054,7 @@
1054
1054
  // Some browsers don't allow to use bind on console object anyway
1055
1055
  // fallback to default if needed
1056
1056
  try {
1057
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10731");
1057
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10735");
1058
1058
  } catch (e) {
1059
1059
  /* log fn threw an exception. All logger methods are no-ops. */
1060
1060
  return createLogger();
@@ -16086,7 +16086,7 @@
16086
16086
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16087
16087
  }
16088
16088
 
16089
- var version = "1.6.0-beta.1.0.canary.10731";
16089
+ var version = "1.6.0-beta.1.0.canary.10735";
16090
16090
 
16091
16091
  // ensure the worker ends up in the bundle
16092
16092
  // If the worker should not be included this gets aliased to empty.js