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