@vkontakte/videoplayer-core 2.0.133-beta.2 → 2.0.134-dev.29c5fea5.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.133-beta.2",
3
+ "version": "2.0.134-dev.29c5fea5.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,7 +54,7 @@
54
54
  "**/*.d.ts"
55
55
  ],
56
56
  "dependencies": {
57
- "@vkontakte/videoplayer-shared": "1.0.61-beta.2",
57
+ "@vkontakte/videoplayer-shared": "1.0.62-dev.5c3ee499.0",
58
58
  "hls.js": "~1.4.7"
59
59
  }
60
60
  }
@@ -103,6 +103,7 @@ export type ITuningConfig = {
103
103
  sourceOpenTimeout: number;
104
104
  vktvAbrThrottle: number;
105
105
  timeupdateEventTickThrottle: number;
106
+ useOldFetherInNewDashProvider: boolean;
106
107
  };
107
108
  dashCmafLive: {
108
109
  maxActiveLiveOffset: Milliseconds;