@openmrs/esm-home-app 10.0.3-pre.8549 → 10.0.3-pre.8554

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.
package/.eslintrc ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "extends": [
3
+ "../../.eslintrc"
4
+ ],
5
+ "rules": {
6
+ "@typescript-eslint/no-explicit-any": "error"
7
+ }
8
+ }
@@ -10,4 +10,4 @@
10
10
  │ main.js
11
11
  
12
12
 
13
- Rspack compiled with 2 warnings in 17.44 s
13
+ Rspack compiled with 2 warnings in 26.29 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":"10.0.3-pre.8549"}
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":"10.0.3-pre.8554"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "10.0.3-pre.8549",
3
+ "version": "10.0.3-pre.8554",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",