@openmrs/esm-implementer-tools-app 5.8.2-pre.2526 → 5.8.2-pre.2530
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/.turbo/turbo-build.log +1 -1
- package/dist/378.js +1 -1
- package/dist/667.js +1 -1
- package/dist/833.js +1 -1
- package/dist/main.js +1 -1
- package/dist/openmrs-esm-implementer-tools-app.js +1 -1
- package/dist/openmrs-esm-implementer-tools-app.js.buildmanifest.json +9 -9
- package/dist/routes.json +1 -1
- package/package.json +3 -3
- package/translations/he.json +1 -1
- package/translations/pt.json +1 -1
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"auxiliaryFiles": [
|
|
72
72
|
"main.js.map"
|
|
73
73
|
],
|
|
74
|
-
"hash": "
|
|
74
|
+
"hash": "e56e30733efd7a2f",
|
|
75
75
|
"childrenByOrder": {}
|
|
76
76
|
},
|
|
77
77
|
{
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"auxiliaryFiles": [
|
|
282
282
|
"openmrs-esm-implementer-tools-app.js.map"
|
|
283
283
|
],
|
|
284
|
-
"hash": "
|
|
284
|
+
"hash": "75a4359e01f105f0",
|
|
285
285
|
"childrenByOrder": {}
|
|
286
286
|
},
|
|
287
287
|
{
|
|
@@ -289,9 +289,9 @@
|
|
|
289
289
|
"initial": false,
|
|
290
290
|
"entry": false,
|
|
291
291
|
"recorded": false,
|
|
292
|
-
"size":
|
|
292
|
+
"size": 1175,
|
|
293
293
|
"sizes": {
|
|
294
|
-
"javascript":
|
|
294
|
+
"javascript": 1175
|
|
295
295
|
},
|
|
296
296
|
"names": [],
|
|
297
297
|
"idHints": [],
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"378.js"
|
|
304
304
|
],
|
|
305
305
|
"auxiliaryFiles": [],
|
|
306
|
-
"hash": "
|
|
306
|
+
"hash": "6ad5e00ac1d29008",
|
|
307
307
|
"childrenByOrder": {}
|
|
308
308
|
},
|
|
309
309
|
{
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
"auxiliaryFiles": [
|
|
685
685
|
"667.js.map"
|
|
686
686
|
],
|
|
687
|
-
"hash": "
|
|
687
|
+
"hash": "4a75bdeb894d21d2",
|
|
688
688
|
"childrenByOrder": {}
|
|
689
689
|
},
|
|
690
690
|
{
|
|
@@ -940,9 +940,9 @@
|
|
|
940
940
|
"initial": false,
|
|
941
941
|
"entry": false,
|
|
942
942
|
"recorded": false,
|
|
943
|
-
"size":
|
|
943
|
+
"size": 1027,
|
|
944
944
|
"sizes": {
|
|
945
|
-
"javascript":
|
|
945
|
+
"javascript": 1027
|
|
946
946
|
},
|
|
947
947
|
"names": [],
|
|
948
948
|
"idHints": [],
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
"833.js"
|
|
955
955
|
],
|
|
956
956
|
"auxiliaryFiles": [],
|
|
957
|
-
"hash": "
|
|
957
|
+
"hash": "d4a452887a06b19d",
|
|
958
958
|
"childrenByOrder": {}
|
|
959
959
|
},
|
|
960
960
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","pages":[{"component":"implementerTools","route":true},{"component":"globalImplementerTools","route":true}],"extensions":[{"name":"implementer-tools-button","slot":"top-nav-actions-slot","component":"implementerToolsButton"}],"version":"5.8.2-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","pages":[{"component":"implementerTools","route":true},{"component":"globalImplementerTools","route":true}],"extensions":[{"name":"implementer-tools-button","slot":"top-nav-actions-slot","component":"implementerToolsButton"}],"version":"5.8.2-pre.2530"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-implementer-tools-app",
|
|
3
|
-
"version": "5.8.2-pre.
|
|
3
|
+
"version": "5.8.2-pre.2530",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The admin interface for OpenMRS Frontend",
|
|
6
6
|
"browser": "dist/openmrs-esm-implementer-tools-app.js",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"swr": "2.x"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@openmrs/esm-framework": "5.8.2-pre.
|
|
55
|
-
"@openmrs/webpack-config": "5.8.2-pre.
|
|
54
|
+
"@openmrs/esm-framework": "5.8.2-pre.2530",
|
|
55
|
+
"@openmrs/webpack-config": "5.8.2-pre.2530",
|
|
56
56
|
"ace-builds": "^1.4.14",
|
|
57
57
|
"react": "^18.1.0",
|
|
58
58
|
"react-ace": "^9.5.0",
|
package/translations/he.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"featureFlag": "Feature flag",
|
|
15
15
|
"featureFlags": "Feature flags",
|
|
16
16
|
"frontendModules": "מודולים בצד הלקוח",
|
|
17
|
-
"implementerTools": "
|
|
17
|
+
"implementerTools": "כלי הטמעה",
|
|
18
18
|
"installedVersion": "גרסה מותקנת",
|
|
19
19
|
"itemDescriptionSourceDefaultText": "הערך הנוכחי הוא הערך המוגדר כברירת מחדל.",
|
|
20
20
|
"jsonEditor": "עורך JSON",
|
package/translations/pt.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"featureFlag": "Sinalizador de recurso",
|
|
15
15
|
"featureFlags": "Sinalizadores de recursos",
|
|
16
16
|
"frontendModules": "Módulos de front-end",
|
|
17
|
-
"implementerTools": "
|
|
17
|
+
"implementerTools": "Ferramentas do implementador",
|
|
18
18
|
"installedVersion": "Versão instalada",
|
|
19
19
|
"itemDescriptionSourceDefaultText": "O valor atual é o padrão.",
|
|
20
20
|
"jsonEditor": "Editor JSON",
|