@byteplus/veplayer 2.3.1-rc.0 → 2.3.1-rc.1
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/esm/veplayer.biz.live.development.js +0 -6
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +1 -26
- package/esm/veplayer.live.development.js +1 -26
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.development.js +0 -4
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +0 -6
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +1 -26
- package/umd/veplayer.live.development.js +1 -26
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +0 -4
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -13274,10 +13274,6 @@ var __publicField = (obj, key, value) => {
|
|
|
13274
13274
|
plugins.forEach((plugin) => {
|
|
13275
13275
|
TopRightBar.isTopRightPlugin(plugin, options) ? topRightPlugins.push(plugin) : normalPlugins.push(plugin);
|
|
13276
13276
|
});
|
|
13277
|
-
window._veplayer_test_log["startxgplayer"] = {
|
|
13278
|
-
msg: "start to new XGPlayer",
|
|
13279
|
-
timestamp: performance.now()
|
|
13280
|
-
};
|
|
13281
13277
|
this._player = new Player({
|
|
13282
13278
|
...DEFAULT_OPTIONS,
|
|
13283
13279
|
...xgOptions,
|