@truedat/auth 5.2.2 → 5.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/auth",
3
- "version": "5.2.2",
3
+ "version": "5.2.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": "5.2.2",
37
+ "@truedat/test": "5.2.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,7 +86,7 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.2.2",
89
+ "@truedat/core": "5.2.4",
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": "39b2e1047e9a1ef56be526292208be23bfdd798d"
112
+ "gitHead": "30945576a3812f88a70b30553caec79bb8957d5c"
113
113
  }
@@ -97,7 +97,6 @@ export default {
97
97
  "permission.link_implementation_business_concept": "Vincular implementaciones a conceptos",
98
98
  "permission.link_implementation_structure": "Vincular implementaciones a estructuras",
99
99
  "permission.manage_basic_implementations": "Gestionar implementaciones básicas",
100
- "permission.manage_business_concept_links": "Gestionar enlaces de un concepto",
101
100
  "permission.manage_business_concept_links": "Vincular datos a conceptos",
102
101
  "permission.manage_business_concepts_domain": "Gestionar dominios de conceptos",
103
102
  "permission.manage_confidential_business_concepts": "Gestionar conceptos confidenciales",