hls.js 1.5.6-0.canary.10006 → 1.5.6-0.canary.10008

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
@@ -644,7 +644,7 @@
644
644
  // Some browsers don't allow to use bind on console object anyway
645
645
  // fallback to default if needed
646
646
  try {
647
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.6-0.canary.10006");
647
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.6-0.canary.10008");
648
648
  } catch (e) {
649
649
  /* log fn threw an exception. All logger methods are no-ops. */
650
650
  return createLogger();
@@ -30098,7 +30098,7 @@
30098
30098
  * Get the video-dev/hls.js package version.
30099
30099
  */
30100
30100
  function get() {
30101
- return "1.5.6-0.canary.10006";
30101
+ return "1.5.6-0.canary.10008";
30102
30102
  }
30103
30103
  }, {
30104
30104
  key: "Events",
package/dist/hls.light.js CHANGED
@@ -613,7 +613,7 @@
613
613
  // Some browsers don't allow to use bind on console object anyway
614
614
  // fallback to default if needed
615
615
  try {
616
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.6-0.canary.10006");
616
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.6-0.canary.10008");
617
617
  } catch (e) {
618
618
  /* log fn threw an exception. All logger methods are no-ops. */
619
619
  return createLogger();
@@ -21329,7 +21329,7 @@
21329
21329
  * Get the video-dev/hls.js package version.
21330
21330
  */
21331
21331
  function get() {
21332
- return "1.5.6-0.canary.10006";
21332
+ return "1.5.6-0.canary.10008";
21333
21333
  }
21334
21334
  }, {
21335
21335
  key: "Events",