cloudinary-video-player 2.0.0-edge.3 → 2.0.0-edge.4
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/dist/playlist.js +6 -6
- package/dist/playlist.light.js +6 -6
- package/dist/playlist.light.min.js +1 -1
- package/dist/playlist.min.js +1 -1
- package/lib/all.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/playlist.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/lib/videoPlayerWithProfile.js +1 -1
- package/package.json +1 -1
package/dist/cld-video-player.js
CHANGED
|
@@ -9480,7 +9480,7 @@ class CloudinaryAnalytics {
|
|
|
9480
9480
|
this.currentVideMetadata = metadata;
|
|
9481
9481
|
this.cloudinaryAnalytics.startManualTracking(metadata, {
|
|
9482
9482
|
videoPlayerType: 'cloudinary video player',
|
|
9483
|
-
videoPlayerVersion: "2.0.0-edge.
|
|
9483
|
+
videoPlayerVersion: "2.0.0-edge.4"
|
|
9484
9484
|
});
|
|
9485
9485
|
} else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
|
|
9486
9486
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -9833,7 +9833,7 @@ class CloudinaryContext {
|
|
|
9833
9833
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
9834
9834
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
9835
9835
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
9836
|
-
_s: "vp-".concat("2.0.0-edge.
|
|
9836
|
+
_s: "vp-".concat("2.0.0-edge.4")
|
|
9837
9837
|
} : {});
|
|
9838
9838
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
9839
9839
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -10894,7 +10894,7 @@ const contextMenuContent = player => {
|
|
|
10894
10894
|
const isFullscreen = player.isFullscreen();
|
|
10895
10895
|
const aboutMenuItem = {
|
|
10896
10896
|
class: 'player-version',
|
|
10897
|
-
label: 'Cloudinary Player v' + "2.0.0-edge.
|
|
10897
|
+
label: 'Cloudinary Player v' + "2.0.0-edge.4"
|
|
10898
10898
|
};
|
|
10899
10899
|
if (!player.controls()) {
|
|
10900
10900
|
return [aboutMenuItem];
|
|
@@ -13785,7 +13785,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_8__["default"].mixin(_
|
|
|
13785
13785
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
13786
13786
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
13787
13787
|
const baseParams = new URLSearchParams({
|
|
13788
|
-
vpVersion: "2.0.0-edge.
|
|
13788
|
+
vpVersion: "2.0.0-edge.4",
|
|
13789
13789
|
vpInstanceId: this.getVPInstanceId(),
|
|
13790
13790
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
13791
13791
|
// vpLightBuild: true,
|
|
@@ -1265,7 +1265,7 @@ class CloudinaryAnalytics {
|
|
|
1265
1265
|
this.currentVideMetadata = metadata;
|
|
1266
1266
|
this.cloudinaryAnalytics.startManualTracking(metadata, {
|
|
1267
1267
|
videoPlayerType: 'cloudinary video player',
|
|
1268
|
-
videoPlayerVersion: "2.0.0-edge.
|
|
1268
|
+
videoPlayerVersion: "2.0.0-edge.4"
|
|
1269
1269
|
});
|
|
1270
1270
|
} else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
|
|
1271
1271
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -1618,7 +1618,7 @@ class CloudinaryContext {
|
|
|
1618
1618
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
1619
1619
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
1620
1620
|
options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
|
|
1621
|
-
_s: "vp-".concat("2.0.0-edge.
|
|
1621
|
+
_s: "vp-".concat("2.0.0-edge.4")
|
|
1622
1622
|
} : {});
|
|
1623
1623
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
1624
1624
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -2679,7 +2679,7 @@ const contextMenuContent = player => {
|
|
|
2679
2679
|
const isFullscreen = player.isFullscreen();
|
|
2680
2680
|
const aboutMenuItem = {
|
|
2681
2681
|
class: 'player-version',
|
|
2682
|
-
label: 'Cloudinary Player v' + "2.0.0-edge.
|
|
2682
|
+
label: 'Cloudinary Player v' + "2.0.0-edge.4"
|
|
2683
2683
|
};
|
|
2684
2684
|
if (!player.controls()) {
|
|
2685
2685
|
return [aboutMenuItem];
|
|
@@ -5280,7 +5280,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_8__["default"].mixin(_
|
|
|
5280
5280
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5281
5281
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5282
5282
|
const baseParams = new URLSearchParams({
|
|
5283
|
-
vpVersion: "2.0.0-edge.
|
|
5283
|
+
vpVersion: "2.0.0-edge.4",
|
|
5284
5284
|
vpInstanceId: this.getVPInstanceId(),
|
|
5285
5285
|
// #if (process.env.WEBPACK_BUILD_LIGHT)
|
|
5286
5286
|
vpLightBuild: true,
|