@truedat/dq 4.37.0 → 4.37.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.37.1] 2022-02-02
4
+
5
+ ### Changed
6
+
7
+ - [TD-4152] Include aditional information on implementations download
8
+
3
9
  ## [4.37.0] 2022-01-25
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/dq",
3
- "version": "4.37.0",
3
+ "version": "4.37.1",
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.37.0",
86
- "@truedat/df": "4.37.0",
85
+ "@truedat/core": "4.37.1",
86
+ "@truedat/df": "4.37.1",
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": "a2584d116d738be9a237f26c617e1400d4a24803"
106
+ "gitHead": "36ffd7e86efe27f38c3ae1bb616eb9eb4d444d12"
107
107
  }
@@ -10,7 +10,8 @@ const staticHeaderLabels = [
10
10
  "implementation_key",
11
11
  "implementation_type",
12
12
  "rule",
13
- "template",
13
+ "rule_template",
14
+ "implementation_template",
14
15
  "goal",
15
16
  "minimum",
16
17
  "business_concept",
@@ -497,6 +497,8 @@ export default {
497
497
  "ruleImplementations.props.result": "Quality",
498
498
  "ruleImplementations.props.rule": "Rule",
499
499
  "ruleImplementations.props.template": "Template",
500
+ "ruleImplementations.props.rule_template": "Rule template",
501
+ "ruleImplementations.props.implementation_template": "Implementation template",
500
502
  "ruleImplementations.retrieved.results": "{count} implementations found",
501
503
  "ruleImplementations.search.results.empty": "No implementations found",
502
504
  "ruleImplementations.searching": "Searching implementations",
@@ -511,6 +511,8 @@ export default {
511
511
  "ruleImplementations.props.rule": "Regla",
512
512
  "ruleImplementations.props.status": "Estado",
513
513
  "ruleImplementations.props.template": "Plantilla",
514
+ "ruleImplementations.props.rule_template": "Plantilla de regla",
515
+ "ruleImplementations.props.implementation_template": "Plantilla de implementación",
514
516
  "ruleImplementations.retrieved.results":
515
517
  "{count} implementaciones encontradas",
516
518
  "ruleImplementations.search.results.empty":