hls.js 1.5.17-0.canary.10683 → 1.5.17-0.canary.10686

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.light.js CHANGED
@@ -513,7 +513,7 @@
513
513
  // Some browsers don't allow to use bind on console object anyway
514
514
  // fallback to default if needed
515
515
  try {
516
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.17-0.canary.10683");
516
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.17-0.canary.10686");
517
517
  } catch (e) {
518
518
  /* log fn threw an exception. All logger methods are no-ops. */
519
519
  return createLogger();
@@ -15631,7 +15631,7 @@
15631
15631
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
15632
15632
  }
15633
15633
 
15634
- var version = "1.5.17-0.canary.10683";
15634
+ var version = "1.5.17-0.canary.10686";
15635
15635
 
15636
15636
  // ensure the worker ends up in the bundle
15637
15637
  // If the worker should not be included this gets aliased to empty.js