@newtonschool/react_proctoring_library 0.0.106 → 0.0.107

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.
@@ -49,6 +49,7 @@ const ProctorApp = _ref => {
49
49
  const {
50
50
  permissions,
51
51
  references,
52
+ isElectronApp,
52
53
  permissionErrors,
53
54
  allPermissionGrantedOnce
54
55
  } = context;
@@ -118,7 +119,7 @@ const ProctorApp = _ref => {
118
119
  }), proctorParams.fullscreenExit && /*#__PURE__*/(0, _jsxRuntime.jsx)(_fullscreen.default, {
119
120
  proctorParams: proctorParams,
120
121
  setAskPermissionAction: setAskPermissionAction
121
- }), proctorParams.openHeimdall && /*#__PURE__*/(0, _jsxRuntime.jsx)(_OpenHeimdall.OpenHeimdall, {
122
+ }), proctorParams.openHeimdall && isElectronApp && /*#__PURE__*/(0, _jsxRuntime.jsx)(_OpenHeimdall.OpenHeimdall, {
122
123
  config: config,
123
124
  setAskPermissionAction: setAskPermissionAction,
124
125
  proctoredContext: proctoredContext
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtonschool/react_proctoring_library",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "description": "Used to proctor online tests",
5
5
  "author": "ayushkagrawal,shreyachandra,weastel",
6
6
  "main": "dist/index.js",