@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.umd.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
return "symbol" == typeof i ? i : i + "";
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
const version$8 = "1.
|
|
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_google_cast: this.player.tech(true).name() === 'PillarboxReceiver',
|
|
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
|