cloudinary-video-player 2.3.3 → 2.3.4-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
|
@@ -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.
|
|
9387
|
+
videoPlayerVersion: "2.3.4-edge.0"
|
|
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.
|
|
9760
|
+
_s: `vp-${"2.3.4-edge.0"}`
|
|
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);
|
|
@@ -11012,7 +11012,7 @@ const contextMenuContent = player => {
|
|
|
11012
11012
|
const isFullscreen = player.isFullscreen();
|
|
11013
11013
|
const aboutMenuItem = {
|
|
11014
11014
|
class: 'player-version',
|
|
11015
|
-
label: 'Cloudinary Player v' + "2.3.
|
|
11015
|
+
label: 'Cloudinary Player v' + "2.3.4-edge.0"
|
|
11016
11016
|
};
|
|
11017
11017
|
if (!player.controls()) {
|
|
11018
11018
|
return [aboutMenuItem];
|
|
@@ -13740,7 +13740,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
13740
13740
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
13741
13741
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
13742
13742
|
const baseParams = new URLSearchParams({
|
|
13743
|
-
vpVersion: "2.3.
|
|
13743
|
+
vpVersion: "2.3.4-edge.0",
|
|
13744
13744
|
vpInstanceId: this.getVPInstanceId(),
|
|
13745
13745
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
13746
13746
|
// 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.
|
|
1416
|
+
videoPlayerVersion: "2.3.4-edge.0"
|
|
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.
|
|
1789
|
+
_s: `vp-${"2.3.4-edge.0"}`
|
|
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);
|
|
@@ -3041,7 +3041,7 @@ const contextMenuContent = player => {
|
|
|
3041
3041
|
const isFullscreen = player.isFullscreen();
|
|
3042
3042
|
const aboutMenuItem = {
|
|
3043
3043
|
class: 'player-version',
|
|
3044
|
-
label: 'Cloudinary Player v' + "2.3.
|
|
3044
|
+
label: 'Cloudinary Player v' + "2.3.4-edge.0"
|
|
3045
3045
|
};
|
|
3046
3046
|
if (!player.controls()) {
|
|
3047
3047
|
return [aboutMenuItem];
|
|
@@ -5481,7 +5481,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5481
5481
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5482
5482
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5483
5483
|
const baseParams = new URLSearchParams({
|
|
5484
|
-
vpVersion: "2.3.
|
|
5484
|
+
vpVersion: "2.3.4-edge.0",
|
|
5485
5485
|
vpInstanceId: this.getVPInstanceId(),
|
|
5486
5486
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
5487
5487
|
vpLightBuild: true,
|