@openmrs/esm-patient-list-management-app 9.2.1-pre.7414 → 9.2.1-pre.7420

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.
@@ -4,4 +4,4 @@ WARNING in ⚠ asset size limit: The following asset(s) exceed the recommended s
4
4
  │ 2915.js (247.527 KiB)
5
5
  │ 3522.js (2.160 MiB)
6
6
 
7
- Rspack compiled with 1 warning in 32.83 s
7
+ Rspack compiled with 1 warning in 44.59 s
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.7414"}
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.7420"}
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.7414",
3
+ "version": "9.2.1-pre.7420",
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",