videojs-hls-boomstream 1.2.75 → 1.2.76

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/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # Changelog of ```videojs-hls-boomstream```
2
+ ## 1.2.76
3
+ FIX: Исправление отправки аналитики для нескольких плееров на странице
2
4
  ## 1.2.75
3
5
  FIX: Удалил автоматическое переключение оффлайн стримов в плейлисте
4
6
  ## 1.2.74
package/dist/typings.d.ts CHANGED
@@ -153,7 +153,7 @@ export type GlobalState = {
153
153
  currentMediaCode: string;
154
154
  isBmsUIUsed: boolean;
155
155
  offlineStreamErrorHandler: () => void;
156
- liveVodRequestSender: LiveVodRequestSenderInterface;
156
+ liveVodRequestSender: LiveVodRequestSenderInterface[];
157
157
  googleAnalyticPartnerKey: string;
158
158
  yandexAnalyticPartnerKey: string;
159
159
  }