@hed-hog/contact-us 0.0.115 → 0.0.122

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-contact-us
@@ -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-contact-us
11
9
  - url: /contact-us/stats
@@ -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-contact-us
21
17
  - url: /contact-us/:id
@@ -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-contact-us
31
25
  - url: /contact-us/response/: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-contact-us
41
33
  - url: /contact-us/status/: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-contact-us
51
41
  - url: /contact-us/:id
@@ -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-contact-us
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact-us",
3
- "version": "0.0.115",
3
+ "version": "0.0.122",
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/core": "0.0.115",
14
13
  "@hed-hog/api-pagination": "0.0.4",
15
14
  "@hed-hog/api": "0.0.3",
15
+ "@hed-hog/core": "0.0.122",
16
16
  "@hed-hog/api-prisma": "0.0.4"
17
17
  },
18
18
  "exports": {