@hed-hog/contact-us 0.0.1 → 0.0.2

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.
@@ -27,5 +27,5 @@ columns:
27
27
  references:
28
28
  table: user
29
29
  column: id
30
- onDelete: SET_NULL
30
+ onDelete: SET NULL
31
31
  - type: created_at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact-us",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,11 +9,11 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
+ "@hed-hog/api": "0.0.3",
12
13
  "@hed-hog/api-locale": "0.0.10",
13
14
  "@hed-hog/admin": "0.0.130",
14
- "@hed-hog/api": "0.0.3",
15
- "@hed-hog/api-prisma": "0.0.4",
16
- "@hed-hog/api-pagination": "0.0.3"
15
+ "@hed-hog/api-pagination": "0.0.3",
16
+ "@hed-hog/api-prisma": "0.0.4"
17
17
  },
18
18
  "exports": {
19
19
  ".": {