@volcengine/veplayer 2.10.2 → 2.10.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.
@@ -26574,7 +26574,7 @@ let Logger$1 = class Logger2 extends Plugin$2 {
26574
26574
  veplayer_version: "2.3.0",
26575
26575
  flv_version: "3.0.23-rc.6",
26576
26576
  hls_version: "3.0.21-rc.21",
26577
- rts_version: "0.2.1-alpha.53"
26577
+ rts_version: "0.2.1-alpha.57"
26578
26578
  }
26579
26579
  });
26580
26580
  }
@@ -27855,7 +27855,7 @@ function create(errorCode, info = {}, i18n) {
27855
27855
  );
27856
27856
  }
27857
27857
  const src = import.meta.url;
27858
- const baseUrl = src.slice(0, src.lastIndexOf("/"));
27858
+ const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
27859
27859
  const loader = new Loader({
27860
27860
  baseUrl
27861
27861
  });