@kenyaemr/esm-patient-list-management-app 8.1.2-pre.176 → 8.1.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.
@@ -38,4 +38,4 @@ Entrypoints:
38
38
  main (739 KiB)
39
39
  main.js
40
40
 
41
- webpack 5.97.1 compiled with 2 warnings in 120415 ms
41
+ webpack 5.97.1 compiled with 2 warnings in 109596 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"component":"root","name":"patient-lists-dashboard","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"}],"version":"8.1.2-pre.176"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"component":"root","name":"patient-lists-dashboard","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"}],"version":"8.1.2-pre.181"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-list-management-app",
3
- "version": "8.1.2-pre.176",
3
+ "version": "8.1.2-pre.181",
4
4
  "description": "Microfrontend for managing patient lists in O3",
5
5
  "browser": "dist/kenyaemr-esm-patient-list-management-app.js",
6
6
  "main": "src/index.ts",