@hed-hog/lms 0.0.4 → 0.0.258

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.
@@ -1,9 +1,40 @@
1
- - url: /lms
2
- icon: file-question-mark
1
+ - icon: school
3
2
  name:
4
3
  en: LMS
5
4
  pt: LMS
6
5
  slug: /lms
6
+ relations:
7
+ role:
8
+ - where:
9
+ slug: admin
10
+ - where:
11
+ slug: admin-lms
12
+
13
+ - url: /lms
14
+ menu_id:
15
+ where:
16
+ slug: /lms
17
+ icon: home
18
+ name:
19
+ en: Dashboard
20
+ pt: Dashboard
21
+ slug: /lms/dashboard
22
+ relations:
23
+ role:
24
+ - where:
25
+ slug: admin
26
+ - where:
27
+ slug: admin-lms
28
+
29
+ - url: /lms/courses
30
+ menu_id:
31
+ where:
32
+ slug: /lms
33
+ icon: book-marked
34
+ name:
35
+ en: Courses
36
+ pt: Cursos
37
+ slug: /lms/courses
7
38
  relations:
8
39
  role:
9
40
  - where:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/lms",
3
- "version": "0.0.4",
3
+ "version": "0.0.258",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,12 +9,12 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/api": "0.0.3",
13
12
  "@hed-hog/api-locale": "0.0.11",
14
- "@hed-hog/api-pagination": "0.0.5",
13
+ "@hed-hog/core": "0.0.258",
14
+ "@hed-hog/api": "0.0.3",
15
15
  "@hed-hog/api-types": "0.0.1",
16
- "@hed-hog/api-prisma": "0.0.4",
17
- "@hed-hog/core": "0.0.257"
16
+ "@hed-hog/api-pagination": "0.0.5",
17
+ "@hed-hog/api-prisma": "0.0.4"
18
18
  },
19
19
  "exports": {
20
20
  ".": {