@newtonschool/react_proctoring_library 0.0.60 → 0.0.61

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.
@@ -15,7 +15,6 @@ require("./index.scss");
15
15
  var _utils = require("../../utils");
16
16
  var _hooks = require("../../hooks");
17
17
  var _permissions = require("../permissions");
18
- var _useWebcamData = _interopRequireDefault(require("../../hooks/useWebcamData"));
19
18
  var _breachUtils = require("../../utils/breachUtils");
20
19
  var _webcamMicrophoneUtils = require("../../utils/webcamMicrophoneUtils");
21
20
  var _defaults = require("../../constants/defaults");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtonschool/react_proctoring_library",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "Used to proctor online tests",
5
5
  "author": "ayushkagrawal,shreyachandra,weastel",
6
6
  "main": "dist/index.js",