cloudinary-video-player 2.3.2-edge.3 → 2.3.2
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
|
@@ -9384,7 +9384,7 @@ class CloudinaryAnalytics {
|
|
|
9384
9384
|
this.cloudinaryAnalytics.startManualTracking(metadata, {
|
|
9385
9385
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_1___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
9386
9386
|
videoPlayerType: 'cloudinary video player',
|
|
9387
|
-
videoPlayerVersion: "2.3.2
|
|
9387
|
+
videoPlayerVersion: "2.3.2"
|
|
9388
9388
|
});
|
|
9389
9389
|
} else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
|
|
9390
9390
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -9757,7 +9757,7 @@ class CloudinaryContext {
|
|
|
9757
9757
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
9758
9758
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
9759
9759
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
9760
|
-
_s: `vp-${"2.3.2
|
|
9760
|
+
_s: `vp-${"2.3.2"}`
|
|
9761
9761
|
} : {});
|
|
9762
9762
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
9763
9763
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -11021,7 +11021,7 @@ const contextMenuContent = player => {
|
|
|
11021
11021
|
const isFullscreen = player.isFullscreen();
|
|
11022
11022
|
const aboutMenuItem = {
|
|
11023
11023
|
class: 'player-version',
|
|
11024
|
-
label: 'Cloudinary Player v' + "2.3.2
|
|
11024
|
+
label: 'Cloudinary Player v' + "2.3.2"
|
|
11025
11025
|
};
|
|
11026
11026
|
if (!player.controls()) {
|
|
11027
11027
|
return [aboutMenuItem];
|
|
@@ -13749,7 +13749,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
13749
13749
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
13750
13750
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
13751
13751
|
const baseParams = new URLSearchParams({
|
|
13752
|
-
vpVersion: "2.3.2
|
|
13752
|
+
vpVersion: "2.3.2",
|
|
13753
13753
|
vpInstanceId: this.getVPInstanceId(),
|
|
13754
13754
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
13755
13755
|
// vpLightBuild: true,
|
|
@@ -1413,7 +1413,7 @@ class CloudinaryAnalytics {
|
|
|
1413
1413
|
this.cloudinaryAnalytics.startManualTracking(metadata, {
|
|
1414
1414
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_1___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
1415
1415
|
videoPlayerType: 'cloudinary video player',
|
|
1416
|
-
videoPlayerVersion: "2.3.2
|
|
1416
|
+
videoPlayerVersion: "2.3.2"
|
|
1417
1417
|
});
|
|
1418
1418
|
} else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
|
|
1419
1419
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -1786,7 +1786,7 @@ class CloudinaryContext {
|
|
|
1786
1786
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
1787
1787
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
1788
1788
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
1789
|
-
_s: `vp-${"2.3.2
|
|
1789
|
+
_s: `vp-${"2.3.2"}`
|
|
1790
1790
|
} : {});
|
|
1791
1791
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
1792
1792
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -3050,7 +3050,7 @@ const contextMenuContent = player => {
|
|
|
3050
3050
|
const isFullscreen = player.isFullscreen();
|
|
3051
3051
|
const aboutMenuItem = {
|
|
3052
3052
|
class: 'player-version',
|
|
3053
|
-
label: 'Cloudinary Player v' + "2.3.2
|
|
3053
|
+
label: 'Cloudinary Player v' + "2.3.2"
|
|
3054
3054
|
};
|
|
3055
3055
|
if (!player.controls()) {
|
|
3056
3056
|
return [aboutMenuItem];
|
|
@@ -5490,7 +5490,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5490
5490
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5491
5491
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5492
5492
|
const baseParams = new URLSearchParams({
|
|
5493
|
-
vpVersion: "2.3.2
|
|
5493
|
+
vpVersion: "2.3.2",
|
|
5494
5494
|
vpInstanceId: this.getVPInstanceId(),
|
|
5495
5495
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
5496
5496
|
vpLightBuild: true,
|