@hed-hog/lms 0.0.5 → 0.0.261

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,5 +1,4 @@
1
- - url: /lms
2
- icon: school
1
+ - icon: school
3
2
  name:
4
3
  en: LMS
5
4
  pt: LMS
@@ -11,6 +10,22 @@
11
10
  - where:
12
11
  slug: admin-lms
13
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
+
14
29
  - url: /lms/courses
15
30
  menu_id:
16
31
  where:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/lms",
3
- "version": "0.0.5",
3
+ "version": "0.0.261",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
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
13
  "@hed-hog/api-types": "0.0.1",
15
- "@hed-hog/core": "0.0.257",
14
+ "@hed-hog/core": "0.0.261",
16
15
  "@hed-hog/api-pagination": "0.0.5",
16
+ "@hed-hog/api": "0.0.3",
17
17
  "@hed-hog/api-prisma": "0.0.4"
18
18
  },
19
19
  "exports": {