@openmrs/esm-patient-list-management-app 9.2.1-pre.7219 → 9.2.1-pre.7223

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.
@@ -30,4 +30,4 @@ Assets:
30
30
  8702.js (265 KiB)
31
31
  3352.js (2.06 MiB)
32
32
 
33
- webpack 5.99.9 compiled with 1 warning in 137813 ms
33
+ webpack 5.99.9 compiled with 1 warning in 139693 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"}},{"name":"patient-lists-dashboard","component":"root","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","component":"addPatientToPatientListMenuItem","slot":"patient-actions-slot"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"},{"name":"remove-patient-from-list-modal","component":"removePatientFromListModal"},{"name":"delete-patient-list-modal","component":"deletePatientListModal"}],"workspaces":[{"name":"patient-list-form-workspace","component":"patientListFormWorkspace","title":"patientListFormHeader","type":"patient-lists"}],"version":"9.2.1-pre.7219"}
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"}},{"name":"patient-lists-dashboard","component":"root","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","component":"addPatientToPatientListMenuItem","slot":"patient-actions-slot"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"},{"name":"remove-patient-from-list-modal","component":"removePatientFromListModal"},{"name":"delete-patient-list-modal","component":"deletePatientListModal"}],"workspaces":[{"name":"patient-list-form-workspace","component":"patientListFormWorkspace","title":"patientListFormHeader","type":"patient-lists"}],"version":"9.2.1-pre.7223"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-list-management-app",
3
- "version": "9.2.1-pre.7219",
3
+ "version": "9.2.1-pre.7223",
4
4
  "description": "Microfrontend for managing patient lists in O3",
5
5
  "browser": "dist/openmrs-esm-patient-list-management-app.js",
6
6
  "main": "src/index.ts",