@vkontakte/videoplayer 1.1.34-dev.0db665ce.0 → 1.1.34

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/index.d.ts CHANGED
@@ -345,6 +345,7 @@ declare class VKVideoPlayer extends HTMLElement {
345
345
  private svelteStubComponent?;
346
346
  private svelteRootComponent?;
347
347
  private store?;
348
+ private microStoresRoot?;
348
349
  private statistics;
349
350
  private sentry;
350
351
  private readonly _shadowRoot;
@@ -365,7 +366,7 @@ declare class VKVideoPlayer extends HTMLElement {
365
366
  private readonly subscription;
366
367
  annotationsApi: AnnotationsApi | undefined;
367
368
  private createPlayerTimeout;
368
- private prevVsid;
369
+ private prevIsid;
369
370
  private isInited;
370
371
  constructor();
371
372
  private connectedCallback;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer",
3
- "version": "1.1.34-dev.0db665ce.0",
3
+ "version": "1.1.34",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -49,9 +49,9 @@
49
49
  "**/*.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@vkontakte/videoplayer-core": "^2.0.99",
53
- "@vkontakte/videoplayer-interactive": "1.0.9-dev.316b4dcc.0",
54
- "@vkontakte/videoplayer-shared": "^1.0.33",
55
- "@vkontakte/videoplayer-statistics": "^1.0.46"
52
+ "@vkontakte/videoplayer-core": "^2.0.101",
53
+ "@vkontakte/videoplayer-interactive": "^1.0.9",
54
+ "@vkontakte/videoplayer-shared": "^1.0.34",
55
+ "@vkontakte/videoplayer-statistics": "^1.0.47"
56
56
  }
57
57
  }