cloudinary-video-player 2.6.0 → 2.6.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
|
@@ -9393,7 +9393,7 @@ class CloudinaryAnalytics {
|
|
|
9393
9393
|
}, {
|
|
9394
9394
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
9395
9395
|
videoPlayerType: 'cloudinary video player',
|
|
9396
|
-
videoPlayerVersion: "2.6.0"
|
|
9396
|
+
videoPlayerVersion: "2.6.1-edge.0"
|
|
9397
9397
|
});
|
|
9398
9398
|
} else if (this.currentVideoMetadata.cloudName !== metadata.cloudName || this.currentVideoMetadata.publicId !== metadata.publicId) {
|
|
9399
9399
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -9777,7 +9777,7 @@ class CloudinaryContext {
|
|
|
9777
9777
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
9778
9778
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
9779
9779
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
9780
|
-
_s: `vp-${"2.6.0"}`
|
|
9780
|
+
_s: `vp-${"2.6.1-edge.0"}`
|
|
9781
9781
|
} : {});
|
|
9782
9782
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
9783
9783
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -11044,7 +11044,7 @@ const contextMenuContent = player => {
|
|
|
11044
11044
|
const isFullscreen = player.isFullscreen();
|
|
11045
11045
|
const aboutMenuItem = {
|
|
11046
11046
|
class: 'player-version',
|
|
11047
|
-
label: 'Cloudinary Player v' + "2.6.0"
|
|
11047
|
+
label: 'Cloudinary Player v' + "2.6.1-edge.0"
|
|
11048
11048
|
};
|
|
11049
11049
|
if (!player.controls()) {
|
|
11050
11050
|
return [aboutMenuItem];
|
|
@@ -13827,7 +13827,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
13827
13827
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
13828
13828
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
13829
13829
|
const baseParams = new URLSearchParams({
|
|
13830
|
-
vpVersion: "2.6.0",
|
|
13830
|
+
vpVersion: "2.6.1-edge.0",
|
|
13831
13831
|
vpInstanceId: this.getVPInstanceId(),
|
|
13832
13832
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
13833
13833
|
// vpLightBuild: true,
|
|
@@ -1422,7 +1422,7 @@ class CloudinaryAnalytics {
|
|
|
1422
1422
|
}, {
|
|
1423
1423
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
1424
1424
|
videoPlayerType: 'cloudinary video player',
|
|
1425
|
-
videoPlayerVersion: "2.6.0"
|
|
1425
|
+
videoPlayerVersion: "2.6.1-edge.0"
|
|
1426
1426
|
});
|
|
1427
1427
|
} else if (this.currentVideoMetadata.cloudName !== metadata.cloudName || this.currentVideoMetadata.publicId !== metadata.publicId) {
|
|
1428
1428
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -1806,7 +1806,7 @@ class CloudinaryContext {
|
|
|
1806
1806
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
1807
1807
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
1808
1808
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
1809
|
-
_s: `vp-${"2.6.0"}`
|
|
1809
|
+
_s: `vp-${"2.6.1-edge.0"}`
|
|
1810
1810
|
} : {});
|
|
1811
1811
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
1812
1812
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -3073,7 +3073,7 @@ const contextMenuContent = player => {
|
|
|
3073
3073
|
const isFullscreen = player.isFullscreen();
|
|
3074
3074
|
const aboutMenuItem = {
|
|
3075
3075
|
class: 'player-version',
|
|
3076
|
-
label: 'Cloudinary Player v' + "2.6.0"
|
|
3076
|
+
label: 'Cloudinary Player v' + "2.6.1-edge.0"
|
|
3077
3077
|
};
|
|
3078
3078
|
if (!player.controls()) {
|
|
3079
3079
|
return [aboutMenuItem];
|
|
@@ -5568,7 +5568,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5568
5568
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5569
5569
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5570
5570
|
const baseParams = new URLSearchParams({
|
|
5571
|
-
vpVersion: "2.6.0",
|
|
5571
|
+
vpVersion: "2.6.1-edge.0",
|
|
5572
5572
|
vpInstanceId: this.getVPInstanceId(),
|
|
5573
5573
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
5574
5574
|
vpLightBuild: true,
|