@truedat/auth 4.38.6 → 4.38.7
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.
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
- package/src/messages/en.js +1 -0
- package/src/messages/es.js +1 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/auth",
|
|
3
|
-
"version": "4.38.
|
|
3
|
+
"version": "4.38.7",
|
|
4
4
|
"description": "Truedat Web Auth",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@testing-library/jest-dom": "^5.14.1",
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/user-event": "^13.2.1",
|
|
37
|
-
"@truedat/test": "4.38.
|
|
37
|
+
"@truedat/test": "4.38.7",
|
|
38
38
|
"babel-jest": "^27.0.6",
|
|
39
39
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
40
40
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@truedat/core": "4.38.
|
|
87
|
+
"@truedat/core": "4.38.7",
|
|
88
88
|
"auth0-js": "^9.12.2",
|
|
89
89
|
"immutable": "^4.0.0-rc.12",
|
|
90
90
|
"jwt-decode": "^2.2.0",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"react-dom": ">= 16.8.6 < 17",
|
|
107
107
|
"semantic-ui-react": ">= 0.88.2 < 2.1"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "840c799ecdd6b8440112ac803119482e688142ed"
|
|
110
110
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -94,6 +94,7 @@ export default {
|
|
|
94
94
|
"permission.manage_quality_rule": "Manage Rules",
|
|
95
95
|
"permission.manage_quality_rule_implementations": "Manage Implementations",
|
|
96
96
|
"permission.manage_raw_quality_rule_implementations": "Manage Native Implementations",
|
|
97
|
+
"permission.manage_rule_results": "Manage Rule Execution Results",
|
|
97
98
|
"permission.manage_structures_domain": "Manage Structure Domain",
|
|
98
99
|
"permission.manage_structures_metadata": "Manage Structure Metadata",
|
|
99
100
|
"permission.profile_structures": "Execute Structure Profiling",
|
package/src/messages/es.js
CHANGED
|
@@ -95,6 +95,7 @@ export default {
|
|
|
95
95
|
"permission.manage_quality_rule": "Gestionar Reglas de Calidad",
|
|
96
96
|
"permission.manage_quality_rule_implementations": "Gestionar implementaciones de reglas",
|
|
97
97
|
"permission.manage_raw_quality_rule_implementations": "Gestionar implementationes nativas",
|
|
98
|
+
"permission.manage_rule_results": "Gestionar resultados de ejecución de reglas",
|
|
98
99
|
"permission.manage_structures_domain": "Gestionar dominio de las estructuras",
|
|
99
100
|
"permission.manage_structures_metadata": "Gestionar Metadata de las estructuras",
|
|
100
101
|
"permission.profile_structures": "Ejecutar perfilado de estructuras",
|