@kenyaemr/esm-imaging-orders-app 4.0.2 → 4.0.3-pre.20
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.
- package/.turbo/turbo-build.log +3 -3
- package/dist/routes.json +1 -1
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,9 +7,9 @@ assets by path *.js 3.55 MiB
|
|
|
7
7
|
asset 913.js 82.2 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
8
8
|
asset 372.js 6.09 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
9
9
|
+ 9 assets
|
|
10
|
-
assets by path *.json 9 KiB
|
|
10
|
+
assets by path *.json 9.01 KiB
|
|
11
11
|
asset kenyaemr-esm-imaging-orders-app.js.buildmanifest.json 8.02 KiB [emitted]
|
|
12
|
-
asset routes.json
|
|
12
|
+
asset routes.json 1020 bytes [emitted] [from: src/routes.json] [copied]
|
|
13
13
|
orphan modules 4.35 MiB [orphan] 693 modules
|
|
14
14
|
runtime modules 40.3 KiB 30 modules
|
|
15
15
|
built modules 8.71 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
@@ -185,4 +185,4 @@ Entrypoints:
|
|
|
185
185
|
main (1.02 MiB)
|
|
186
186
|
main.js
|
|
187
187
|
|
|
188
|
-
webpack 5.95.0 compiled with 2 warnings in
|
|
188
|
+
webpack 5.95.0 compiled with 2 warnings in 127723 ms
|
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":"imaging-orders-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"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3}],"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"}],"modals":[{"name":"review-imaging-report-modal","component":"reviewImagingReportModal"},{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"}],"version":"4.0.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"component":"imagingOrdersLink","name":"imaging-orders-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"},{"name":"imaging-order-panel","component":"imagingOrderPanel","slot":"order-basket-slot","order":3}],"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"}],"modals":[{"name":"review-imaging-report-modal","component":"reviewImagingReportModal"},{"name":"reject-imaging-order-modal","component":"rejectImagingOrderModal"},{"name":"add-imaging-to-work-list-modal","component":"addImagingToWorkListModal"}],"version":"4.0.3-pre.20"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-imaging-orders-app",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3-pre.20",
|
|
4
4
|
"description": "Imaging Orders app for KenyaEMR",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-imaging-orders-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -50,5 +50,6 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"webpack": "^5.74.0"
|
|
53
|
-
}
|
|
53
|
+
},
|
|
54
|
+
"stableVersion": "4.0.2"
|
|
54
55
|
}
|