@volcengine/veplayer 2.5.0-rc.0 → 2.5.0-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.development.js +2 -2
- package/esm/veplayer.live.development.js +2 -2
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.development.js +1 -1
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.development.js +2 -2
- package/umd/veplayer.live.development.js +2 -2
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +1 -1
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -13653,7 +13653,7 @@ var __publicField = (obj, key, value) => {
|
|
|
13653
13653
|
* @returns
|
|
13654
13654
|
*/
|
|
13655
13655
|
get playerVersion() {
|
|
13656
|
-
return "2.5.0-rc.
|
|
13656
|
+
return "2.5.0-rc.1";
|
|
13657
13657
|
}
|
|
13658
13658
|
/** {zh}
|
|
13659
13659
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|