hls.js 1.5.14-0.canary.10578 → 1.5.14-0.canary.10580

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
@@ -523,7 +523,7 @@
523
523
  // Some browsers don't allow to use bind on console object anyway
524
524
  // fallback to default if needed
525
525
  try {
526
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10578");
526
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10580");
527
527
  } catch (e) {
528
528
  /* log fn threw an exception. All logger methods are no-ops. */
529
529
  return createLogger();
@@ -17311,7 +17311,7 @@
17311
17311
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
17312
17312
  }
17313
17313
 
17314
- var version = "1.5.14-0.canary.10578";
17314
+ var version = "1.5.14-0.canary.10580";
17315
17315
 
17316
17316
  // ensure the worker ends up in the bundle
17317
17317
  // If the worker should not be included this gets aliased to empty.js
package/dist/hls.light.js CHANGED
@@ -494,7 +494,7 @@
494
494
  // Some browsers don't allow to use bind on console object anyway
495
495
  // fallback to default if needed
496
496
  try {
497
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10578");
497
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10580");
498
498
  } catch (e) {
499
499
  /* log fn threw an exception. All logger methods are no-ops. */
500
500
  return createLogger();
@@ -19284,7 +19284,7 @@
19284
19284
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
19285
19285
  }
19286
19286
 
19287
- var version = "1.5.14-0.canary.10578";
19287
+ var version = "1.5.14-0.canary.10580";
19288
19288
 
19289
19289
  // ensure the worker ends up in the bundle
19290
19290
  // If the worker should not be included this gets aliased to empty.js