@zenvor/hls.js 1.0.0 → 1.0.1

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.
@@ -533,7 +533,7 @@ function enableLogs(debugConfig, context, id) {
533
533
  // Some browsers don't allow to use bind on console object anyway
534
534
  // fallback to default if needed
535
535
  try {
536
- newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.0.0"}`);
536
+ newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.0.1"}`);
537
537
  } catch (e) {
538
538
  /* log fn threw an exception. All logger methods are no-ops. */
539
539
  return createLogger();
@@ -22621,7 +22621,7 @@ function assignTrackIdsByGroup(tracks) {
22621
22621
  });
22622
22622
  }
22623
22623
 
22624
- const version = "1.0.0";
22624
+ const version = "1.0.1";
22625
22625
 
22626
22626
  // ensure the worker ends up in the bundle
22627
22627
  // If the worker should not be included this gets aliased to empty.js