@hed-hog/core 0.0.108 → 0.0.109

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.
@@ -42,6 +42,10 @@
42
42
  role:
43
43
  - where:
44
44
  slug: admin
45
+ - where:
46
+ slug: admin-access
47
+ - where:
48
+ slug: user
45
49
  - url: /menu/system
46
50
  method: GET
47
51
  relations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.108",
3
+ "version": "0.0.109",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -31,8 +31,8 @@
31
31
  "uuid": "^11.1.0",
32
32
  "@hed-hog/types": "0.0.1",
33
33
  "@hed-hog/api-pagination": "0.0.4",
34
- "@hed-hog/api-mail": "0.0.7",
35
34
  "@hed-hog/api": "0.0.3",
35
+ "@hed-hog/api-mail": "0.0.7",
36
36
  "@hed-hog/api-prisma": "0.0.4",
37
37
  "@hed-hog/api-locale": "0.0.10"
38
38
  },