@openmrs/esm-patient-list-management-app 9.2.1-pre.6903 → 9.2.1-pre.6909

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.
@@ -7,7 +7,7 @@ assets by path *.js 3.28 MiB
7
7
  + 55 assets
8
8
  assets by path *.json 34.2 KiB
9
9
  asset openmrs-esm-patient-list-management-app.js.buildmanifest.json 33.2 KiB [emitted]
10
- asset routes.json 1 KiB [emitted] [from: src/routes.json] [copied]
10
+ asset routes.json 1.01 KiB [emitted] [from: src/routes.json] [copied]
11
11
  orphan modules 9.86 MiB [orphan] 3110 modules
12
12
  runtime modules 42.2 KiB 28 modules
13
13
  built modules 8.2 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
@@ -30,4 +30,4 @@ Assets:
30
30
  8702.js (265 KiB)
31
31
  8612.js (2.06 MiB)
32
32
 
33
- webpack 5.99.9 compiled with 1 warning in 110028 ms
33
+ webpack 5.99.9 compiled with 1 warning in 112541 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.6903"}
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.6909"}
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.6903",
3
+ "version": "9.2.1-pre.6909",
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",
package/src/routes.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.openmrs.org/routes.schema.json",
3
3
  "backendDependencies": {
4
- "webservices.rest": "^2.2.0"
4
+ "webservices.rest": ">=2.2.0"
5
5
  },
6
6
  "extensions": [
7
7
  {