@truedat/audit 4.33.9 โ†’ 4.34.2

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.34.1] 2021-12-02
4
+
5
+ ### Added
6
+
7
+ - [TD-4345] Change notificaction messages for rule results
8
+
3
9
  ## [4.32.0] 2021-11-08
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/audit",
3
- "version": "4.33.9",
3
+ "version": "4.34.2",
4
4
  "description": "Truedat Web Audit Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.14.1",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.33.9",
37
+ "@truedat/test": "4.34.0",
38
38
  "babel-jest": "^27.0.6",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -84,8 +84,8 @@
84
84
  ]
85
85
  },
86
86
  "dependencies": {
87
- "@truedat/auth": "4.33.9",
88
- "@truedat/core": "4.33.9",
87
+ "@truedat/auth": "4.34.2",
88
+ "@truedat/core": "4.34.2",
89
89
  "axios": "^0.19.2",
90
90
  "path-to-regexp": "^1.7.0",
91
91
  "prop-types": "^15.7.2",
@@ -105,5 +105,5 @@
105
105
  "react-dom": ">= 16.8.6 < 17",
106
106
  "semantic-ui-react": ">= 0.88.2 < 2.1"
107
107
  },
108
- "gitHead": "f2635d86f1fc4efccf638aba8ebab749f39a9b1e"
108
+ "gitHead": "8b28a5faca902e9cab3e8b5ab2bc1f8626e3ec7b"
109
109
  }
@@ -6,7 +6,8 @@ export default {
6
6
  "๐Ÿ“ฌ Alert: Data requests pending approval",
7
7
  "notifications.events.concepts": "๐Ÿ–‹ Alert: New event in Business Glosary",
8
8
  "notifications.events.relations": "๐Ÿ‘“ Alert: Relations changed",
9
- "notifications.events.rule_results": "๐Ÿ‘“ Alert: Data quality issues detected",
9
+ "notifications.events.rule_results":
10
+ "๐Ÿ‘“ Alert: Data quality results detected",
10
11
  "notifications.events.comments": "๐Ÿ–‹ Alert: New comments added",
11
12
  "notifications.events.job_status": "โšก Alert: Job status updated",
12
13
  "notifications.events.default": "โšก Alert: New notifications",
@@ -7,7 +7,7 @@ export default {
7
7
  "notifications.events.concepts": "๐Ÿ–‹ Alerta: Nuevo evento en Glosario",
8
8
  "notifications.events.relations": "๐Ÿ‘“ Alerta: Cambio en relaciones",
9
9
  "notifications.events.rule_results":
10
- "๐Ÿ‘“ Alerta: Problemas en calidad detectados",
10
+ "๐Ÿ‘“ Alerta: Resultados en la ejecuciรณn de calidad",
11
11
  "notifications.events.comments": "๐Ÿ–‹ Alerta: Comentarios aรฑadidos",
12
12
  "notifications.events.job_status": "โšก Alerta: Estado de job modificado",
13
13
  "notifications.events.default": "โšก Alerta: Nuevas notificaciones",