@desynova-digital/player 4.1.8 → 4.1.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.
@@ -226,7 +226,8 @@ var PlayerHeader = exports["default"] = /*#__PURE__*/function (_Component) {
226
226
  isShareAvailable = _this$props6.isShareAvailable,
227
227
  isUserGuest = _this$props6.isUserGuest,
228
228
  isRightMenuVisible = _this$props6.isRightMenuVisible,
229
- noRightComponent = _this$props6.noRightComponent;
229
+ noRightComponent = _this$props6.noRightComponent,
230
+ showQCReport = _this$props6.showQCReport;
230
231
  var _this$state = this.state,
231
232
  versionIndex = _this$state.versionIndex,
232
233
  updatedVersionsList = _this$state.updatedVersionsList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {