@truedat/df 4.35.7 → 4.36.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/df",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.36.2",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@truedat/auth": "4.
|
|
84
|
-
"@truedat/core": "4.
|
|
83
|
+
"@truedat/auth": "4.36.2",
|
|
84
|
+
"@truedat/core": "4.36.2",
|
|
85
85
|
"axios": "^0.19.2",
|
|
86
86
|
"path-to-regexp": "^1.7.0",
|
|
87
87
|
"prop-types": "^15.7.2",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"react-dom": ">= 16.8.6 < 17",
|
|
101
101
|
"semantic-ui-react": ">= 0.88.2 < 2.1"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "0f4c09d90582210ae7c98e945b8c0b7af0f9a61d"
|
|
104
104
|
}
|
package/src/templates/components/templateForm/__tests__/__snapshots__/TemplateForm.spec.js.snap
CHANGED
|
@@ -155,7 +155,7 @@ exports[`<TemplateForm /> matches the latest snapshot (loading) 1`] = `
|
|
|
155
155
|
<span
|
|
156
156
|
class="text"
|
|
157
157
|
>
|
|
158
|
-
|
|
158
|
+
qe
|
|
159
159
|
</span>
|
|
160
160
|
</div>
|
|
161
161
|
<div
|
|
@@ -168,7 +168,7 @@ exports[`<TemplateForm /> matches the latest snapshot (loading) 1`] = `
|
|
|
168
168
|
<span
|
|
169
169
|
class="text"
|
|
170
170
|
>
|
|
171
|
-
|
|
171
|
+
ri
|
|
172
172
|
</span>
|
|
173
173
|
</div>
|
|
174
174
|
</div>
|
|
@@ -388,7 +388,7 @@ exports[`<TemplateForm /> matches the latest snapshot 1`] = `
|
|
|
388
388
|
<span
|
|
389
389
|
class="text"
|
|
390
390
|
>
|
|
391
|
-
|
|
391
|
+
qe
|
|
392
392
|
</span>
|
|
393
393
|
</div>
|
|
394
394
|
<div
|
|
@@ -401,7 +401,7 @@ exports[`<TemplateForm /> matches the latest snapshot 1`] = `
|
|
|
401
401
|
<span
|
|
402
402
|
class="text"
|
|
403
403
|
>
|
|
404
|
-
|
|
404
|
+
ri
|
|
405
405
|
</span>
|
|
406
406
|
</div>
|
|
407
407
|
</div>
|