@openmrs/esm-home-app 9.2.1-pre.7408 → 9.2.1-pre.7412

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.
@@ -8,4 +8,4 @@ WARNING in ⚠ entrypoint size limit: The following entrypoint(s) combined asset
8
8
  │ main (430.201 KiB)
9
9
  │ main.js
10
10
 
11
- Rspack compiled with 2 warnings in 42.34 s
11
+ Rspack compiled with 2 warnings in 42.75 s
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.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}],"version":"9.2.1-pre.7408"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.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}],"version":"9.2.1-pre.7412"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "9.2.1-pre.7408",
3
+ "version": "9.2.1-pre.7412",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",