hls.js 1.5.14-0.canary.10672 → 1.5.14-0.canary.10674
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.10674");
|
546
546
|
} catch (e) {
|
547
547
|
/* log fn threw an exception. All logger methods are no-ops. */
|
548
548
|
return createLogger();
|
@@ -17084,7 +17084,7 @@
|
|
17084
17084
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
17085
17085
|
}
|
17086
17086
|
|
17087
|
-
var version = "1.5.14-0.canary.
|
17087
|
+
var version = "1.5.14-0.canary.10674";
|
17088
17088
|
|
17089
17089
|
// ensure the worker ends up in the bundle
|
17090
17090
|
// 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.10674");
|
517
517
|
} catch (e) {
|
518
518
|
/* log fn threw an exception. All logger methods are no-ops. */
|
519
519
|
return createLogger();
|
@@ -15631,7 +15631,7 @@
|
|
15631
15631
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
15632
15632
|
}
|
15633
15633
|
|
15634
|
-
var version = "1.5.14-0.canary.
|
15634
|
+
var version = "1.5.14-0.canary.10674";
|
15635
15635
|
|
15636
15636
|
// ensure the worker ends up in the bundle
|
15637
15637
|
// If the worker should not be included this gets aliased to empty.js
|