@hed-hog/contact 0.0.3 → 0.0.4

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.
@@ -5,7 +5,7 @@ columns:
5
5
  en: Slug
6
6
  pt: Slug
7
7
  - name: name
8
- type: varchar_locale
8
+ type: locale_varchar
9
9
  length: 31
10
10
  locale:
11
11
  en: Name
@@ -21,7 +21,7 @@ columns:
21
21
  en: Value
22
22
  pt: Valor
23
23
  - name: name
24
- type: varchar_locale
24
+ type: locale_varchar
25
25
  length: 31
26
26
  locale:
27
27
  en: Name
@@ -5,7 +5,7 @@ columns:
5
5
  en: Slug
6
6
  pt: Slug
7
7
  - name: name
8
- type: varchar_locale
8
+ type: locale_varchar
9
9
  length: 31
10
10
  locale:
11
11
  en: Name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -12,11 +12,11 @@
12
12
  "@hed-hog/admin": "0.0.19",
13
13
  "@hed-hog/api": "0.0.3",
14
14
  "@hed-hog/file": "0.0.13",
15
- "@hed-hog/country": "0.0.5",
16
15
  "@hed-hog/api-locale": "0.0.3",
17
- "@hed-hog/api-pagination": "0.0.3",
16
+ "@hed-hog/country": "0.0.5",
18
17
  "@hed-hog/api-prisma": "0.0.4",
19
- "@hed-hog/api-mail": "0.0.4"
18
+ "@hed-hog/api-mail": "0.0.4",
19
+ "@hed-hog/api-pagination": "0.0.3"
20
20
  },
21
21
  "exports": {
22
22
  ".": {