@kenyaemr/esm-patient-registration-app 7.0.3-pre.74 → 7.0.3-pre.80
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/453.js +1 -1
- package/dist/453.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/offline.resources.ts +7 -5
- package/src/patient-verification/patient-verification-utils.ts +33 -3
- package/src/patient-verification/patient-verification.component.tsx +6 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,8 +13,8 @@ orphan modules 4.46 MiB [orphan] 1069 modules
|
|
|
13
13
|
runtime modules 40.2 KiB 28 modules
|
|
14
14
|
built modules 4.5 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
15
15
|
modules by path ../../node_modules/ 3.87 MiB 249 modules
|
|
16
|
-
modules by path ./
|
|
17
|
-
javascript modules
|
|
16
|
+
modules by path ./ 644 KiB
|
|
17
|
+
javascript modules 600 KiB 20 modules
|
|
18
18
|
optional modules 43.6 KiB [optional] 9 modules
|
|
19
19
|
provide-module modules 294 bytes
|
|
20
20
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
@@ -35,4 +35,4 @@ Entrypoints:
|
|
|
35
35
|
main (473 KiB)
|
|
36
36
|
main.js
|
|
37
37
|
|
|
38
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
38
|
+
webpack 5.88.0 compiled with 2 warnings in 98808 ms
|