@hedhog/admin 0.0.75 → 0.0.77

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/hedhog.yaml +6 -4
  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:
@@ -1049,7 +1051,7 @@ data:
1049
1051
  value: Administration Panel
1050
1052
  - locale_id:
1051
1053
  where:
1052
- code: pt
1054
+ code: pt
1053
1055
  name: slogan
1054
1056
  value: Painel de Administração
1055
1057
  - locale_id:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {