@kenyaemr/esm-admin-app 5.4.2-pre.2375 → 5.4.2-pre.2379
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 +4 -4
- package/dist/342.js +1 -1
- package/dist/342.js.map +1 -1
- package/dist/kenyaemr-esm-admin-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/components/hook/searchHealthCareWork.ts +2 -2
- package/src/components/modal/hwr-sync.modal.tsx +35 -2
- package/src/components/users/manage-users/user-management.workspace.tsx +24 -0
- package/src/config-schema.ts +25 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
assets by path *.js 6.
|
|
1
|
+
assets by path *.js 6.95 MiB
|
|
2
2
|
assets by chunk 3.03 MiB (id hint: vendors)
|
|
3
3
|
assets by status 2.48 MiB [big]
|
|
4
4
|
asset 162.js 1.86 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
@@ -12,7 +12,7 @@ orphan modules 10.4 MiB [orphan] 3087 modules
|
|
|
12
12
|
runtime modules 41.4 KiB 28 modules
|
|
13
13
|
built modules 11.2 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
14
14
|
modules by path ../../node_modules/ 10.1 MiB 656 modules
|
|
15
|
-
modules by path ./ 1.
|
|
15
|
+
modules by path ./ 1.07 MiB 30 modules
|
|
16
16
|
provide-module modules 294 bytes
|
|
17
17
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
18
18
|
+ 5 modules
|
|
@@ -26,7 +26,7 @@ This can impact web performance.
|
|
|
26
26
|
Assets:
|
|
27
27
|
main.js (3.07 MiB)
|
|
28
28
|
130.js (630 KiB)
|
|
29
|
-
342.js (
|
|
29
|
+
342.js (796 KiB)
|
|
30
30
|
162.js (1.86 MiB)
|
|
31
31
|
|
|
32
32
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
@@ -34,4 +34,4 @@ Entrypoints:
|
|
|
34
34
|
main (3.07 MiB)
|
|
35
35
|
main.js
|
|
36
36
|
|
|
37
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
37
|
+
webpack 5.99.9 compiled with 2 warnings in 212947 ms
|