@hed-hog/core 0.0.184 → 0.0.186

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,5 +1,5 @@
1
1
  - url: /dashboard
2
- order: 0
2
+ order: -1
3
3
  icon: house
4
4
  name:
5
5
  en: Dashboard
@@ -90,7 +90,7 @@
90
90
  - where:
91
91
  slug: admin
92
92
  - url: /users
93
- order: 2
93
+ order: 0
94
94
  icon: users
95
95
  name:
96
96
  en: Users
@@ -13,8 +13,7 @@ columns:
13
13
  length: 255
14
14
  - name: order
15
15
  type: int
16
- default: .nan
17
- unsigned: true
16
+ default: 10
18
17
  - name: icon
19
18
  length: 255
20
19
  - name: name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.184",
3
+ "version": "0.0.186",
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-mail": "0.0.7",
33
33
  "@hed-hog/api": "0.0.3",
34
- "@hed-hog/api-types": "0.0.1",
35
- "@hed-hog/api-pagination": "0.0.5",
36
34
  "@hed-hog/api-prisma": "0.0.4",
37
- "@hed-hog/api-locale": "0.0.11"
35
+ "@hed-hog/api-types": "0.0.1",
36
+ "@hed-hog/api-locale": "0.0.11",
37
+ "@hed-hog/api-pagination": "0.0.5"
38
38
  },
39
39
  "exports": {
40
40
  ".": {