@openmrs/esm-patient-list-management-app 9.2.1-pre.7385 → 9.2.1-pre.7405

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.
@@ -33,4 +33,4 @@ Assets:
33
33
  8702.js (266 KiB)
34
34
  4808.js (2.06 MiB)
35
35
 
36
- webpack 5.99.9 compiled with 1 warning in 144394 ms
36
+ webpack 5.99.9 compiled with 1 warning in 136979 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"}],"workspaces2":[{"name":"patient-list-form-workspace","component":"patientListFormWorkspace","window":"patient-list-form-window"}],"workspaceWindows2":[{"name":"patient-list-form-window","group":"patient-list-form-workspace-group"}],"workspaceGroups2":[{"name":"patient-list-form-workspace-group","overlay":false}],"version":"9.2.1-pre.7385"}
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"}],"workspaces2":[{"name":"patient-list-form-workspace","component":"patientListFormWorkspace","window":"patient-list-form-window"}],"workspaceWindows2":[{"name":"patient-list-form-window","group":"patient-list-form-workspace-group"}],"workspaceGroups2":[{"name":"patient-list-form-workspace-group","overlay":false}],"version":"9.2.1-pre.7405"}
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.7385",
3
+ "version": "9.2.1-pre.7405",
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",