@hedhog/admin 0.0.75 → 0.0.76

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 +5 -3
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1006,7 +1006,7 @@ data:
1006
1006
  en: System administrator with full access.
1007
1007
  pt: Administrador do sistema com acesso total.
1008
1008
  relations:
1009
- role_users:
1009
+ users:
1010
1010
  - where:
1011
1011
  email: root@hedhog.com
1012
1012
  - slug: screen-manager
@@ -1017,7 +1017,7 @@ data:
1017
1017
  en: Manage screens in the system.
1018
1018
  pt: Gerenciar telas no sistema.
1019
1019
  relations:
1020
- role_users:
1020
+ users:
1021
1021
  - where:
1022
1022
  email: user@hedhog.com
1023
1023
  - slug: admin-access
@@ -1028,7 +1028,7 @@ data:
1028
1028
  en: Access to administrative features.
1029
1029
  pt: Acesso a funcionalidades administrativas.
1030
1030
  relations:
1031
- role_users:
1031
+ users:
1032
1032
  - where:
1033
1033
  email: root@hedhog.com
1034
1034
  - where:
@@ -1038,6 +1038,8 @@ data:
1038
1038
  region: US
1039
1039
  - code: pt
1040
1040
  region: BR
1041
+ - code: fr
1042
+ region: FR
1041
1043
  translation_namespaces:
1042
1044
  - name: translation
1043
1045
  relations:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {