@srgssr/pillarbox-web 1.34.0 → 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.
- package/dist/pillarbox-core.cjs +1 -1
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox.cjs +2 -2
- package/dist/pillarbox.cjs.map +1 -1
- package/dist/pillarbox.es.js +2 -2
- package/dist/pillarbox.es.js.map +1 -1
- package/dist/pillarbox.umd.js +2 -2
- package/dist/pillarbox.umd.js.map +1 -1
- package/dist/pillarbox.umd.min.js +1 -1
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/pillarbox.es.js
CHANGED
|
@@ -90,7 +90,7 @@ function _toPropertyKey(t) {
|
|
|
90
90
|
return "symbol" == typeof i ? i : i + "";
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
const version = "1.
|
|
93
|
+
const version = "1.34.0";
|
|
94
94
|
|
|
95
95
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
96
96
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
|
@@ -1424,7 +1424,7 @@ class SRGAnalytics {
|
|
|
1424
1424
|
getInternalLabels() {
|
|
1425
1425
|
const data = {
|
|
1426
1426
|
media_bu_distributer: this.srcMediaData.mediaData.vendor,
|
|
1427
|
-
media_google_cast: this.player.tech(true).name() === 'PillarboxReceiver',
|
|
1427
|
+
media_google_cast: (this.player.tech(true).name() === 'PillarboxReceiver').toString(),
|
|
1428
1428
|
media_embedding_url: document.referrer,
|
|
1429
1429
|
media_player_display: 'default',
|
|
1430
1430
|
// TODO implement if it still relevant
|