hls.js 1.5.5-0.canary.9980 → 1.5.5-0.canary.9982

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
@@ -556,7 +556,7 @@
556
556
  // Some browsers don't allow to use bind on console object anyway
557
557
  // fallback to default if needed
558
558
  try {
559
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.5-0.canary.9980");
559
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.5-0.canary.9982");
560
560
  } catch (e) {
561
561
  /* log fn threw an exception. All logger methods are no-ops. */
562
562
  return createLogger();
@@ -30023,7 +30023,7 @@
30023
30023
  * Get the video-dev/hls.js package version.
30024
30024
  */
30025
30025
  function get() {
30026
- return "1.5.5-0.canary.9980";
30026
+ return "1.5.5-0.canary.9982";
30027
30027
  }
30028
30028
  }, {
30029
30029
  key: "Events",
package/dist/hls.light.js CHANGED
@@ -525,7 +525,7 @@
525
525
  // Some browsers don't allow to use bind on console object anyway
526
526
  // fallback to default if needed
527
527
  try {
528
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.5-0.canary.9980");
528
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.5-0.canary.9982");
529
529
  } catch (e) {
530
530
  /* log fn threw an exception. All logger methods are no-ops. */
531
531
  return createLogger();
@@ -21257,7 +21257,7 @@
21257
21257
  * Get the video-dev/hls.js package version.
21258
21258
  */
21259
21259
  function get() {
21260
- return "1.5.5-0.canary.9980";
21260
+ return "1.5.5-0.canary.9982";
21261
21261
  }
21262
21262
  }, {
21263
21263
  key: "Events",