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.js CHANGED
@@ -609,7 +609,7 @@
609
609
  // Some browsers don't allow to use bind on console object anyway
610
610
  // fallback to default if needed
611
611
  try {
612
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.9-0.canary.10310");
612
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.10-0.canary.10320");
613
613
  } catch (e) {
614
614
  /* log fn threw an exception. All logger methods are no-ops. */
615
615
  return createLogger();
@@ -30503,7 +30503,7 @@
30503
30503
  * Get the video-dev/hls.js package version.
30504
30504
  */
30505
30505
  function get() {
30506
- return "1.5.9-0.canary.10310";
30506
+ return "1.5.10-0.canary.10320";
30507
30507
  }
30508
30508
  }, {
30509
30509
  key: "Events",