hls.js 1.5.2-0.canary.9955 → 1.5.2-0.canary.9959
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 +3 -3
package/dist/hls.js
CHANGED
@@ -556,7 +556,7 @@
|
|
556
556
|
// Some browsers don't allow to use bind on console object anyway
|
557
557
|
// fallback to default if needed
|
558
558
|
try {
|
559
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.
|
559
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.9959");
|
560
560
|
} catch (e) {
|
561
561
|
/* log fn threw an exception. All logger methods are no-ops. */
|
562
562
|
return createLogger();
|
@@ -29281,7 +29281,7 @@
|
|
29281
29281
|
* Get the video-dev/hls.js package version.
|
29282
29282
|
*/
|
29283
29283
|
function get() {
|
29284
|
-
return "1.5.2-0.canary.
|
29284
|
+
return "1.5.2-0.canary.9959";
|
29285
29285
|
}
|
29286
29286
|
}, {
|
29287
29287
|
key: "Events",
|
package/dist/hls.light.js
CHANGED
@@ -525,7 +525,7 @@
|
|
525
525
|
// Some browsers don't allow to use bind on console object anyway
|
526
526
|
// fallback to default if needed
|
527
527
|
try {
|
528
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.
|
528
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.9959");
|
529
529
|
} catch (e) {
|
530
530
|
/* log fn threw an exception. All logger methods are no-ops. */
|
531
531
|
return createLogger();
|
@@ -21132,7 +21132,7 @@
|
|
21132
21132
|
* Get the video-dev/hls.js package version.
|
21133
21133
|
*/
|
21134
21134
|
function get() {
|
21135
|
-
return "1.5.2-0.canary.
|
21135
|
+
return "1.5.2-0.canary.9959";
|
21136
21136
|
}
|
21137
21137
|
}, {
|
21138
21138
|
key: "Events",
|