@truedat/df 4.44.3 → 4.44.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 +5 -5
- package/src/messages/en.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/df",
|
|
3
|
-
"version": "4.44.
|
|
3
|
+
"version": "4.44.4",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
|
|
31
31
|
"@babel/preset-env": "^7.15.0",
|
|
32
32
|
"@babel/preset-react": "^7.14.5",
|
|
33
|
-
"@truedat/test": "4.44.
|
|
33
|
+
"@truedat/test": "4.44.4",
|
|
34
34
|
"babel-jest": "^27.0.6",
|
|
35
35
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
36
36
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@truedat/auth": "4.44.
|
|
84
|
-
"@truedat/core": "4.44.
|
|
83
|
+
"@truedat/auth": "4.44.4",
|
|
84
|
+
"@truedat/core": "4.44.4",
|
|
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": "36fb183e1d22181e6a15b3bac2c01b39214eacdb"
|
|
104
104
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -137,7 +137,7 @@ export default {
|
|
|
137
137
|
"template.error.content.invalidtype":
|
|
138
138
|
"Field {name} with type {type} already exists in another template",
|
|
139
139
|
"widget.image.error.too_big":
|
|
140
|
-
"
|
|
140
|
+
"File is too big. Must be smaller then {size_mb}MB",
|
|
141
141
|
"widget.image.error.invalidtype": "Invalid File",
|
|
142
142
|
"widget.copy.modaltitle": "Copy fields",
|
|
143
143
|
"widget.copy.error.jsonformat": "Error: copy has wrong format",
|