@hed-hog/lms 0.0.2 → 0.0.5

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,25 @@
1
1
  - url: /lms
2
- icon: file-question-mark
2
+ icon: school
3
3
  name:
4
4
  en: LMS
5
5
  pt: LMS
6
6
  slug: /lms
7
+ relations:
8
+ role:
9
+ - where:
10
+ slug: admin
11
+ - where:
12
+ slug: admin-lms
13
+
14
+ - url: /lms/courses
15
+ menu_id:
16
+ where:
17
+ slug: /lms
18
+ icon: book-marked
19
+ name:
20
+ en: Courses
21
+ pt: Cursos
22
+ slug: /lms/courses
7
23
  relations:
8
24
  role:
9
25
  - where:
@@ -0,0 +1,3 @@
1
+ columns:
2
+ - type: pk
3
+ - name: name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/lms",
3
- "version": "0.0.2",
3
+ "version": "0.0.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -11,9 +11,10 @@
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api": "0.0.3",
13
13
  "@hed-hog/api-locale": "0.0.11",
14
+ "@hed-hog/api-types": "0.0.1",
15
+ "@hed-hog/core": "0.0.257",
14
16
  "@hed-hog/api-pagination": "0.0.5",
15
- "@hed-hog/api-prisma": "0.0.4",
16
- "@hed-hog/api-types": "0.0.1"
17
+ "@hed-hog/api-prisma": "0.0.4"
17
18
  },
18
19
  "exports": {
19
20
  ".": {