@openmrs/esm-home-app 5.0.1-pre.271 → 5.1.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.
@@ -31,4 +31,4 @@ This can impact web performance.
31
31
  Assets:
32
32
  130.js (497 KiB)
33
33
 
34
- webpack 5.88.2 compiled with 1 warning in 15720 ms
34
+ webpack 5.88.2 compiled with 1 warning in 22752 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.0.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":"home-widget-dashboard","slot":"home-dashboard-slot","component":"homeWidgetDashboard","online":true,"offline":true}],"version":"5.1.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "5.0.1-pre.271",
3
+ "version": "5.1.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,5 +41,5 @@
41
41
  "react-i18next": "11.x",
42
42
  "react-router-dom": "6.x"
43
43
  },
44
- "gitHead": "48445be6390561a7276531803df1b67a9d74236c"
44
+ "gitHead": "620836570958d5b775470e3b6f924b7947a36601"
45
45
  }