@srgssr/pillarbox-web 1.33.1 → 1.34.1

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.
@@ -93,7 +93,7 @@
93
93
  return "symbol" == typeof i ? i : i + "";
94
94
  }
95
95
 
96
- const version$8 = "1.33.0";
96
+ const version$8 = "1.34.0";
97
97
 
98
98
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
99
99
 
@@ -72452,7 +72452,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
72452
72452
  getInternalLabels() {
72453
72453
  const data = {
72454
72454
  media_bu_distributer: this.srcMediaData.mediaData.vendor,
72455
- media_chromecast_selected: Boolean(this.player.tech(true).isCasting),
72455
+ media_google_cast: (this.player.tech(true).name() === 'PillarboxReceiver').toString(),
72456
72456
  media_embedding_url: document.referrer,
72457
72457
  media_player_display: 'default',
72458
72458
  // TODO implement if it still relevant
@@ -72765,7 +72765,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
72765
72765
  * Sent to ComScore when the playback rate changes.
72766
72766
  *
72767
72767
  * @see https://github.com/SRGSSR/srgletterbox-web/issues/761
72768
- * @see https://srgssr-ch.atlassian.net/browse/ADI-256
72768
+ * @see https://srgssr-ch.atlassian.net/browse/ADI-256
72769
72769
  */
72770
72770
  rateChange() {
72771
72771
  this.notify('change_playback_rate');
@@ -72859,7 +72859,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
72859
72859
  * It's expected notifyBufferStart() to be called when the player starts buffering
72860
72860
  * and a call to notifyBufferStop() when content resumes after buffering.
72861
72861
  *
72862
- * @see Item 2: https://srgssr-ch.atlassian.net/browse/PLAY-2628
72862
+ * @see Item 2: https://srgssr-ch.atlassian.net/browse/PLAY-2628
72863
72863
  *
72864
72864
  * After the issue PLAYRTS-321
72865
72865
  * @see Fix: https://srgssr-ch.atlassian.net/browse/PLAYRTS-321?focusedCommentId=201023&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-201023