@truedat/auth 5.13.4 → 5.13.5
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 +3 -3
- package/src/messages/en.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/auth",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.5",
|
|
4
4
|
"description": "Truedat Web Auth",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "5.13.
|
|
89
|
+
"@truedat/core": "5.13.5",
|
|
90
90
|
"auth0-js": "^9.19.2",
|
|
91
91
|
"decode-uri-component": "^0.2.2",
|
|
92
92
|
"jwt-decode": "^2.2.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"react-dom": ">= 16.8.6 < 17",
|
|
110
110
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "724bbb1138d8b1ee602e80c9bbdc73c68864d3e8"
|
|
113
113
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -144,7 +144,7 @@ export default {
|
|
|
144
144
|
"permission.view_deprecated_business_concepts": "View deprecated business concepts",
|
|
145
145
|
"permission.view_deprecated_ingests": "View deprecated ingests",
|
|
146
146
|
"permission.view_domain": "View domains",
|
|
147
|
-
"permission.view_draft_business_concepts": "View draft business
|
|
147
|
+
"permission.view_draft_business_concepts": "View draft business concepts",
|
|
148
148
|
"permission.view_draft_ingests": "View draft ingests",
|
|
149
149
|
"permission.view_grants": "View grants",
|
|
150
150
|
"permission.view_lineage": "View lineage",
|