@volcengine/veplayer 2.10.0 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/veplayer",
3
- "version": "2.10.0",
3
+ "version": "2.10.2-rc.0",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
package/umd/index.d.ts CHANGED
@@ -2297,6 +2297,7 @@ declare class VePlayerBase {
2297
2297
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2298
2298
  private _transformEvent;
2299
2299
  private _switch;
2300
+ private _restartLiveLogger;
2300
2301
  private _switchDifferentProtocolUrl;
2301
2302
  private _switchUrl;
2302
2303
  private _callBeforePlayerInitForUrl;