@truedat/bg 5.11.0 → 5.12.1
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 +6 -6
- package/src/taxonomy/api.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/bg",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.1",
|
|
4
4
|
"description": "Truedat Web Business Glossary",
|
|
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.
|
|
37
|
+
"@truedat/test": "5.12.1",
|
|
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,9 +86,9 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "5.
|
|
90
|
-
"@truedat/df": "5.
|
|
91
|
-
"@truedat/lm": "5.
|
|
89
|
+
"@truedat/core": "5.12.1",
|
|
90
|
+
"@truedat/df": "5.12.1",
|
|
91
|
+
"@truedat/lm": "5.12.1",
|
|
92
92
|
"decode-uri-component": "^0.2.2",
|
|
93
93
|
"file-saver": "^2.0.5",
|
|
94
94
|
"moment": "^2.29.4",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"react-dom": ">= 16.8.6 < 17",
|
|
112
112
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "acdeec68776c8a8f6101ac67e2f053445585a94d"
|
|
115
115
|
}
|
package/src/taxonomy/api.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const API_ACL_ENTRY = "/api/acl_entries/:id";
|
|
2
2
|
const API_DOMAIN = "/api/domains/:id";
|
|
3
|
-
const API_DOMAIN_MEMBERS = "/api/domains/:id/
|
|
3
|
+
const API_DOMAIN_MEMBERS = "/api/acl_entries/domains/:id/";
|
|
4
4
|
const API_DOMAIN_MEMBER = "/api/acl_entries/:id";
|
|
5
5
|
const API_DOMAINS = "/api/domains";
|
|
6
6
|
const API_DOMAIN_CONCEPT_CHILDREN =
|