videojs-hls-boomstream 1.4.4 → 1.4.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,5 +1,8 @@
1
1
  # Changelog of `videojs-hls-boomstream`
2
2
 
3
+ ## 1.4.5
4
+ - added showVersion property
5
+
3
6
  ## 1.4.3, 1.4.4
4
7
  - fix player init
5
8
 
package/dist/typings.d.ts CHANGED
@@ -47,7 +47,8 @@ export interface BoomstreamHlsOptions {
47
47
  disablePoster: boolean; // Отключить автоустановку постера (превью)
48
48
  analyticKeyGoogle: string; // Ключ для гугл аналитики
49
49
  analyticKeyYandex: string; // Ключ для яндекс аналитики
50
- debug: boolean;
50
+ debug?: boolean;
51
+ showVersion?: boolean; // Показать версию плагина в консоли
51
52
  }
52
53
 
53
54
  export type Poster = {