hls.js 1.5.9-0.canary.10310 → 1.5.10-0.canary.10320

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
@@ -580,7 +580,7 @@
580
580
  // Some browsers don't allow to use bind on console object anyway
581
581
  // fallback to default if needed
582
582
  try {
583
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.9-0.canary.10310");
583
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.10-0.canary.10320");
584
584
  } catch (e) {
585
585
  /* log fn threw an exception. All logger methods are no-ops. */
586
586
  return createLogger();
@@ -21694,7 +21694,7 @@
21694
21694
  * Get the video-dev/hls.js package version.
21695
21695
  */
21696
21696
  function get() {
21697
- return "1.5.9-0.canary.10310";
21697
+ return "1.5.10-0.canary.10320";
21698
21698
  }
21699
21699
  }, {
21700
21700
  key: "Events",