cloudinary-video-player 2.4.2-edge.1 → 2.5.1-edge.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/dist/cld-video-player.js +4 -4
- package/dist/cld-video-player.light.js +4 -4
- package/dist/cld-video-player.light.min.js +1 -1
- package/dist/cld-video-player.min.js +1 -1
- package/lib/all.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/light/index.js +1 -1
- package/lib/player.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/package.json +1 -1
package/dist/cld-video-player.js
CHANGED
|
@@ -9388,7 +9388,7 @@ class CloudinaryAnalytics {
|
|
|
9388
9388
|
this.cloudinaryAnalytics.startManualTracking(metadata, {
|
|
9389
9389
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_1___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
9390
9390
|
videoPlayerType: 'cloudinary video player',
|
|
9391
|
-
videoPlayerVersion: "2.
|
|
9391
|
+
videoPlayerVersion: "2.5.1-edge.0"
|
|
9392
9392
|
});
|
|
9393
9393
|
} else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
|
|
9394
9394
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -9761,7 +9761,7 @@ class CloudinaryContext {
|
|
|
9761
9761
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
9762
9762
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
9763
9763
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
9764
|
-
_s: `vp-${"2.
|
|
9764
|
+
_s: `vp-${"2.5.1-edge.0"}`
|
|
9765
9765
|
} : {});
|
|
9766
9766
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
9767
9767
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -11028,7 +11028,7 @@ const contextMenuContent = player => {
|
|
|
11028
11028
|
const isFullscreen = player.isFullscreen();
|
|
11029
11029
|
const aboutMenuItem = {
|
|
11030
11030
|
class: 'player-version',
|
|
11031
|
-
label: 'Cloudinary Player v' + "2.
|
|
11031
|
+
label: 'Cloudinary Player v' + "2.5.1-edge.0"
|
|
11032
11032
|
};
|
|
11033
11033
|
if (!player.controls()) {
|
|
11034
11034
|
return [aboutMenuItem];
|
|
@@ -13811,7 +13811,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
13811
13811
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
13812
13812
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
13813
13813
|
const baseParams = new URLSearchParams({
|
|
13814
|
-
vpVersion: "2.
|
|
13814
|
+
vpVersion: "2.5.1-edge.0",
|
|
13815
13815
|
vpInstanceId: this.getVPInstanceId(),
|
|
13816
13816
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
13817
13817
|
// vpLightBuild: true,
|
|
@@ -1417,7 +1417,7 @@ class CloudinaryAnalytics {
|
|
|
1417
1417
|
this.cloudinaryAnalytics.startManualTracking(metadata, {
|
|
1418
1418
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_1___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
1419
1419
|
videoPlayerType: 'cloudinary video player',
|
|
1420
|
-
videoPlayerVersion: "2.
|
|
1420
|
+
videoPlayerVersion: "2.5.1-edge.0"
|
|
1421
1421
|
});
|
|
1422
1422
|
} else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
|
|
1423
1423
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -1790,7 +1790,7 @@ class CloudinaryContext {
|
|
|
1790
1790
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
1791
1791
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
1792
1792
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
1793
|
-
_s: `vp-${"2.
|
|
1793
|
+
_s: `vp-${"2.5.1-edge.0"}`
|
|
1794
1794
|
} : {});
|
|
1795
1795
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
1796
1796
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -3057,7 +3057,7 @@ const contextMenuContent = player => {
|
|
|
3057
3057
|
const isFullscreen = player.isFullscreen();
|
|
3058
3058
|
const aboutMenuItem = {
|
|
3059
3059
|
class: 'player-version',
|
|
3060
|
-
label: 'Cloudinary Player v' + "2.
|
|
3060
|
+
label: 'Cloudinary Player v' + "2.5.1-edge.0"
|
|
3061
3061
|
};
|
|
3062
3062
|
if (!player.controls()) {
|
|
3063
3063
|
return [aboutMenuItem];
|
|
@@ -5552,7 +5552,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5552
5552
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5553
5553
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5554
5554
|
const baseParams = new URLSearchParams({
|
|
5555
|
-
vpVersion: "2.
|
|
5555
|
+
vpVersion: "2.5.1-edge.0",
|
|
5556
5556
|
vpInstanceId: this.getVPInstanceId(),
|
|
5557
5557
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
5558
5558
|
vpLightBuild: true,
|