@openmrs/esm-home-app 5.6.1 → 5.6.2-pre.534

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.
@@ -31,4 +31,4 @@ This can impact web performance.
31
31
  Assets:
32
32
  367.js (1.38 MiB)
33
33
 
34
- webpack 5.94.0 compiled with 1 warning in 23108 ms
34
+ webpack 5.94.0 compiled with 1 warning in 22882 ms
package/dist/159.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[159],{7159:e=>{e.exports={home:"Home"}}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[159],{7159:e=>{e.exports={home:"হোম"}}}]);
package/dist/538.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[538],{9538:e=>{e.exports={home:"Home"}}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[538],{9538:e=>{e.exports=JSON.parse('{"home":"Pagina principale"}')}}]);
@@ -117,9 +117,9 @@
117
117
  "initial": false,
118
118
  "entry": false,
119
119
  "recorded": false,
120
- "size": 25,
120
+ "size": 24,
121
121
  "sizes": {
122
- "javascript": 25
122
+ "javascript": 24
123
123
  },
124
124
  "names": [],
125
125
  "idHints": [],
@@ -131,7 +131,7 @@
131
131
  "159.js"
132
132
  ],
133
133
  "auxiliaryFiles": [],
134
- "hash": "51c3e244a17defdb",
134
+ "hash": "ad732d8fef1be9d6",
135
135
  "childrenByOrder": {}
136
136
  },
137
137
  {
@@ -455,9 +455,9 @@
455
455
  "initial": false,
456
456
  "entry": false,
457
457
  "recorded": false,
458
- "size": 25,
458
+ "size": 38,
459
459
  "sizes": {
460
- "javascript": 25
460
+ "javascript": 38
461
461
  },
462
462
  "names": [],
463
463
  "idHints": [],
@@ -469,7 +469,7 @@
469
469
  "538.js"
470
470
  ],
471
471
  "auxiliaryFiles": [],
472
- "hash": "e467a6b633e24290",
472
+ "hash": "a565eb8ea7e4f5bd",
473
473
  "childrenByOrder": {}
474
474
  },
475
475
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "5.6.1",
3
+ "version": "5.6.2-pre.534",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -41,5 +41,6 @@
41
41
  "react-i18next": "11.x",
42
42
  "react-router-dom": "6.x",
43
43
  "swr": "2.x"
44
- }
44
+ },
45
+ "stableVersion": "5.6.1"
45
46
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "home": "Home"
2
+ "home": "হোম"
3
3
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "home": "Home"
2
+ "home": "Pagina principale"
3
3
  }