@vkontakte/videoplayer 1.1.57-dev.751a2aed.0 → 1.1.57-dev.a4a19483.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.57-dev.751a2aed.0",
3
+ "version": "1.1.57-dev.a4a19483.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -50,9 +50,9 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "@adtech/rbadman": "^2.2.57",
53
- "@vkontakte/videoplayer-core": "2.0.127-dev.0805a9ad.0",
54
- "@vkontakte/videoplayer-interactive": "1.0.32-dev.f3ce6aaf.0",
55
- "@vkontakte/videoplayer-shared": "1.0.55-dev.0fa08f48.0",
56
- "@vkontakte/videoplayer-statistics": "1.0.72-dev.5df9067b.0"
53
+ "@vkontakte/videoplayer-core": "2.0.127-dev.7b82b714.0",
54
+ "@vkontakte/videoplayer-interactive": "1.0.32-dev.ae886eaa.0",
55
+ "@vkontakte/videoplayer-shared": "1.0.55-dev.7f3a7134.0",
56
+ "@vkontakte/videoplayer-statistics": "1.0.72-dev.e742d35c.0"
57
57
  }
58
58
  }
@@ -54,7 +54,6 @@ export interface IVKVideoPlayerCallbacks {
54
54
  onPiPEnter?: () => void;
55
55
  onPiPExit?: () => void;
56
56
  onLiveTime?: (liveTime: number | undefined) => void;
57
- onLiveEnded?: () => void;
58
57
  onReplayInteractiveVideo?: () => void;
59
58
  onInteractiveHistoryChanged?: (chapterIds: string[]) => void;
60
59
  onDisabledInteractiveClick?: () => void;
@@ -242,7 +241,9 @@ export interface IVKVideoPlayerConfig {
242
241
  isCyrillicRelatedInterface?: boolean;
243
242
  logoClickable?: boolean;
244
243
  logoHidden?: boolean;
244
+ /** @deprecated */
245
245
  isMobile?: boolean;
246
+ isTouch?: boolean;
246
247
  /** @deprecated */
247
248
  isMediaSessionEnabled?: boolean;
248
249
  /** @deprecated */