hls.js 1.6.1-0.canary.11101 → 1.6.1-0.canary.11103

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
@@ -1194,7 +1194,7 @@
1194
1194
  // Some browsers don't allow to use bind on console object anyway
1195
1195
  // fallback to default if needed
1196
1196
  try {
1197
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.1-0.canary.11101");
1197
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.1-0.canary.11103");
1198
1198
  } catch (e) {
1199
1199
  /* log fn threw an exception. All logger methods are no-ops. */
1200
1200
  return createLogger();
@@ -16716,7 +16716,7 @@
16716
16716
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16717
16717
  }
16718
16718
 
16719
- var version = "1.6.1-0.canary.11101";
16719
+ var version = "1.6.1-0.canary.11103";
16720
16720
 
16721
16721
  // ensure the worker ends up in the bundle
16722
16722
  // If the worker should not be included this gets aliased to empty.js
package/dist/hls.light.js CHANGED
@@ -1165,7 +1165,7 @@
1165
1165
  // Some browsers don't allow to use bind on console object anyway
1166
1166
  // fallback to default if needed
1167
1167
  try {
1168
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.1-0.canary.11101");
1168
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.1-0.canary.11103");
1169
1169
  } catch (e) {
1170
1170
  /* log fn threw an exception. All logger methods are no-ops. */
1171
1171
  return createLogger();
@@ -20417,7 +20417,7 @@
20417
20417
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
20418
20418
  }
20419
20419
 
20420
- var version = "1.6.1-0.canary.11101";
20420
+ var version = "1.6.1-0.canary.11103";
20421
20421
 
20422
20422
  // ensure the worker ends up in the bundle
20423
20423
  // If the worker should not be included this gets aliased to empty.js