hls.js 1.4.3-0.canary.9155 → 1.4.3

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 CHANGED
@@ -539,7 +539,7 @@
539
539
  // Some browsers don't allow to use bind on console object anyway
540
540
  // fallback to default if needed
541
541
  try {
542
- exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.4.3-0.canary.9155");
542
+ exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.4.3");
543
543
  } catch (e) {
544
544
  exportedLogger = fakeLogger;
545
545
  }
@@ -26223,7 +26223,7 @@
26223
26223
  * Get the video-dev/hls.js package version.
26224
26224
  */
26225
26225
  function get() {
26226
- return "1.4.3-0.canary.9155";
26226
+ return "1.4.3";
26227
26227
  }
26228
26228
  }, {
26229
26229
  key: "Events",