@truedat/auth 4.40.1 → 4.40.4
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/package.json +4 -4
- package/src/messages/en.js +1 -0
- package/src/messages/es.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/auth",
|
|
3
|
-
"version": "4.40.
|
|
3
|
+
"version": "4.40.4",
|
|
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.
|
|
37
|
+
"@truedat/test": "4.40.4",
|
|
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.40.
|
|
87
|
+
"@truedat/core": "4.40.4",
|
|
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": "e9f62f91507d810f91963967a5f3afa20100c1b9"
|
|
110
110
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -85,6 +85,7 @@ export default {
|
|
|
85
85
|
"permission.group.undefined": "Application",
|
|
86
86
|
"permission.link_data_structure": "Link Structures",
|
|
87
87
|
"permission.link_data_structure_tag": "Link Tags to Structures",
|
|
88
|
+
"permission.link_implementation_business_concept": "Link to Implementations to Concepts",
|
|
88
89
|
"permission.manage_business_concepts_domain": "Manage Business Concept Domain",
|
|
89
90
|
"permission.manage_business_concept_links": "Manage Business Concept Links",
|
|
90
91
|
"permission.manage_confidential_business_concepts": "Manage Confidential Business Concepts",
|
package/src/messages/es.js
CHANGED
|
@@ -85,6 +85,7 @@ export default {
|
|
|
85
85
|
"permission.group.undefined": "Permisos de la Aplicación",
|
|
86
86
|
"permission.link_data_structure": "Vincular estructuras a reglas, conceptos, etc.",
|
|
87
87
|
"permission.link_data_structure_tag": "Vincular etiquetas a estructuras",
|
|
88
|
+
"permission.link_implementation_business_concept": "Vincular Implementaciones a Conceptos",
|
|
88
89
|
"permission.manage_business_concepts_domain": "Gestionar dominios de Conceptos",
|
|
89
90
|
"permission.manage_business_concept_links": "Gestionar enlaces de un concepto",
|
|
90
91
|
"permission.manage_business_concept_links": "Vincular datos a conceptos",
|