hls.js 1.5.14-0.canary.10660 → 1.5.14-0.canary.10662

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
@@ -542,7 +542,7 @@
542
542
  // Some browsers don't allow to use bind on console object anyway
543
543
  // fallback to default if needed
544
544
  try {
545
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10660");
545
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10662");
546
546
  } catch (e) {
547
547
  /* log fn threw an exception. All logger methods are no-ops. */
548
548
  return createLogger();
@@ -17037,7 +17037,7 @@
17037
17037
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
17038
17038
  }
17039
17039
 
17040
- var version = "1.5.14-0.canary.10660";
17040
+ var version = "1.5.14-0.canary.10662";
17041
17041
 
17042
17042
  // ensure the worker ends up in the bundle
17043
17043
  // If the worker should not be included this gets aliased to empty.js
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.14-0.canary.10660");
516
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10662");
517
517
  } catch (e) {
518
518
  /* log fn threw an exception. All logger methods are no-ops. */
519
519
  return createLogger();
@@ -15590,7 +15590,7 @@
15590
15590
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
15591
15591
  }
15592
15592
 
15593
- var version = "1.5.14-0.canary.10660";
15593
+ var version = "1.5.14-0.canary.10662";
15594
15594
 
15595
15595
  // ensure the worker ends up in the bundle
15596
15596
  // If the worker should not be included this gets aliased to empty.js