@volcengine/veplayer 2.1.0-rc.0 → 2.1.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 +1 -1
- package/esm/veplayer.live.development.js +1 -1
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.development.js +1 -1
- package/umd/veplayer.live.development.js +1 -1
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -21223,7 +21223,7 @@ class Logger extends Plugin {
|
|
|
21223
21223
|
user_id: this._userId,
|
|
21224
21224
|
device_id: this._deviceId,
|
|
21225
21225
|
ext: {
|
|
21226
|
-
veplayer_version: "2.1.0-rc.
|
|
21226
|
+
veplayer_version: "2.1.0-rc.1",
|
|
21227
21227
|
flv_version: "3.0.10-alpha.4",
|
|
21228
21228
|
hls_version: "3.0.10-alpha.4",
|
|
21229
21229
|
rts_version: "0.2.0-alpha.5"
|
|
@@ -21223,7 +21223,7 @@ class Logger extends Plugin {
|
|
|
21223
21223
|
user_id: this._userId,
|
|
21224
21224
|
device_id: this._deviceId,
|
|
21225
21225
|
ext: {
|
|
21226
|
-
veplayer_version: "2.1.0-rc.
|
|
21226
|
+
veplayer_version: "2.1.0-rc.1",
|
|
21227
21227
|
flv_version: "3.0.10-alpha.4",
|
|
21228
21228
|
hls_version: "3.0.10-alpha.4",
|
|
21229
21229
|
rts_version: "0.2.0-alpha.5"
|