cloudinary-video-player 2.3.5-edge.2 → 2.3.5-edge.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/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.3.5-edge.
|
|
9391
|
+
videoPlayerVersion: "2.3.5-edge.3"
|
|
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.3.5-edge.
|
|
9764
|
+
_s: `vp-${"2.3.5-edge.3"}`
|
|
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);
|
|
@@ -11016,7 +11016,7 @@ const contextMenuContent = player => {
|
|
|
11016
11016
|
const isFullscreen = player.isFullscreen();
|
|
11017
11017
|
const aboutMenuItem = {
|
|
11018
11018
|
class: 'player-version',
|
|
11019
|
-
label: 'Cloudinary Player v' + "2.3.5-edge.
|
|
11019
|
+
label: 'Cloudinary Player v' + "2.3.5-edge.3"
|
|
11020
11020
|
};
|
|
11021
11021
|
if (!player.controls()) {
|
|
11022
11022
|
return [aboutMenuItem];
|
|
@@ -13770,7 +13770,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
13770
13770
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
13771
13771
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
13772
13772
|
const baseParams = new URLSearchParams({
|
|
13773
|
-
vpVersion: "2.3.5-edge.
|
|
13773
|
+
vpVersion: "2.3.5-edge.3",
|
|
13774
13774
|
vpInstanceId: this.getVPInstanceId(),
|
|
13775
13775
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
13776
13776
|
// 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.3.5-edge.
|
|
1420
|
+
videoPlayerVersion: "2.3.5-edge.3"
|
|
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.3.5-edge.
|
|
1793
|
+
_s: `vp-${"2.3.5-edge.3"}`
|
|
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);
|
|
@@ -3045,7 +3045,7 @@ const contextMenuContent = player => {
|
|
|
3045
3045
|
const isFullscreen = player.isFullscreen();
|
|
3046
3046
|
const aboutMenuItem = {
|
|
3047
3047
|
class: 'player-version',
|
|
3048
|
-
label: 'Cloudinary Player v' + "2.3.5-edge.
|
|
3048
|
+
label: 'Cloudinary Player v' + "2.3.5-edge.3"
|
|
3049
3049
|
};
|
|
3050
3050
|
if (!player.controls()) {
|
|
3051
3051
|
return [aboutMenuItem];
|
|
@@ -5511,7 +5511,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5511
5511
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5512
5512
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5513
5513
|
const baseParams = new URLSearchParams({
|
|
5514
|
-
vpVersion: "2.3.5-edge.
|
|
5514
|
+
vpVersion: "2.3.5-edge.3",
|
|
5515
5515
|
vpInstanceId: this.getVPInstanceId(),
|
|
5516
5516
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
5517
5517
|
vpLightBuild: true,
|