@truedat/dq 4.48.11 → 4.48.12
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 +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
|
|
174
174
|
## [4.43.5] 2022-05-05
|
|
175
175
|
|
|
176
|
-
|
|
176
|
+
### Added
|
|
177
177
|
|
|
178
178
|
- [TD-4538] Add more coding for segments configuration and segment results for
|
|
179
179
|
implementations
|
|
@@ -193,13 +193,13 @@
|
|
|
193
193
|
|
|
194
194
|
## [4.43.1] 2022-04-28
|
|
195
195
|
|
|
196
|
-
|
|
196
|
+
### Added
|
|
197
197
|
|
|
198
198
|
- [TD-4538] Add Segment configuration and segment results for implementations
|
|
199
199
|
|
|
200
200
|
## [4.43.0] 2022-04-26
|
|
201
201
|
|
|
202
|
-
|
|
202
|
+
### Added
|
|
203
203
|
|
|
204
204
|
- [TD-3186] Support for linking Implementations and Structures
|
|
205
205
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dq",
|
|
3
|
-
"version": "4.48.
|
|
3
|
+
"version": "4.48.12",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@apollo/client": "^3.6.4",
|
|
96
|
-
"@truedat/core": "4.48.
|
|
97
|
-
"@truedat/df": "4.48.
|
|
96
|
+
"@truedat/core": "4.48.12",
|
|
97
|
+
"@truedat/df": "4.48.12",
|
|
98
98
|
"axios": "^0.19.2",
|
|
99
99
|
"graphql": "^15.5.3",
|
|
100
100
|
"path-to-regexp": "^1.7.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"react-dom": ">= 16.8.6 < 17",
|
|
116
116
|
"semantic-ui-react": ">= 0.88.2 < 2.1"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "4a36e50c99882caf8be2d2d59e13e4fde1759302"
|
|
119
119
|
}
|