@kenyaemr/esm-facility-dashboard-app 5.4.1-pre.2115 → 5.4.1

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.
@@ -6,9 +6,9 @@ assets by path *.js 4.77 MiB
6
6
  asset 620.js 639 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
7
7
  + 5 assets
8
8
  + 7 assets
9
- assets by path *.json 8.81 KiB
9
+ assets by path *.json 8.8 KiB
10
10
  asset kenyaemr-esm-facility-dashboard-app.js.buildmanifest.json 8.35 KiB [emitted]
11
- asset routes.json 478 bytes [emitted] [from: src/routes.json] [copied]
11
+ asset routes.json 469 bytes [emitted] [from: src/routes.json] [copied]
12
12
  orphan modules 5.03 MiB [orphan] 1142 modules
13
13
  runtime modules 41.9 KiB 30 modules
14
14
  built modules 11.3 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
@@ -135,4 +135,4 @@ Entrypoints:
135
135
  main (1.19 MiB)
136
136
  main.js
137
137
 
138
- webpack 5.74.0 compiled with 2 warnings in 229829 ms
138
+ webpack 5.74.0 compiled with 2 warnings in 228678 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"surveillanceDashboardLink","name":"surveillance-dashboard-link","slot":"facility-dashboard-left-panel-slot"},{"component":"aboveSiteDashboardLink","name":"above-site-dashboard-link","slot":"facility-dashboard-left-panel-slot"}],"workspaces":[],"modals":[],"pages":[{"component":"root","route":"facility-dashboard"}],"version":"5.4.1-pre.2115"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"surveillanceDashboardLink","name":"surveillance-dashboard-link","slot":"facility-dashboard-left-panel-slot"},{"component":"aboveSiteDashboardLink","name":"above-site-dashboard-link","slot":"facility-dashboard-left-panel-slot"}],"workspaces":[],"modals":[],"pages":[{"component":"root","route":"facility-dashboard"}],"version":"5.4.1"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-facility-dashboard-app",
3
- "version": "5.4.1-pre.2115",
3
+ "version": "5.4.1",
4
4
  "description": "Facility dashboard app",
5
5
  "browser": "dist/kenyaemr-esm-facility-dashboard-app.js",
6
6
  "main": "src/index.ts",
@@ -47,6 +47,5 @@
47
47
  "react-i18next": "11.x",
48
48
  "react-router-dom": "6.x",
49
49
  "swr": "2.x"
50
- },
51
- "stableVersion": "5.4.0"
50
+ }
52
51
  }