@truedat/core 5.13.9 → 5.14.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/routes.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "5.13.9",
3
+ "version": "5.14.1",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -117,5 +117,5 @@
117
117
  "react-dom": ">= 16.8.6 < 17",
118
118
  "semantic-ui-react": ">= 2.0.3 < 2.2"
119
119
  },
120
- "gitHead": "afb7ed17e429ca033fafcbb23abafb14a3017ff6"
120
+ "gitHead": "a4ee212708f281ed1bbe15431e6d8731a55f2d29"
121
121
  }
package/src/routes.js CHANGED
@@ -244,6 +244,7 @@ const routes = {
244
244
  CONCEPTS_NEW,
245
245
  CONCEPTS_PENDING,
246
246
  CONCEPTS_SUBSCOPED,
247
+ CONCEPTS_DEPRECATED,
247
248
  CONCEPT_ARCHIVE,
248
249
  CONCEPT_EDIT,
249
250
  CONCEPT_EVENTS,