@hed-hog/core 0.0.124 → 0.0.125

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.
@@ -8,8 +8,6 @@
8
8
  role:
9
9
  - where:
10
10
  slug: admin
11
- - where:
12
- slug: admin-access
13
11
  - url: /users
14
12
  icon: users
15
13
  name:
@@ -20,8 +18,6 @@
20
18
  role:
21
19
  - where:
22
20
  slug: admin
23
- - where:
24
- slug: admin-access
25
21
  - url: /roles
26
22
  icon: shield-check
27
23
  name:
@@ -734,6 +734,8 @@
734
734
  role:
735
735
  - where:
736
736
  slug: admin
737
+ - where:
738
+ slug: admin-access
737
739
  - url: /setting/user
738
740
  method: GET
739
741
  relations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -30,8 +30,8 @@
30
30
  "speakeasy": "^2.0.0",
31
31
  "uuid": "^11.1.0",
32
32
  "@hed-hog/api-mail": "0.0.7",
33
- "@hed-hog/types": "0.0.1",
34
33
  "@hed-hog/api-pagination": "0.0.4",
34
+ "@hed-hog/types": "0.0.1",
35
35
  "@hed-hog/api-locale": "0.0.10",
36
36
  "@hed-hog/api": "0.0.3",
37
37
  "@hed-hog/api-prisma": "0.0.4"