@hed-hog/faq 0.0.115 → 0.0.124

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.
@@ -8,7 +8,5 @@
8
8
  role:
9
9
  - where:
10
10
  slug: admin
11
- - where:
12
- slug: admin-access
13
11
  - where:
14
12
  slug: admin-faq
@@ -4,8 +4,6 @@
4
4
  role:
5
5
  - where:
6
6
  slug: admin
7
- - where:
8
- slug: admin-access
9
7
  - where:
10
8
  slug: admin-faq
11
9
  - url: /faq
@@ -14,8 +12,6 @@
14
12
  role:
15
13
  - where:
16
14
  slug: admin
17
- - where:
18
- slug: admin-access
19
15
  - where:
20
16
  slug: admin-faq
21
17
  - url: /faq/stats
@@ -24,8 +20,6 @@
24
20
  role:
25
21
  - where:
26
22
  slug: admin
27
- - where:
28
- slug: admin-access
29
23
  - where:
30
24
  slug: admin-faq
31
25
  - url: /faq/:id
@@ -34,8 +28,6 @@
34
28
  role:
35
29
  - where:
36
30
  slug: admin
37
- - where:
38
- slug: admin-access
39
31
  - where:
40
32
  slug: admin-faq
41
33
  - url: /faq/:id
@@ -44,8 +36,6 @@
44
36
  role:
45
37
  - where:
46
38
  slug: admin
47
- - where:
48
- slug: admin-access
49
39
  - where:
50
40
  slug: admin-faq
51
41
  - url: /faq
@@ -54,7 +44,5 @@
54
44
  role:
55
45
  - where:
56
46
  slug: admin
57
- - where:
58
- slug: admin-access
59
47
  - where:
60
48
  slug: admin-faq
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/faq",
3
- "version": "0.0.115",
3
+ "version": "0.0.124",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -10,9 +10,9 @@
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api-locale": "0.0.10",
13
- "@hed-hog/api-pagination": "0.0.4",
14
- "@hed-hog/core": "0.0.115",
15
13
  "@hed-hog/api": "0.0.3",
14
+ "@hed-hog/api-pagination": "0.0.4",
15
+ "@hed-hog/core": "0.0.124",
16
16
  "@hed-hog/api-prisma": "0.0.4"
17
17
  },
18
18
  "exports": {