@kenyaemr/esm-care-panel-app 5.3.4 → 5.3.5-pre.1064
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-lock.json +5669 -0
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,9 +8,9 @@ assets by path [1m[32m*.js[39m[22m 4.44 MiB
|
|
|
8
8
|
asset [1m[33m130.js[39m[22m [1m[33m729 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
9
9
|
+ 4 assets
|
|
10
10
|
+ 7 assets
|
|
11
|
-
assets by path [1m[32m*.json[39m[22m 8.
|
|
11
|
+
assets by path [1m[32m*.json[39m[22m 8.83 KiB
|
|
12
12
|
asset [1m[32mkenyaemr-esm-care-panel-app.js.buildmanifest.json[39m[22m 7.58 KiB [1m[32m[emitted][39m[22m
|
|
13
|
-
asset [1m[32mroutes.json[39m[22m 1.
|
|
13
|
+
asset [1m[32mroutes.json[39m[22m 1.25 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
14
14
|
orphan modules 3.68 MiB [1m[33m[orphan][39m[22m 656 modules
|
|
15
15
|
runtime modules 39.5 KiB 28 modules
|
|
16
16
|
built modules 6.34 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [1m[33m[built][39m[22m 253 modules
|
|
@@ -29,4 +29,4 @@ Entrypoints:
|
|
|
29
29
|
main.js
|
|
30
30
|
[39m[22m
|
|
31
31
|
|
|
32
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
32
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 148436 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"care-panel-patient-summary","component":"carePanelPatientSummary","slot":"patient-chart-care-panel-dashboard-slot","order":10,"meta":{"columnSpan":4}},{"name":"care-panel-summary-dashboard-link","component":"carePanelSummaryDashboardLink","slot":"patient-chart-dashboard-slot","order":3,"meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-care-panel-dashboard-slot","layoutMode":"anchored","path":"Care panel"}},{"name":"delete-regimen-confirmation-dialog","component":"deleteRegimenConfirmationDialog"},{"name":"hiv-patient-visit-summary-dashboard-link","component":"hivPatientSummaryDashboardLink","slot":"hiv-care-and-treatment-slot","meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-hiv-patient-summary-slot","path":"HIV Patient Summary","layoutMode":"anchored"}},{"name":"hiv-patient-visit-summary","slot":"patient-chart-hiv-patient-summary-slot","component":"hivPatientSummary","order":3,"online":true,"offline":false}],"workspaces":[{"name":"patient-regimen-workspace","title":"Patient Regimen","component":"regimenFormWorkspace","type":"form","canMaximize":true,"canHide":true,"width":"wider"}],"version":"5.3.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"care-panel-patient-summary","component":"carePanelPatientSummary","slot":"patient-chart-care-panel-dashboard-slot","order":10,"meta":{"columnSpan":4}},{"name":"care-panel-summary-dashboard-link","component":"carePanelSummaryDashboardLink","slot":"patient-chart-dashboard-slot","order":3,"meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-care-panel-dashboard-slot","layoutMode":"anchored","path":"Care panel"}},{"name":"delete-regimen-confirmation-dialog","component":"deleteRegimenConfirmationDialog"},{"name":"hiv-patient-visit-summary-dashboard-link","component":"hivPatientSummaryDashboardLink","slot":"hiv-care-and-treatment-slot","meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-hiv-patient-summary-slot","path":"HIV Patient Summary","layoutMode":"anchored"}},{"name":"hiv-patient-visit-summary","slot":"patient-chart-hiv-patient-summary-slot","component":"hivPatientSummary","order":3,"online":true,"offline":false}],"workspaces":[{"name":"patient-regimen-workspace","title":"Patient Regimen","component":"regimenFormWorkspace","type":"form","canMaximize":true,"canHide":true,"width":"wider"}],"version":"5.3.5-pre.1064"}
|