@hed-hog/contact 0.0.222 → 0.0.223

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.
@@ -12,21 +12,7 @@
12
12
  slug: admin-contact
13
13
  - menu_id:
14
14
  where:
15
- slug: /management
16
- icon: user
17
- name:
18
- en: Person
19
- pt: Pessoas
20
- slug: /management/person
21
- relations:
22
- role:
23
- - where:
24
- slug: admin
25
- - where:
26
- slug: admin-contact
27
- - menu_id:
28
- where:
29
- slug: /management/person
15
+ slug: /core/management
30
16
  url: /contact/address-type
31
17
  icon: map-pin
32
18
  name:
@@ -41,7 +27,7 @@
41
27
  slug: admin-contact
42
28
  - menu_id:
43
29
  where:
44
- slug: /management/person
30
+ slug: /core/management
45
31
  url: /contact/contact-type
46
32
  icon: phone
47
33
  name:
@@ -56,7 +42,7 @@
56
42
  slug: admin-contact
57
43
  - menu_id:
58
44
  where:
59
- slug: /management/person
45
+ slug: /core/management
60
46
  url: /contact/document-type
61
47
  icon: file-text
62
48
  name:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact",
3
- "version": "0.0.222",
3
+ "version": "0.0.223",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -12,9 +12,9 @@
12
12
  "@hed-hog/api-pagination": "0.0.5",
13
13
  "@hed-hog/api-locale": "0.0.11",
14
14
  "@hed-hog/api-prisma": "0.0.4",
15
- "@hed-hog/api": "0.0.3",
16
- "@hed-hog/core": "0.0.222",
17
- "@hed-hog/api-mail": "0.0.7"
15
+ "@hed-hog/api-mail": "0.0.7",
16
+ "@hed-hog/core": "0.0.223",
17
+ "@hed-hog/api": "0.0.3"
18
18
  },
19
19
  "exports": {
20
20
  ".": {