@kenyaemr/esm-care-panel-app 5.4.2-pre.2308 → 5.4.2-pre.2314
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 +13 -13
- package/dist/259.js +2 -0
- package/dist/259.js.map +1 -0
- package/dist/472.js +1 -1
- package/dist/472.js.map +1 -1
- package/dist/kenyaemr-esm-care-panel-app.js +1 -1
- package/dist/kenyaemr-esm-care-panel-app.js.buildmanifest.json +33 -33
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/patient-summary/patient-summary.component.test.tsx +38 -12
- package/src/patient-summary/patient-summary.component.tsx +25 -10
- package/dist/613.js +0 -2
- package/dist/613.js.map +0 -1
- /package/dist/{613.js.LICENSE.txt → 259.js.LICENSE.txt} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
assets by path *.js 5.
|
|
2
|
-
assets by chunk 3.
|
|
3
|
-
assets by status 3.
|
|
1
|
+
assets by path *.js 5.61 MiB
|
|
2
|
+
assets by chunk 3.58 MiB (id hint: vendors)
|
|
3
|
+
assets by status 3.29 MiB [big]
|
|
4
4
|
asset 186.js 1.63 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
|
-
asset
|
|
5
|
+
asset 259.js 1.05 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
6
|
asset 858.js 634 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
7
7
|
+ 7 assets
|
|
8
8
|
+ 13 assets
|
|
9
9
|
assets by path *.json 14.6 KiB
|
|
10
10
|
asset kenyaemr-esm-care-panel-app.js.buildmanifest.json 12.9 KiB [emitted]
|
|
11
11
|
asset routes.json 1.74 KiB [emitted] [from: src/routes.json] [copied]
|
|
12
|
-
orphan modules 9.
|
|
12
|
+
orphan modules 9.34 MiB [orphan] 3177 modules
|
|
13
13
|
runtime modules 42.3 KiB 30 modules
|
|
14
14
|
built modules 10.4 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
15
|
-
modules by path ../../node_modules/ 9.
|
|
16
|
-
modules by path ./
|
|
17
|
-
modules by path ./src/
|
|
15
|
+
modules by path ../../node_modules/ 9.83 MiB 667 modules
|
|
16
|
+
modules by path ./ 601 KiB
|
|
17
|
+
modules by path ./src/ 588 KiB 14 modules
|
|
18
18
|
modules by path ./translations/ 13.3 KiB 4 modules
|
|
19
19
|
provide-module modules 294 bytes
|
|
20
20
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
@@ -27,15 +27,15 @@ built modules 10.4 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-sh
|
|
|
27
27
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
28
28
|
This can impact web performance.
|
|
29
29
|
Assets:
|
|
30
|
-
main.js (1.
|
|
30
|
+
main.js (1.53 MiB)
|
|
31
31
|
858.js (634 KiB)
|
|
32
|
-
472.js (
|
|
32
|
+
472.js (454 KiB)
|
|
33
33
|
186.js (1.63 MiB)
|
|
34
|
-
|
|
34
|
+
259.js (1.05 MiB)
|
|
35
35
|
|
|
36
36
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
37
37
|
Entrypoints:
|
|
38
|
-
main (1.
|
|
38
|
+
main (1.53 MiB)
|
|
39
39
|
main.js
|
|
40
40
|
|
|
41
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
41
|
+
webpack 5.99.9 compiled with 2 warnings in 196235 ms
|