hls.js 1.5.2-0.canary.9936 → 1.5.2-0.canary.9940
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
@@ -567,7 +567,7 @@
|
|
567
567
|
// Some browsers don't allow to use bind on console object anyway
|
568
568
|
// fallback to default if needed
|
569
569
|
try {
|
570
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.
|
570
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.9940");
|
571
571
|
} catch (e) {
|
572
572
|
/* log fn threw an exception. All logger methods are no-ops. */
|
573
573
|
return createLogger();
|
@@ -29292,7 +29292,7 @@
|
|
29292
29292
|
* Get the video-dev/hls.js package version.
|
29293
29293
|
*/
|
29294
29294
|
function get() {
|
29295
|
-
return "1.5.2-0.canary.
|
29295
|
+
return "1.5.2-0.canary.9940";
|
29296
29296
|
}
|
29297
29297
|
}, {
|
29298
29298
|
key: "Events",
|
package/dist/hls.light.js
CHANGED
@@ -536,7 +536,7 @@
|
|
536
536
|
// Some browsers don't allow to use bind on console object anyway
|
537
537
|
// fallback to default if needed
|
538
538
|
try {
|
539
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.
|
539
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.2-0.canary.9940");
|
540
540
|
} catch (e) {
|
541
541
|
/* log fn threw an exception. All logger methods are no-ops. */
|
542
542
|
return createLogger();
|
@@ -21143,7 +21143,7 @@
|
|
21143
21143
|
* Get the video-dev/hls.js package version.
|
21144
21144
|
*/
|
21145
21145
|
function get() {
|
21146
|
-
return "1.5.2-0.canary.
|
21146
|
+
return "1.5.2-0.canary.9940";
|
21147
21147
|
}
|
21148
21148
|
}, {
|
21149
21149
|
key: "Events",
|