@desynova-digital/player 4.0.29 → 4.0.30

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.
@@ -359,11 +359,13 @@ var Player = exports["default"] = /*#__PURE__*/function (_Component) {
359
359
  },
360
360
  key: "control-bar",
361
361
  pauseOnOutMarkerSelect: fullProps.pauseOnOutMarkerSelect,
362
- order: 2
362
+ order: 2,
363
+ playerType: fullProps.playerType
363
364
  }, this.props)), /*#__PURE__*/_react["default"].createElement(_Shortcut["default"], _extends({
364
365
  key: "shortcut",
365
366
  order: 99.0
366
367
  }, props, {
368
+ playerType: fullProps.playerType,
367
369
  frameRate: fullProps.frameRate,
368
370
  pauseOnOutMarkerSelect: fullProps.pauseOnOutMarkerSelect
369
371
  }))];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {