@vkontakte/videoplayer-core 2.0.140-dev.24feb19e.0 → 2.0.140-dev.4c27f703.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.140-dev.24feb19e.0",
3
+ "version": "2.0.140-dev.4c27f703.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.68-dev.36f8bc3f.0"
57
+ "@vkontakte/videoplayer-shared": "1.0.68-dev.f4546f31.0"
58
58
  }
59
59
  }
@@ -107,7 +107,6 @@ export type ITuningConfig = {
107
107
  timeupdateEventTickThrottle: number;
108
108
  fetcherBufferOptimisation: boolean;
109
109
  codecsPrioritizeEnabled: boolean;
110
- useVideoElementWaitingCurrentTimeReassign: boolean;
111
110
  };
112
111
  dashCmafLive: {
113
112
  maxActiveLiveOffset: Milliseconds;