@openmrs/esm-home-app 5.2.3-pre.366 → 5.2.3

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
  130.js (619 KiB)
33
33
 
34
- webpack 5.88.2 compiled with 1 warning in 11433 ms
34
+ webpack 5.88.2 compiled with 1 warning in 12164 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":"home-widget-dashboard","slot":"home-dashboard-slot","component":"homeWidgetDashboard","online":true,"offline":true}],"version":"5.2.2"}
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":"home-widget-dashboard","slot":"home-dashboard-slot","component":"homeWidgetDashboard","online":true,"offline":true}],"version":"5.2.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "5.2.3-pre.366",
3
+ "version": "5.2.3",
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.2.2"
44
+ }
46
45
  }