@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.
- package/dist/core.js +1 -1
- package/dist/index.css +893 -893
- package/dist/index.js +2 -2
- package/dist/plugins/index.css +589 -589
- package/dist/plugins/index.js +2 -2
- package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
- package/package.json +1 -1
- package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.js
CHANGED
|
@@ -43304,7 +43304,7 @@ class Player {
|
|
|
43304
43304
|
}
|
|
43305
43305
|
}
|
|
43306
43306
|
|
|
43307
|
-
var version$1 = "2.22.
|
|
43307
|
+
var version$1 = "2.22.12";
|
|
43308
43308
|
|
|
43309
43309
|
var packages = {
|
|
43310
43310
|
"node_modules/@clappr/core": {
|
|
@@ -49769,7 +49769,7 @@ class PlaybackRate extends UICorePlugin {
|
|
|
49769
49769
|
i18n: this.core.i18n,
|
|
49770
49770
|
playbackRates: this.playbackRates,
|
|
49771
49771
|
}));
|
|
49772
|
-
this.mount()
|
|
49772
|
+
// this.mount()
|
|
49773
49773
|
return this;
|
|
49774
49774
|
}
|
|
49775
49775
|
/**
|