@npo/player 1.28.2 → 1.28.3

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/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npo/player",
3
- "version": "1.28.2",
3
+ "version": "1.28.3",
4
4
  "description": "NPO Player",
5
5
  "author": "Publieke Omroep <player@npo.nl>",
6
6
  "contributors": [
@@ -20,6 +20,7 @@ import StyleModule from 'bitmovin-player/modules/bitmovinplayer-style';
20
20
  import CryptoModule from 'bitmovin-player/modules/bitmovinplayer-crypto';
21
21
  import PatchModule from 'bitmovin-player/modules/bitmovinplayer-patch';
22
22
  import ThumbnailModule from 'bitmovin-player/modules/bitmovinplayer-thumbnail';
23
+ import RemoteControlModule from 'bitmovin-player/modules/bitmovinplayer-remotecontrol';
23
24
  export const playerModules = [
24
25
  EngineBitmovinModule,
25
26
  EngineNativeModule,
@@ -42,5 +43,6 @@ export const playerModules = [
42
43
  AdvertisingCoreModule,
43
44
  AdvertisingBitmovinModule,
44
45
  AnalyticsModule,
45
- ThumbnailModule
46
+ ThumbnailModule,
47
+ RemoteControlModule
46
48
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npo/player",
3
- "version": "1.28.2",
3
+ "version": "1.28.3",
4
4
  "description": "NPO Player",
5
5
  "author": "Publieke Omroep <player@npo.nl>",
6
6
  "contributors": [