@vkontakte/videoplayer-core 2.0.135-dev.f8bce6fd.0 → 2.0.135-dev.f94adb28.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-core",
3
- "version": "2.0.135-dev.f8bce6fd.0",
3
+ "version": "2.0.135-dev.f94adb28.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer core library based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -54,6 +54,6 @@
54
54
  "**/*.d.ts"
55
55
  ],
56
56
  "dependencies": {
57
- "@vkontakte/videoplayer-shared": "1.0.63-dev.96cd632e.0"
57
+ "@vkontakte/videoplayer-shared": "1.0.63-dev.cf1acdb1.0"
58
58
  }
59
59
  }
@@ -230,6 +230,10 @@ export type ITuningConfig = {
230
230
  disableYandexPiP?: boolean;
231
231
  asyncResolveClientChecker?: boolean;
232
232
  autostartOnlyIfVisible?: boolean;
233
+ /**
234
+ * Если включен, то переключаем видео в состояние паузы при окончании видео.
235
+ */
236
+ changePlaybackStateToPausedWhenEnded?: boolean;
233
237
  };
234
238
  export type IOptionalTuningConfig = RecursivePartial<ITuningConfig> & {
235
239
  configName: ITuningConfig['configName'];