@truedat/ie 6.1.5 → 6.2.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/ie",
|
|
3
|
-
"version": "6.1
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "Truedat Web Ingests",
|
|
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": "6.1
|
|
37
|
+
"@truedat/test": "6.2.1",
|
|
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",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "6.1
|
|
90
|
-
"@truedat/df": "6.1
|
|
89
|
+
"@truedat/core": "6.2.1",
|
|
90
|
+
"@truedat/df": "6.2.1",
|
|
91
91
|
"file-saver": "^2.0.5",
|
|
92
92
|
"moment": "^2.29.4",
|
|
93
93
|
"path-to-regexp": "^1.7.0",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"react-dom": ">= 16.8.6 < 17",
|
|
108
108
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "fe5372fdac1114b9f2ec5a392dbdd603e98c3d83"
|
|
111
111
|
}
|
|
@@ -28,6 +28,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
28
28
|
Domain
|
|
29
29
|
</label>
|
|
30
30
|
<div
|
|
31
|
+
aria-disabled="false"
|
|
31
32
|
aria-expanded="false"
|
|
32
33
|
aria-multiselectable="false"
|
|
33
34
|
class="ui floating dropdown"
|
|
@@ -327,6 +328,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
327
328
|
Domain
|
|
328
329
|
</label>
|
|
329
330
|
<div
|
|
331
|
+
aria-disabled="false"
|
|
330
332
|
aria-expanded="false"
|
|
331
333
|
aria-multiselectable="false"
|
|
332
334
|
class="ui floating dropdown"
|