@volcengine/veplayer 2.10.1 → 2.10.2-rc.0

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,7 +26571,7 @@ 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.0",
26574
+ veplayer_version: "2.3.1-rc.1",
26575
26575
  flv_version: "3.0.23-rc.6",
26576
26576
  hls_version: "3.0.21-rc.21",
26577
26577
  rts_version: "0.2.1-alpha.51"
@@ -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
  });
@@ -49915,7 +49915,7 @@ async function prepare(options) {
49915
49915
  }
49916
49916
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
49917
49917
  ...options,
49918
- playerVersion: "2.3.0",
49918
+ playerVersion: "2.3.1-rc.1",
49919
49919
  type: "LIVE"
49920
49920
  }));
49921
49921
  return liveVeStrategy.veStrategyManager;