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.
@@ -431,7 +431,7 @@ function enableLogs(debugConfig, context, id) {
431
431
  // Some browsers don't allow to use bind on console object anyway
432
432
  // fallback to default if needed
433
433
  try {
434
- newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.5.5-0.canary.9980"}`);
434
+ newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.5.5-0.canary.9982"}`);
435
435
  } catch (e) {
436
436
  /* log fn threw an exception. All logger methods are no-ops. */
437
437
  return createLogger();
@@ -19923,7 +19923,7 @@ class Hls {
19923
19923
  * Get the video-dev/hls.js package version.
19924
19924
  */
19925
19925
  static get version() {
19926
- return "1.5.5-0.canary.9980";
19926
+ return "1.5.5-0.canary.9982";
19927
19927
  }
19928
19928
 
19929
19929
  /**