@volcengine/veplayer 2.10.2-rc.1 → 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.
@@ -26571,10 +26571,10 @@ let Logger$1 = class Logger2 extends Plugin$2 {
26571
26571
  device_id: deviceId,
26572
26572
  error_report_stop: true,
26573
26573
  ext: {
26574
- veplayer_version: "2.3.1-rc.1",
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
  });
@@ -49947,7 +49947,7 @@ async function prepare(options) {
49947
49947
  }
49948
49948
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
49949
49949
  ...options,
49950
- playerVersion: "2.3.1-rc.1",
49950
+ playerVersion: "2.3.0",
49951
49951
  type: "LIVE"
49952
49952
  }));
49953
49953
  return liveVeStrategy.veStrategyManager;