@openmrs/esm-home-app 4.0.1 → 4.0.2-pre.181

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.
@@ -27,4 +27,4 @@ This can impact web performance.
27
27
  Assets:
28
28
  858.js (397 KiB)
29
29
 
30
- webpack 5.75.0 compiled with 1 warning in 16941 ms
30
+ webpack 5.75.0 compiled with 1 warning in 18759 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "4.0.1",
3
+ "version": "4.0.2-pre.181",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -45,5 +45,5 @@
45
45
  "react-i18next": "11.x",
46
46
  "react-router-dom": "6.x"
47
47
  },
48
- "gitHead": "9d98e83d3d295916f158a391c3f537f5fc2f1aa4"
48
+ "gitHead": "7983ec16eeda99fd8ca1e740e1acb61017f580be"
49
49
  }