@vkontakte/videoplayer 1.1.67-dev.8db68e27.0 → 1.1.67-dev.91b06ddd.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer",
3
- "version": "1.1.67-dev.8db68e27.0",
3
+ "version": "1.1.67-dev.91b06ddd.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -55,9 +55,9 @@
55
55
  ],
56
56
  "dependencies": {
57
57
  "@adtech/rbadman": "2.2.57",
58
- "@vkontakte/videoplayer-core": "2.0.136-dev.86843906.0",
59
- "@vkontakte/videoplayer-interactive": "1.0.42-dev.57b905cc.0",
60
- "@vkontakte/videoplayer-shared": "1.0.64-dev.2f426503.0",
61
- "@vkontakte/videoplayer-statistics": "1.0.82-dev.4ccf1d04.0"
58
+ "@vkontakte/videoplayer-core": "2.0.136-dev.e26331b9.0",
59
+ "@vkontakte/videoplayer-interactive": "1.0.42-dev.5f9040fb.0",
60
+ "@vkontakte/videoplayer-shared": "1.0.64-dev.b02faabb.0",
61
+ "@vkontakte/videoplayer-statistics": "1.0.82-dev.2fad7d46.0"
62
62
  }
63
63
  }
package/types/config.d.ts CHANGED
@@ -125,7 +125,6 @@ export interface IUIConfig {
125
125
  interactiveControlsTapPlace: boolean;
126
126
  interactiveControlsFillAnimation: boolean;
127
127
  interactiveControlsHideAnimation: boolean;
128
- interactiveHistoryEndChapterFix: boolean;
129
128
  thumbTimer: boolean;
130
129
  hotKeyMapModal: boolean;
131
130
  hotKeyHelpers: boolean;
@@ -167,6 +166,7 @@ export interface IUIConfig {
167
166
  * Продолжительность анимации для переключения видео.
168
167
  */
169
168
  playbackStatusNextVideoAnimationDuration: number;
169
+ useCallbackForMediaSessionNextPrevClick: boolean;
170
170
  };
171
171
  interactive: {
172
172
  historyMaxLength: number;