@truedat/dd 5.9.2 → 5.9.4
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/package.json +6 -6
- package/src/api/queries.js +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dd",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.4",
|
|
4
4
|
"description": "Truedat Web Data Dictionary",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@testing-library/jest-dom": "^5.16.5",
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/user-event": "^13.2.1",
|
|
37
|
-
"@truedat/test": "5.9.
|
|
37
|
+
"@truedat/test": "5.9.4",
|
|
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",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@apollo/client": "^3.7.1",
|
|
90
|
-
"@truedat/auth": "5.9.
|
|
91
|
-
"@truedat/core": "5.9.
|
|
92
|
-
"@truedat/df": "5.9.
|
|
90
|
+
"@truedat/auth": "5.9.4",
|
|
91
|
+
"@truedat/core": "5.9.4",
|
|
92
|
+
"@truedat/df": "5.9.4",
|
|
93
93
|
"lodash": "^4.17.21",
|
|
94
94
|
"moment": "^2.29.4",
|
|
95
95
|
"path-to-regexp": "^1.7.0",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"react-dom": ">= 16.8.6 < 17",
|
|
115
115
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "63e5534704106cdab8d4294b1b1f52ac7fc36e02"
|
|
118
118
|
}
|
package/src/api/queries.js
CHANGED
|
@@ -382,7 +382,7 @@ export const DATA_STRUCTURE_VERSION_QUERY = gql`
|
|
|
382
382
|
min
|
|
383
383
|
null_count
|
|
384
384
|
most_frequent
|
|
385
|
-
|
|
385
|
+
total_count
|
|
386
386
|
}
|
|
387
387
|
source {
|
|
388
388
|
id
|
|
@@ -428,7 +428,6 @@ export const DATA_STRUCTURE_VERSION_QUERY = gql`
|
|
|
428
428
|
patterns
|
|
429
429
|
total_count
|
|
430
430
|
unique_count
|
|
431
|
-
value
|
|
432
431
|
}
|
|
433
432
|
note(select_fields: $note_fields)
|
|
434
433
|
}
|