@truedat/dq 7.13.4 → 7.13.6
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/dq",
|
|
3
|
-
"version": "7.13.
|
|
3
|
+
"version": "7.13.6",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@testing-library/jest-dom": "^6.6.3",
|
|
54
54
|
"@testing-library/react": "^16.3.0",
|
|
55
55
|
"@testing-library/user-event": "^14.6.1",
|
|
56
|
-
"@truedat/test": "7.13.
|
|
56
|
+
"@truedat/test": "7.13.6",
|
|
57
57
|
"identity-obj-proxy": "^3.0.0",
|
|
58
58
|
"jest": "^29.7.0",
|
|
59
59
|
"redux-saga-test-plan": "^4.0.6"
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
87
87
|
"swr": "^2.3.3"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "5c369d5a90a39be6362493db19e597a91d5a907d"
|
|
90
90
|
}
|
|
@@ -179,7 +179,6 @@ export const ImplementationsRoutes = ({
|
|
|
179
179
|
<>
|
|
180
180
|
<RuleImplementationLoader />
|
|
181
181
|
<RuleSubscriptionLoader />
|
|
182
|
-
<TemplatesLoader scope="ri" />
|
|
183
182
|
</>
|
|
184
183
|
}
|
|
185
184
|
/>
|
|
@@ -413,7 +412,6 @@ export const ImplementationsRoutes = ({
|
|
|
413
412
|
element={
|
|
414
413
|
<>
|
|
415
414
|
<RuleResultRemediationLoader propRuleResultId={ruleResultId} />
|
|
416
|
-
<TemplatesLoader scope="remediation" />
|
|
417
415
|
<RuleResultsRoutes />
|
|
418
416
|
</>
|
|
419
417
|
}
|