@volcengine/veplayer 2.10.2 → 2.10.3
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 +2 -2
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +5 -5
- package/esm/veplayer.live.development.js +5 -5
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.development.js +2 -2
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +2 -2
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +5 -5
- package/umd/veplayer.live.development.js +5 -5
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +2 -2
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -13318,7 +13318,7 @@ curry.placeholder = {};
|
|
|
13318
13318
|
var lodash_curry = curry;
|
|
13319
13319
|
var curry$1 = /* @__PURE__ */ getDefaultExportFromCjs(lodash_curry);
|
|
13320
13320
|
const src = import.meta.url;
|
|
13321
|
-
const baseUrl = src.slice(0, src.lastIndexOf("/"));
|
|
13321
|
+
const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
|
|
13322
13322
|
const loader = new Loader({
|
|
13323
13323
|
baseUrl
|
|
13324
13324
|
});
|
|
@@ -14395,7 +14395,7 @@ class VePlayerBase {
|
|
|
14395
14395
|
* @brief Retrieve the player SDK version number.
|
|
14396
14396
|
*/
|
|
14397
14397
|
get playerVersion() {
|
|
14398
|
-
return "2.10.
|
|
14398
|
+
return "2.10.3";
|
|
14399
14399
|
}
|
|
14400
14400
|
/** {zh}
|
|
14401
14401
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|