@kenyaemr/esm-care-panel-app 5.3.7 → 5.3.8-pre.1518
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/362.js +1 -1
- package/dist/362.js.map +1 -1
- package/dist/kenyaemr-esm-care-panel-app.js.buildmanifest.json +6 -6
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +3 -2
- package/src/program-enrollment/program-enrollment.component.test.tsx +117 -0
- package/src/program-enrollment/program-enrollment.component.tsx +1 -1
- package/src/regimen/regimen-history.component.tsx +20 -12
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,13 +7,13 @@ assets by path *.js 5.36 MiB
|
|
|
7
7
|
+ 7 assets
|
|
8
8
|
assets by path *.json 8.83 KiB
|
|
9
9
|
asset kenyaemr-esm-care-panel-app.js.buildmanifest.json 7.59 KiB [emitted]
|
|
10
|
-
asset routes.json 1.
|
|
10
|
+
asset routes.json 1.25 KiB [emitted] [from: src/routes.json] [copied]
|
|
11
11
|
orphan modules 4.47 MiB [orphan] 689 modules
|
|
12
12
|
runtime modules 40.2 KiB 30 modules
|
|
13
13
|
built modules 9.99 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
14
14
|
modules by path ../../node_modules/ 9.44 MiB 229 modules
|
|
15
15
|
modules by path ./ 567 KiB
|
|
16
|
-
modules by path ./src/
|
|
16
|
+
modules by path ./src/ 563 KiB 12 modules
|
|
17
17
|
modules by path ./translations/ 4.52 KiB 2 modules
|
|
18
18
|
provide-module modules 252 bytes
|
|
19
19
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
@@ -141,4 +141,4 @@ Entrypoints:
|
|
|
141
141
|
main (1.94 MiB)
|
|
142
142
|
main.js
|
|
143
143
|
|
|
144
|
-
webpack 5.95.0 compiled with 2 warnings in
|
|
144
|
+
webpack 5.95.0 compiled with 2 warnings in 158024 ms
|