@truedat/dq 4.46.8 → 4.46.9

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.46.9] 2022-06-20
4
+
5
+ - [TD-4953] Implementation details view is not displaying the template fields
6
+
3
7
  ## [4.46.7] 2022-06-20
4
8
 
5
9
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "4.46.8",
3
+ "version": "4.46.9",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.4",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.46.8",
37
+ "@truedat/test": "4.46.9",
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",
@@ -88,8 +88,8 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@apollo/client": "^3.6.4",
91
- "@truedat/core": "4.46.8",
92
- "@truedat/df": "4.46.8",
91
+ "@truedat/core": "4.46.9",
92
+ "@truedat/df": "4.46.9",
93
93
  "axios": "^0.19.2",
94
94
  "graphql": "^15.5.3",
95
95
  "path-to-regexp": "^1.7.0",
@@ -110,5 +110,5 @@
110
110
  "react-dom": ">= 16.8.6 < 17",
111
111
  "semantic-ui-react": ">= 0.88.2 < 2.1"
112
112
  },
113
- "gitHead": "44f3e7aea8153415f773f7b4f9137c11ad128b1d"
113
+ "gitHead": "e4b69516afe19d864531f507af8c7d0f17b2a064"
114
114
  }
@@ -127,6 +127,7 @@ export const ImplementationsRoutes = ({
127
127
  <>
128
128
  <RuleImplementationLoader />
129
129
  <RuleSubscriptionLoader />
130
+ <TemplatesLoader scope="ri" />
130
131
  <Route
131
132
  exact
132
133
  path={IMPLEMENTATION}