hls.js 1.5.10-0.canary.10328 → 1.5.11-0.canary.10330
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 +1 -1
package/dist/hls.js
CHANGED
@@ -609,7 +609,7 @@
|
|
609
609
|
// Some browsers don't allow to use bind on console object anyway
|
610
610
|
// fallback to default if needed
|
611
611
|
try {
|
612
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.
|
612
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.11-0.canary.10330");
|
613
613
|
} catch (e) {
|
614
614
|
/* log fn threw an exception. All logger methods are no-ops. */
|
615
615
|
return createLogger();
|
@@ -30517,7 +30517,7 @@
|
|
30517
30517
|
* Get the video-dev/hls.js package version.
|
30518
30518
|
*/
|
30519
30519
|
function get() {
|
30520
|
-
return "1.5.
|
30520
|
+
return "1.5.11-0.canary.10330";
|
30521
30521
|
}
|
30522
30522
|
}, {
|
30523
30523
|
key: "Events",
|
package/dist/hls.light.js
CHANGED
@@ -580,7 +580,7 @@
|
|
580
580
|
// Some browsers don't allow to use bind on console object anyway
|
581
581
|
// fallback to default if needed
|
582
582
|
try {
|
583
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.
|
583
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.11-0.canary.10330");
|
584
584
|
} catch (e) {
|
585
585
|
/* log fn threw an exception. All logger methods are no-ops. */
|
586
586
|
return createLogger();
|
@@ -21709,7 +21709,7 @@
|
|
21709
21709
|
* Get the video-dev/hls.js package version.
|
21710
21710
|
*/
|
21711
21711
|
function get() {
|
21712
|
-
return "1.5.
|
21712
|
+
return "1.5.11-0.canary.10330";
|
21713
21713
|
}
|
21714
21714
|
}, {
|
21715
21715
|
key: "Events",
|