@truedat/bg 4.38.2 → 4.38.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 +5 -5
- package/src/messages/en.js +1 -0
- package/src/messages/es.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/bg",
|
|
3
|
-
"version": "4.38.
|
|
3
|
+
"version": "4.38.6",
|
|
4
4
|
"description": "Truedat Web Business Glossary",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@testing-library/jest-dom": "^5.14.1",
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/user-event": "^13.2.1",
|
|
37
|
-
"@truedat/test": "4.38.
|
|
37
|
+
"@truedat/test": "4.38.6",
|
|
38
38
|
"babel-jest": "^27.0.6",
|
|
39
39
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
40
40
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@truedat/core": "4.38.
|
|
87
|
-
"@truedat/df": "4.38.
|
|
86
|
+
"@truedat/core": "4.38.6",
|
|
87
|
+
"@truedat/df": "4.38.6",
|
|
88
88
|
"file-saver": "^2.0.5",
|
|
89
89
|
"moment": "^2.24.0",
|
|
90
90
|
"path-to-regexp": "^1.7.0",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"react-dom": ">= 16.8.6 < 17",
|
|
105
105
|
"semantic-ui-react": ">= 0.88.2 < 2.1"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "0005b4c27ac7f10cca2036594b4ce3a7469492aa"
|
|
108
108
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -138,6 +138,7 @@ export default {
|
|
|
138
138
|
"concepts.props.rule_count": "Quality rules",
|
|
139
139
|
"concepts.props.concept_count": "Related concepts",
|
|
140
140
|
"concepts.props.status": "Status",
|
|
141
|
+
"concepts.props.tags": "Type",
|
|
141
142
|
"concepts.props.template": "Template",
|
|
142
143
|
"concepts.props.version": "Version number",
|
|
143
144
|
"concepts.relations": "Relations",
|
package/src/messages/es.js
CHANGED
|
@@ -137,6 +137,7 @@ export default {
|
|
|
137
137
|
"concepts.props.rule_count": "Reglas de calidad",
|
|
138
138
|
"concepts.props.concept_count": "Conceptos relacionados",
|
|
139
139
|
"concepts.props.status": "Estado",
|
|
140
|
+
"concepts.props.tags": "Tipo",
|
|
140
141
|
"concepts.props.template": "Plantilla",
|
|
141
142
|
"concepts.props.version": "Número de versión",
|
|
142
143
|
"concepts.relations": "Relaciones",
|