hls.js 1.5.2-0.canary.9945 → 1.5.2-0.canary.9949
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 +17 -28
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +17 -28
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +2 -2
- package/dist/hls.worker.js +1 -1
- package/package.json +4 -4
package/dist/hls.light.mjs
CHANGED
@@ -431,7 +431,7 @@ function enableLogs(debugConfig, context, id) {
|
|
431
431
|
// Some browsers don't allow to use bind on console object anyway
|
432
432
|
// fallback to default if needed
|
433
433
|
try {
|
434
|
-
newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.5.2-0.canary.
|
434
|
+
newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.5.2-0.canary.9949"}`);
|
435
435
|
} catch (e) {
|
436
436
|
/* log fn threw an exception. All logger methods are no-ops. */
|
437
437
|
return createLogger();
|
@@ -19792,7 +19792,7 @@ class Hls {
|
|
19792
19792
|
* Get the video-dev/hls.js package version.
|
19793
19793
|
*/
|
19794
19794
|
static get version() {
|
19795
|
-
return "1.5.2-0.canary.
|
19795
|
+
return "1.5.2-0.canary.9949";
|
19796
19796
|
}
|
19797
19797
|
|
19798
19798
|
/**
|