@truedat/ie 7.0.4 → 7.0.6
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": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
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": "7.0.
|
|
37
|
+
"@truedat/test": "7.0.6",
|
|
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": "7.0.
|
|
90
|
-
"@truedat/df": "7.0.
|
|
89
|
+
"@truedat/core": "7.0.6",
|
|
90
|
+
"@truedat/df": "7.0.6",
|
|
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": "00bc7f5ff0c4a073987b4ed538f9547a12d2d0ad"
|
|
111
111
|
}
|
|
@@ -22,7 +22,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
22
22
|
class="ui form"
|
|
23
23
|
>
|
|
24
24
|
<div
|
|
25
|
-
class="required field fix-dropdown-selector"
|
|
25
|
+
class="required field fix-dropdown-selector "
|
|
26
26
|
>
|
|
27
27
|
<label>
|
|
28
28
|
Domain
|
|
@@ -47,7 +47,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
47
47
|
class="menu transition"
|
|
48
48
|
>
|
|
49
49
|
<div
|
|
50
|
-
class="ui left icon input search"
|
|
50
|
+
class="ui fluid left icon input search "
|
|
51
51
|
>
|
|
52
52
|
<input
|
|
53
53
|
type="text"
|
|
@@ -322,7 +322,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
322
322
|
class="ui form"
|
|
323
323
|
>
|
|
324
324
|
<div
|
|
325
|
-
class="required field fix-dropdown-selector"
|
|
325
|
+
class="required field fix-dropdown-selector "
|
|
326
326
|
>
|
|
327
327
|
<label>
|
|
328
328
|
Domain
|
|
@@ -347,7 +347,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
347
347
|
class="menu transition"
|
|
348
348
|
>
|
|
349
349
|
<div
|
|
350
|
-
class="ui left icon input search"
|
|
350
|
+
class="ui fluid left icon input search "
|
|
351
351
|
>
|
|
352
352
|
<input
|
|
353
353
|
type="text"
|