videojs-hls-boomstream 1.3.3 → 1.3.5

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.3.5
3
+ Переименована переменная из id_recovery в recovery_id
2
4
 
3
5
  ## 1.3.0
4
6
  Сделан публичный метод для ответа на прокторинг
package/dist/typings.d.ts CHANGED
@@ -17,7 +17,7 @@ declare module 'video.js' {
17
17
  session: number;
18
18
  bases: BoomstreamBases;
19
19
  id_: string;
20
- id_recovery: null | string;
20
+ recovery_id: null | string;
21
21
  bPlaylist?: BMSPlaylistLoaderInterface;
22
22
  tech(): BoomstreamPlayerTech;
23
23
  bQuality?: IQualityApi;
@@ -278,7 +278,7 @@ export interface BmsPlayerConfig {
278
278
  };
279
279
  code: string;
280
280
  language: string;
281
- id_recovery: null | string;
281
+ recovery_id: null | string;
282
282
  subscriptions?: SubscriptionOptions[];
283
283
  gateways?: GatewayOption[];
284
284
  entity: {