@openmrs/esm-home-app 5.3.1-pre.451 → 5.4.0

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.
@@ -32,4 +32,4 @@ This can impact web performance.
32
32
  Assets:
33
33
  130.js (633 KiB)
34
34
 
35
- webpack 5.88.2 compiled with 1 warning in 13960 ms
35
+ webpack 5.88.2 compiled with 1 warning in 13858 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true},{"name":"home-widget-db-link","slot":"homepage-dashboard-slot","component":"homeWidgetDbLink","meta":{"name":"Home","slot":"home-dashboard-slot","title":""},"order":0,"online":true,"offline":true},{"name":"page-header","slot":"home-dashboard-slot","component":"pageHeader"},{"name":"metrics-slot","slot":"home-dashboard-slot","component":"metrics","online":true,"offline":true},{"name":"home-widget-dashboard","slot":"home-dashboard-slot","component":"homeWidgetDashboard","online":true,"offline":true}],"version":"5.3.0"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true},{"name":"home-widget-db-link","slot":"homepage-dashboard-slot","component":"homeWidgetDbLink","meta":{"name":"Home","slot":"home-dashboard-slot","title":""},"order":0,"online":true,"offline":true},{"name":"page-header","slot":"home-dashboard-slot","component":"pageHeader"},{"name":"metrics-slot","slot":"home-dashboard-slot","component":"metrics","online":true,"offline":true},{"name":"home-widget-dashboard","slot":"home-dashboard-slot","component":"homeWidgetDashboard","online":true,"offline":true}],"version":"5.4.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "5.3.1-pre.451",
3
+ "version": "5.4.0",
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,6 +41,5 @@
41
41
  "react-i18next": "11.x",
42
42
  "react-router-dom": "6.x",
43
43
  "swr": "2.x"
44
- },
45
- "stableVersion": "5.3.0"
44
+ }
46
45
  }