@gcorevideo/player 2.22.11 → 2.22.12

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.
@@ -13320,7 +13320,7 @@ class ClipsPlugin extends UICorePlugin {
13320
13320
 
13321
13321
  const templateHtml$1 = "<ul class=\"context-menu-list\">\n <% if(options) { %>\n <% for (var i = 0; i < options.length; i++) { %>\n <li class=\"context-menu-list-item <%= options[i].class %>\"\n data-<%= options[i].name %>><%= options[i].label %></li>\n <% } %>\n <% } %>\n</ul>\n";
13322
13322
 
13323
- var version$1 = "2.22.11";
13323
+ var version$1 = "2.22.12";
13324
13324
 
13325
13325
  var packages = {
13326
13326
  "node_modules/@clappr/core": {
@@ -16182,7 +16182,7 @@ class PlaybackRate extends UICorePlugin {
16182
16182
  i18n: this.core.i18n,
16183
16183
  playbackRates: this.playbackRates,
16184
16184
  }));
16185
- this.mount();
16185
+ // this.mount()
16186
16186
  return this;
16187
16187
  }
16188
16188
  /**
@@ -226,7 +226,7 @@ export class PlaybackRate extends UICorePlugin {
226
226
  i18n: this.core.i18n,
227
227
  playbackRates: this.playbackRates,
228
228
  }));
229
- this.mount();
229
+ // this.mount()
230
230
  return this;
231
231
  }
232
232
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gcorevideo/player",
3
- "version": "2.22.11",
3
+ "version": "2.22.12",
4
4
  "description": "Gcore JavaScript video player",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -313,7 +313,7 @@ export class PlaybackRate extends UICorePlugin {
313
313
  }),
314
314
  )
315
315
 
316
- this.mount()
316
+ // this.mount()
317
317
 
318
318
  return this
319
319
  }