hls.js 1.5.14-0.canary.10664 → 1.5.14-0.canary.10668
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 +2 -2
- package/dist/hls.light.js +2 -2
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.min.js +1 -1
- package/dist/hls.mjs +2 -2
- package/dist/hls.worker.js +1 -1
- package/package.json +2 -2
package/dist/hls.js
CHANGED
@@ -542,7 +542,7 @@
|
|
542
542
|
// Some browsers don't allow to use bind on console object anyway
|
543
543
|
// fallback to default if needed
|
544
544
|
try {
|
545
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.
|
545
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10668");
|
546
546
|
} catch (e) {
|
547
547
|
/* log fn threw an exception. All logger methods are no-ops. */
|
548
548
|
return createLogger();
|
@@ -17037,7 +17037,7 @@
|
|
17037
17037
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
17038
17038
|
}
|
17039
17039
|
|
17040
|
-
var version = "1.5.14-0.canary.
|
17040
|
+
var version = "1.5.14-0.canary.10668";
|
17041
17041
|
|
17042
17042
|
// ensure the worker ends up in the bundle
|
17043
17043
|
// If the worker should not be included this gets aliased to empty.js
|
package/dist/hls.light.js
CHANGED
@@ -513,7 +513,7 @@
|
|
513
513
|
// Some browsers don't allow to use bind on console object anyway
|
514
514
|
// fallback to default if needed
|
515
515
|
try {
|
516
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.
|
516
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10668");
|
517
517
|
} catch (e) {
|
518
518
|
/* log fn threw an exception. All logger methods are no-ops. */
|
519
519
|
return createLogger();
|
@@ -15590,7 +15590,7 @@
|
|
15590
15590
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
15591
15591
|
}
|
15592
15592
|
|
15593
|
-
var version = "1.5.14-0.canary.
|
15593
|
+
var version = "1.5.14-0.canary.10668";
|
15594
15594
|
|
15595
15595
|
// ensure the worker ends up in the bundle
|
15596
15596
|
// If the worker should not be included this gets aliased to empty.js
|