@truedat/dq 4.42.2 → 4.42.3

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.42.3] 2022-04-13
4
+
5
+ # Fixed
6
+
7
+ - [TD-4721] Remove sources error condition in NewRuleImplementation
8
+
3
9
  ## [4.42.1] 2022-04-12
4
10
 
5
11
  # Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "4.42.2",
3
+ "version": "4.42.3",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -82,8 +82,8 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@apollo/client": "^3.4.10",
85
- "@truedat/core": "4.42.2",
86
- "@truedat/df": "4.42.2",
85
+ "@truedat/core": "4.42.3",
86
+ "@truedat/df": "4.42.3",
87
87
  "axios": "^0.19.2",
88
88
  "graphql": "^15.5.3",
89
89
  "path-to-regexp": "^1.7.0",
@@ -103,5 +103,5 @@
103
103
  "react-dom": ">= 16.8.6 < 17",
104
104
  "semantic-ui-react": ">= 0.88.2 < 2.1"
105
105
  },
106
- "gitHead": "1ca6b75d5b0c80c8e2e931340d5efe4eeefb27de"
106
+ "gitHead": "5adf3b4e2996ade1df6c42dcacec8cf74807db3e"
107
107
  }
@@ -612,7 +612,6 @@ export const NewRuleImplementationLoader = (props) => {
612
612
  variables: { jobTypes: "quality" },
613
613
  });
614
614
  if (loading) return <Loading />;
615
- if (error) return null;
616
615
  const sources = data?.sources || [];
617
616
  return (
618
617
  <NewRuleImplementation