@gcorevideo/player 2.24.7 → 2.24.9

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.
@@ -50946,6 +50946,7 @@ var VolumeFadeEvents;
50946
50946
  * @packageDocumentation
50947
50947
  */
50948
50948
  Player.registerPlugin(AudioTracks);
50949
+ Player.registerPlugin(BigMuteButton);
50949
50950
  Player.registerPlugin(BottomGear);
50950
50951
  Player.registerPlugin(ClickToPause);
50951
50952
  Player.registerPlugin(CmcdConfig);
@@ -50953,6 +50954,7 @@ Player.registerPlugin(DvrControls);
50953
50954
  Player.registerPlugin(ErrorScreen);
50954
50955
  Player.registerPlugin(MediaControl);
50955
50956
  Player.registerPlugin(PictureInPicture);
50957
+ Player.registerPlugin(PlaybackRate);
50956
50958
  Player.registerPlugin(Poster);
50957
50959
  Player.registerPlugin(SourceController);
50958
50960
  Player.registerPlugin(SpinnerThreeBounce);
package/dist/index.js CHANGED
@@ -43303,7 +43303,7 @@ class Player {
43303
43303
  }
43304
43304
  }
43305
43305
 
43306
- var version$1 = "2.24.7";
43306
+ var version$1 = "2.24.9";
43307
43307
 
43308
43308
  var packages = {
43309
43309
  "node_modules/@clappr/core": {
@@ -1 +1 @@
1
- {"version":3,"file":"index.embed.d.ts","sourceRoot":"","sources":["../src/index.embed.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAU,iBAAiB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AA4BzE,KAAK,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,GAAG;IACtD,OAAO,EAAE,iBAAiB,EAAE,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,QAelE"}
1
+ {"version":3,"file":"index.embed.d.ts","sourceRoot":"","sources":["../src/index.embed.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,OAAO,EAAU,iBAAiB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAgCzE,KAAK,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,GAAG;IACtD,OAAO,EAAE,iBAAiB,EAAE,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,QAelE"}
@@ -26,8 +26,9 @@
26
26
  * @packageDocumentation
27
27
  */
28
28
  import { Player } from './index.core.js';
29
- import { AudioTracks, BottomGear, MediaControl, ErrorScreen, SourceController, Subtitles, CmcdConfig, ClickToPause, DvrControls, PictureInPicture, Poster, Spinner, } from './index.plugins.js';
29
+ import { AudioTracks, BigMuteButton, BottomGear, MediaControl, ErrorScreen, SourceController, Subtitles, CmcdConfig, ClickToPause, DvrControls, PictureInPicture, PlaybackRate, Poster, Spinner, } from './index.plugins.js';
30
30
  Player.registerPlugin(AudioTracks);
31
+ Player.registerPlugin(BigMuteButton);
31
32
  Player.registerPlugin(BottomGear);
32
33
  Player.registerPlugin(ClickToPause);
33
34
  Player.registerPlugin(CmcdConfig);
@@ -35,6 +36,7 @@ Player.registerPlugin(DvrControls);
35
36
  Player.registerPlugin(ErrorScreen);
36
37
  Player.registerPlugin(MediaControl);
37
38
  Player.registerPlugin(PictureInPicture);
39
+ Player.registerPlugin(PlaybackRate);
38
40
  Player.registerPlugin(Poster);
39
41
  Player.registerPlugin(SourceController);
40
42
  Player.registerPlugin(Spinner);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gcorevideo/player",
3
- "version": "2.24.7",
3
+ "version": "2.24.9",
4
4
  "description": "Gcore JavaScript video player",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -28,6 +28,7 @@
28
28
  import { Player, PlayerMediaSource, PlayerConfig } from './index.core.js'
29
29
  import {
30
30
  AudioTracks,
31
+ BigMuteButton,
31
32
  BottomGear,
32
33
  MediaControl,
33
34
  ErrorScreen,
@@ -37,11 +38,13 @@ import {
37
38
  ClickToPause,
38
39
  DvrControls,
39
40
  PictureInPicture,
41
+ PlaybackRate,
40
42
  Poster,
41
43
  Spinner,
42
44
  } from './index.plugins.js'
43
45
 
44
46
  Player.registerPlugin(AudioTracks)
47
+ Player.registerPlugin(BigMuteButton)
45
48
  Player.registerPlugin(BottomGear)
46
49
  Player.registerPlugin(ClickToPause)
47
50
  Player.registerPlugin(CmcdConfig)
@@ -49,6 +52,7 @@ Player.registerPlugin(DvrControls)
49
52
  Player.registerPlugin(ErrorScreen)
50
53
  Player.registerPlugin(MediaControl)
51
54
  Player.registerPlugin(PictureInPicture)
55
+ Player.registerPlugin(PlaybackRate)
52
56
  Player.registerPlugin(Poster)
53
57
  Player.registerPlugin(SourceController)
54
58
  Player.registerPlugin(Spinner)