@kenyaemr/esm-imaging-orders-app 4.0.7 → 4.0.8-pre.14

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.
@@ -3,4 +3,4 @@ WARNING in ⚠ asset size limit: The following asset(s) exceed the recommended s
3
3
  │ 132.js (350.255 KiB)
4
4
  │ 5096.js (334.502 KiB)
5
5
 
6
- Rspack compiled with 1 warning in 88.11 s
6
+ Rspack compiled with 1 warning in 39.37 s
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"radiology-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"component":"radiologyDashboard","name":"radiology-dashboard-slot-name","slot":"express-radiology-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3},{"name":"imaging-results-component","component":"imagingResultsComponent","slot":"ewf-radiology-and-imaging-results-slot"}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form","width":"extra-wide"},{"name":"imaging-review-form","type":"order","component":"imagingReviewForm","title":"Review form"},{"name":"search-patient-workspace","component":"searchPatientWorkspace","title":"Search patient","type":"other-form","width":"extra-wide"}],"modals":[{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"},{"name":"amend-imaging-order-modal","component":"amendModal"},{"name":"print-preview-Report-modal","component":"printReportModal"}],"workspaceGroups":[{"name":"add-imaging-order-workspace-group","members":["add-drug-order","order-basket","add-lab-order","add-imaging-order"]}],"version":"4.0.7"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"radiology-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"imaging-orders","title":"imaging-orders","slot":"imaging-dashboard-slot"}},{"component":"root","name":"imaging-dashboard-root","slot":"imaging-dashboard-slot"},{"component":"radiologyDashboard","name":"radiology-dashboard-slot-name","slot":"express-radiology-dashboard-slot"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3},{"name":"imaging-results-component","component":"imagingResultsComponent","slot":"ewf-radiology-and-imaging-results-slot"}],"workspaces":[{"name":"add-imaging-order","type":"order","component":"addImagingOrderWorkspace","title":"Add Imaging order"},{"name":"imaging-report-form","component":"imagingReportForm","title":"Imaging Report Form","type":"form","width":"extra-wide"},{"name":"imaging-review-form","type":"order","component":"imagingReviewForm","title":"Review form"},{"name":"search-patient-workspace","component":"searchPatientWorkspace","title":"Search patient","type":"other-form","width":"extra-wide"}],"modals":[{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"},{"name":"amend-imaging-order-modal","component":"amendModal"},{"name":"print-preview-Report-modal","component":"printReportModal"}],"workspaceGroups":[{"name":"add-imaging-order-workspace-group","members":["add-drug-order","order-basket","add-lab-order","add-imaging-order"]}],"version":"4.0.8-pre.14"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-imaging-orders-app",
3
- "version": "4.0.7",
3
+ "version": "4.0.8-pre.14",
4
4
  "description": "Imaging Orders app for KenyaEMR",
5
5
  "browser": "dist/kenyaemr-esm-imaging-orders-app.js",
6
6
  "main": "src/index.ts",
@@ -48,5 +48,6 @@
48
48
  "react-i18next": "11.x",
49
49
  "react-router-dom": "6.x",
50
50
  "swr": "2.x"
51
- }
51
+ },
52
+ "stableVersion": "4.0.7"
52
53
  }