@hed-hog/core 0.0.216 → 0.0.217

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.
@@ -1,9 +1,9 @@
1
1
  columns:
2
2
  - type: pk
3
- - name: item_id
3
+ - name: dashboard_id
4
4
  type: fk
5
5
  references:
6
- table: dashboard_item
6
+ table: dashboard
7
7
  column: id
8
8
  onDelete: CASCADE
9
9
  - name: user_id
@@ -12,13 +12,5 @@ columns:
12
12
  table: user
13
13
  column: id
14
14
  onDelete: CASCADE
15
- - name: width
16
- type: int
17
- - name: height
18
- type: int
19
- - name: x_axis
20
- type: int
21
- - name: y_axis
22
- type: int
23
15
  - type: created_at
24
16
  - type: updated_at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.216",
3
+ "version": "0.0.217",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -31,10 +31,10 @@
31
31
  "uuid": "^11.1.0",
32
32
  "@hed-hog/api-pagination": "0.0.5",
33
33
  "@hed-hog/api-prisma": "0.0.4",
34
+ "@hed-hog/api-types": "0.0.1",
34
35
  "@hed-hog/api-mail": "0.0.7",
35
36
  "@hed-hog/api": "0.0.3",
36
- "@hed-hog/api-locale": "0.0.11",
37
- "@hed-hog/api-types": "0.0.1"
37
+ "@hed-hog/api-locale": "0.0.11"
38
38
  },
39
39
  "exports": {
40
40
  ".": {