@truedat/dq 8.2.0 → 8.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
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": "8.2.0",
56
+ "@truedat/test": "8.2.1",
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": "a0b6d89f64e82602a1f3c5e250691526fe0c558a"
89
+ "gitHead": "3008f4a5a734dc1f12e9f25a790542b56aed61d2"
90
90
  }
@@ -5,31 +5,6 @@ import { Route, useParams, Routes } from "react-router";
5
5
  import { connect } from "react-redux";
6
6
  import { Segment } from "semantic-ui-react";
7
7
  import { ProtectedRoute, Loader } from "@truedat/core/router";
8
- import {
9
- IMPLEMENTATION_CLONE,
10
- IMPLEMENTATION_CONCEPT_LINKS_NEW,
11
- IMPLEMENTATION_CONCEPT_LINKS,
12
- IMPLEMENTATION_EDIT,
13
- IMPLEMENTATION_EDIT_AS_DEFAULT,
14
- IMPLEMENTATION_EDIT_AS_RAW,
15
- IMPLEMENTATION_EVENTS,
16
- IMPLEMENTATION_EXECUTIONS,
17
- IMPLEMENTATION_HISTORY,
18
- IMPLEMENTATION_MOVE,
19
- IMPLEMENTATION_NEW,
20
- IMPLEMENTATION_NEW_BASIC,
21
- IMPLEMENTATION_NEW_RAW,
22
- IMPLEMENTATION_RESULT_DETAILS,
23
- IMPLEMENTATION_RESULTS_DETAILS,
24
- IMPLEMENTATION_RESULTS,
25
- IMPLEMENTATION_STRUCTURES_NEW,
26
- IMPLEMENTATION_STRUCTURES,
27
- IMPLEMENTATION,
28
- IMPLEMENTATIONS,
29
- IMPLEMENTATIONS_BY_SUBSCOPE,
30
- IMPLEMENTATIONS_DEPRECATED,
31
- IMPLEMENTATIONS_PENDING,
32
- } from "@truedat/core/routes";
33
8
  import {
34
9
  getImplementationStructures,
35
10
  getImplementationStructuresLoaded,
@@ -48,7 +23,6 @@ import RuleImplementationHistory from "./RuleImplementationHistory";
48
23
  import RuleImplementationLoader from "./RuleImplementationLoader";
49
24
  import RuleImplementationProperties from "./RuleImplementationProperties";
50
25
  import RuleImplementationResults from "./RuleImplementationResults";
51
- import RuleResultDetails from "./RuleResultDetails";
52
26
  import RuleResultRemediationLoader from "./RuleResultRemediationLoader";
53
27
  import RuleResultsRoutes from "./RuleResultsRoutes";
54
28
  import RuleSubscriptionLoader from "./RuleSubscriptionLoader";
@@ -129,9 +103,7 @@ export const ImplementationsRoutes = ({
129
103
  <Route
130
104
  // IMPLEMENTATIONS_BY_SUBSCOPE = "/implementations/subscope/:subscope";
131
105
  path="/subscope/:subscope"
132
- element={
133
- <Implementations defaultFilters={{ status: ["published"] }} />
134
- }
106
+ element={<Implementations defaultFilters={{ status: ["published"] }} />}
135
107
  />
136
108
  <Route
137
109
  // IMPLEMENTATIONS_DEPRECATED = "/implementations/deprecated";