@eeplatform/basic-edu 1.10.41 → 1.10.42
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/CHANGELOG.md +6 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -35245,7 +35245,7 @@ function useSchoolService() {
|
|
|
35245
35245
|
name: `${user.firstName} ${user.lastName}`,
|
|
35246
35246
|
role: roleId.toString(),
|
|
35247
35247
|
roleName,
|
|
35248
|
-
|
|
35248
|
+
app: roleType
|
|
35249
35249
|
},
|
|
35250
35250
|
session
|
|
35251
35251
|
);
|
|
@@ -35302,7 +35302,7 @@ function useSchoolService() {
|
|
|
35302
35302
|
name: `${user.firstName} ${user.lastName}`,
|
|
35303
35303
|
role: roleId.toString(),
|
|
35304
35304
|
roleName,
|
|
35305
|
-
|
|
35305
|
+
app: roleType
|
|
35306
35306
|
},
|
|
35307
35307
|
session
|
|
35308
35308
|
);
|