@truedat/dq 4.46.2 → 4.46.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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.46.3] 2022-06-16
4
+
5
+ ### Changed
6
+
7
+ - [TD-4923] Allow change implementation_key on implementation edition
8
+ - [TD-4918] Add permission translations
9
+
3
10
  ## [4.46.2] 2022-06-16
4
11
 
5
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "4.46.2",
3
+ "version": "4.46.3",
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.2",
37
+ "@truedat/test": "4.46.3",
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.2",
92
- "@truedat/df": "4.46.2",
91
+ "@truedat/core": "4.46.3",
92
+ "@truedat/df": "4.46.3",
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": "161f3fae4428ee4e4e26b62fd2f9764ce389d0e2"
113
+ "gitHead": "dfb9df52cce497f8040ba6c17bfb23c9225683d3"
114
114
  }
@@ -62,7 +62,6 @@ export const InformationForm = ({
62
62
  id: "ruleImplementation.props.name.placeholder",
63
63
  })}
64
64
  autoComplete="off"
65
- disabled={ruleImplementation?.status === "published"}
66
65
  />
67
66
  </Form.Field>
68
67
  {_.isEmpty(rule) && !ruleImplementation?.rule_id ? (