@vkontakte/videoplayer-core 2.0.115-beta.0 → 2.0.115-dev.0778dd82.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/es2015.cjs.js +4 -4
- package/es2015.esm.js +4 -4
- package/es2018.cjs.js +10 -10
- package/es2018.esm.js +10 -10
- package/esnext.cjs.js +4 -4
- package/esnext.esm.js +4 -4
- package/evergreen.esm.js +4 -4
- package/package.json +2 -2
- package/types/utils/tuningConfig.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/videoplayer-core",
|
|
3
|
-
"version": "2.0.115-
|
|
3
|
+
"version": "2.0.115-dev.0778dd82.0",
|
|
4
4
|
"author": "vk.com",
|
|
5
5
|
"description": "Videoplayer core library based on the vk.com platform",
|
|
6
6
|
"homepage": "https://vk.com",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"**/*.d.ts"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@vkontakte/videoplayer-shared": "
|
|
52
|
+
"@vkontakte/videoplayer-shared": "1.0.47-dev.e007b52f.0",
|
|
53
53
|
"hls.js": "~1.4.7"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -174,6 +174,8 @@ export type ITuningConfig = {
|
|
|
174
174
|
speedFadeThreshold: Milliseconds;
|
|
175
175
|
};
|
|
176
176
|
useVolumeMultiplier: boolean;
|
|
177
|
+
/** говорит о том, что инициализация произошла со стороны нашего vk-плеера */
|
|
178
|
+
usingVkPlayerUi: boolean;
|
|
177
179
|
};
|
|
178
180
|
export type IOptionalTuningConfig = RecursivePartial<ITuningConfig> & {
|
|
179
181
|
configName: ITuningConfig['configName'];
|