@truedat/auth 4.58.2 → 4.58.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/CHANGELOG.md +12 -0
- package/package.json +5 -4
- package/src/messages/en.js +1 -0
- package/src/messages/es.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.58.4] 2022-12-22
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- [TD-4300] `manage_basic_implementations` permission translation
|
|
8
|
+
|
|
9
|
+
## [4.58.3] 2022-12-21
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- [TD-5426] Update `decode-uri-component` (CVE-2022-38900)
|
|
14
|
+
|
|
3
15
|
## [4.51.5] 2022-09-19
|
|
4
16
|
|
|
5
17
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/auth",
|
|
3
|
-
"version": "4.58.
|
|
3
|
+
"version": "4.58.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.16.5",
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/user-event": "^13.2.1",
|
|
37
|
-
"@truedat/test": "4.58.
|
|
37
|
+
"@truedat/test": "4.58.4",
|
|
38
38
|
"babel-jest": "^28.1.0",
|
|
39
39
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
40
40
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -86,8 +86,9 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "4.58.
|
|
89
|
+
"@truedat/core": "4.58.4",
|
|
90
90
|
"auth0-js": "^9.19.2",
|
|
91
|
+
"decode-uri-component": "^0.2.2",
|
|
91
92
|
"jwt-decode": "^2.2.0",
|
|
92
93
|
"lodash": "^4.17.21",
|
|
93
94
|
"path-to-regexp": "^1.7.0",
|
|
@@ -108,5 +109,5 @@
|
|
|
108
109
|
"react-dom": ">= 16.8.6 < 17",
|
|
109
110
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
110
111
|
},
|
|
111
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "852f36764d42a458272b3d5a5d204d928d5243c4"
|
|
112
113
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"permission.link_data_structure_tag": "Tag structures",
|
|
97
97
|
"permission.link_implementation_business_concept": "Link implementations to concepts",
|
|
98
98
|
"permission.link_implementation_structure": "Link implementations to structures",
|
|
99
|
+
"permission.manage_basic_implementations": "Manage basic implementations",
|
|
99
100
|
"permission.manage_business_concept_links": "Manage business concept links",
|
|
100
101
|
"permission.manage_business_concepts_domain": "Manage business concept domain",
|
|
101
102
|
"permission.manage_confidential_business_concepts": "Manage confidential business concepts",
|
package/src/messages/es.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
"permission.link_data_structure_tag": "Vincular etiquetas a estructuras",
|
|
97
97
|
"permission.link_implementation_business_concept": "Vincular implementaciones a conceptos",
|
|
98
98
|
"permission.link_implementation_structure": "Vincular implementaciones a estructuras",
|
|
99
|
+
"permission.manage_basic_implementations": "Gestionar implementaciones básicas",
|
|
99
100
|
"permission.manage_business_concept_links": "Gestionar enlaces de un concepto",
|
|
100
101
|
"permission.manage_business_concept_links": "Vincular datos a conceptos",
|
|
101
102
|
"permission.manage_business_concepts_domain": "Gestionar dominios de conceptos",
|