@hedhog/admin 0.0.65 → 0.0.66

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 +41 -37
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -1016,8 +1016,9 @@ data:
1016
1016
  en: Manage screens in the system.
1017
1017
  pt: Gerenciar telas no sistema.
1018
1018
  relations:
1019
- - users:
1020
- - email: user@hedhog.com
1019
+ - role_users:
1020
+ - where:
1021
+ email: user@hedhog.com
1021
1022
  - slug: admin-access
1022
1023
  name:
1023
1024
  en: Admin Access
@@ -1026,9 +1027,11 @@ data:
1026
1027
  en: Access to administrative features.
1027
1028
  pt: Acesso a funcionalidades administrativas.
1028
1029
  relations:
1029
- - users:
1030
- - email: root@hedhog.com
1031
- - email: user@hedhog.com
1030
+ - role_users:
1031
+ - where:
1032
+ email: root@hedhog.com
1033
+ - where:
1034
+ email: user@hedhog.com
1032
1035
  locales:
1033
1036
  - code: en
1034
1037
  region: US
@@ -1040,36 +1043,37 @@ data:
1040
1043
  country_id:
1041
1044
  where:
1042
1045
  code: BRA
1043
- translations:
1046
+ translation_namespaces:
1044
1047
  - name: translation
1045
- translations:
1046
- - locale_id:
1047
- where:
1048
- code: en
1049
- name: slogan
1050
- value: Administration Panel
1051
- - locale_id:
1052
- where:
1053
- code: pt
1054
- name: slogan
1055
- value: Painel de Administração
1056
- - locale_id:
1057
- where:
1058
- code: en
1059
- name: en
1060
- value: English
1061
- - locale_id:
1062
- where:
1063
- code: en
1064
- name: pt
1065
- value: Portuguese
1066
- - locale_id:
1067
- where:
1068
- code: pt
1069
- name: en
1070
- value: Inglês
1071
- - locale_id:
1072
- where:
1073
- code: pt
1074
- name: pt
1075
- value: Português
1048
+ relations:
1049
+ - translations:
1050
+ - locale_id:
1051
+ where:
1052
+ code: en
1053
+ name: slogan
1054
+ value: Administration Panel
1055
+ - locale_id:
1056
+ where:
1057
+ code: pt
1058
+ name: slogan
1059
+ value: Painel de Administração
1060
+ - locale_id:
1061
+ where:
1062
+ code: en
1063
+ name: en
1064
+ value: English
1065
+ - locale_id:
1066
+ where:
1067
+ code: en
1068
+ name: pt
1069
+ value: Portuguese
1070
+ - locale_id:
1071
+ where:
1072
+ code: pt
1073
+ name: en
1074
+ value: Inglês
1075
+ - locale_id:
1076
+ where:
1077
+ code: pt
1078
+ name: pt
1079
+ value: Português
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {