videojs-hls-boomstream 1.2.76 → 1.2.77

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.77
3
+ FIX: Исправление проблем на MacOS
2
4
  ## 1.2.76
3
5
  FIX: Исправление отправки аналитики для нескольких плееров на странице
4
6
  ## 1.2.75
package/dist/typings.d.ts CHANGED
@@ -148,7 +148,7 @@ export type BoomstreamBases = {
148
148
  };
149
149
 
150
150
  export type GlobalState = {
151
- player: VideoJsPlayer;
151
+ players: VideoJsPlayer[];
152
152
  offlineStreamHandler: BMSOfflineStreamHandlerInterface;
153
153
  currentMediaCode: string;
154
154
  isBmsUIUsed: boolean;
@@ -156,6 +156,7 @@ export type GlobalState = {
156
156
  liveVodRequestSender: LiveVodRequestSenderInterface[];
157
157
  googleAnalyticPartnerKey: string;
158
158
  yandexAnalyticPartnerKey: string;
159
+ typeApp: string;
159
160
  }
160
161
 
161
162
  export type VideoElementDimensions = {