@campxdev/shared 2.0.36 → 2.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "2.0.36",
3
+ "version": "2.1.1",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -32,7 +32,7 @@
32
32
  "@hookform/resolvers": "^2.9.10",
33
33
  "@mongodb-js/charts-embed-dom": "3.2.1",
34
34
  "@mui/icons-material": "^6.1.5",
35
- "@mui/lab": "^5.0.0-alpha.146",
35
+ "@mui/lab": "^6.0.0-beta.16",
36
36
  "@mui/material": "^6.1.5",
37
37
  "@mui/x-date-pickers": "^7.22.1",
38
38
  "axios": "^1.7.2",
@@ -575,6 +575,7 @@ export enum ExamsPermissions {
575
575
  CAN_EVALUATORS_ADD = 'can_evaluators_add',
576
576
  CAN_EVALUATORS_EDIT = 'can_evaluators_edit',
577
577
  CAN_EVALUATORS_DELETE = 'can_evaluators_delete',
578
+ CAN_EVALUATORS_IMPERSONATE = 'can_evaluators_impersonate',
578
579
 
579
580
  //Grade Templates
580
581
  CAN_GRADE_TEMPLATES_VIEW = 'can_grade_templates_view',