@volcengine/veplayer 2.11.2 → 2.12.0-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.
@@ -26713,7 +26713,7 @@ let Logger$1 = class Logger2 extends Plugin$2 {
26713
26713
  device_id: deviceId,
26714
26714
  error_report_stop: true,
26715
26715
  ext: {
26716
- veplayer_version: "2.3.0",
26716
+ veplayer_version: "2.3.1-rc.1",
26717
26717
  flv_version: "3.0.23-rc.6",
26718
26718
  hls_version: "3.0.21-rc.21",
26719
26719
  rts_version: "0.2.1-alpha.57"
@@ -51370,7 +51370,7 @@ async function prepare(options) {
51370
51370
  }
51371
51371
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
51372
51372
  ...options,
51373
- playerVersion: "2.3.0",
51373
+ playerVersion: "2.3.1-rc.1",
51374
51374
  type: "LIVE"
51375
51375
  }));
51376
51376
  return liveVeStrategy.veStrategyManager;