@kenyaemr/esm-patient-registration-app 8.0.3-pre.140 → 8.0.3-pre.143
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 +8 -8
- package/dist/610.js +1 -1
- package/dist/610.js.map +1 -1
- package/dist/kenyaemr-esm-patient-registration-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 +1 -1
- package/src/client-registry/hie-client-registry/dependants/dependants.component.tsx +5 -7
- package/src/client-registry/hie-client-registry/hie-client-registry.component.tsx +6 -4
- package/src/client-registry/hie-client-registry/hie-resource.ts +23 -18
- package/src/client-registry/hie-client-registry/hie-types.ts +100 -0
- package/src/client-registry/hie-client-registry/modal/confirm-hie.modal.tsx +6 -4
- package/src/client-registry/hie-client-registry/modal/hie-patient-detail-preview.component.tsx +14 -10
- package/src/config-schema.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
assets by path *.js 3.46 MiB
|
|
2
|
-
assets by status 3.
|
|
2
|
+
assets by status 3.27 MiB [big]
|
|
3
3
|
assets by chunk 1.73 MiB (id hint: vendors)
|
|
4
4
|
asset 130.js 1.37 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
5
|
asset 94.js 362 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
|
-
asset main.js
|
|
7
|
-
asset 610.js
|
|
6
|
+
asset main.js 967 KiB [emitted] [minimized] [big] (name: main) 2 related assets
|
|
7
|
+
asset 610.js 611 KiB [emitted] [minimized] [big] 1 related asset
|
|
8
8
|
+ 23 assets
|
|
9
9
|
assets by path *.json 15.1 KiB
|
|
10
10
|
asset kenyaemr-esm-patient-registration-app.js.buildmanifest.json 13.8 KiB [emitted]
|
|
@@ -13,7 +13,7 @@ orphan modules 4.52 MiB [orphan] 1076 modules
|
|
|
13
13
|
runtime modules 40.1 KiB 28 modules
|
|
14
14
|
built modules 8.26 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
15
15
|
modules by path ../../node_modules/ 7.18 MiB 263 modules
|
|
16
|
-
modules by path ./ 1.
|
|
16
|
+
modules by path ./ 1.08 MiB
|
|
17
17
|
javascript modules 1.02 MiB 21 modules
|
|
18
18
|
optional modules 55.1 KiB [optional] 9 modules
|
|
19
19
|
provide-module modules 294 bytes
|
|
@@ -27,14 +27,14 @@ built modules 8.26 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 (
|
|
30
|
+
main.js (967 KiB)
|
|
31
31
|
130.js (1.37 MiB)
|
|
32
|
-
610.js (
|
|
32
|
+
610.js (611 KiB)
|
|
33
33
|
94.js (362 KiB)
|
|
34
34
|
|
|
35
35
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
36
36
|
Entrypoints:
|
|
37
|
-
main (
|
|
37
|
+
main (967 KiB)
|
|
38
38
|
main.js
|
|
39
39
|
|
|
40
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
40
|
+
webpack 5.88.0 compiled with 2 warnings in 86566 ms
|