@hedhog/admin 0.0.78 → 0.0.79

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.
Files changed (2) hide show
  1. package/hedhog.yaml +9 -0
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -202,6 +202,11 @@ data:
202
202
  description:
203
203
  en: Manage the screens available in the system.
204
204
  pt: Gerenciar as telas disponíveis no sistema.
205
+ relations:
206
+ routes:
207
+ - where:
208
+ url:
209
+ like: /screens%
205
210
  - slug: /management/menus
206
211
  icon: menu
207
212
  name:
@@ -1015,6 +1020,10 @@ data:
1015
1020
  users:
1016
1021
  - where:
1017
1022
  email: root@hedhog.com
1023
+ menus:
1024
+ - where:
1025
+ id:
1026
+ gte: 0
1018
1027
  - slug: screen-manager
1019
1028
  name:
1020
1029
  en: Screen Manager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {