@openmrs/esm-patient-registration-app 8.2.2-pre.4845 → 8.2.2-pre.4857
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/130.js +1 -1
- package/dist/130.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/openmrs-esm-patient-registration-app.js +1 -1
- package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +5 -5
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/patient-registration/field/dob/dob.test.tsx +46 -27
- package/src/patient-registration/field/field.test.tsx +3 -19
- package/src/patient-registration/field/obs/obs-field.test.tsx +29 -24
- package/src/patient-registration/patient-registration.test.tsx +49 -28
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +36 -21
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,8 +3,8 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
3
3
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
4
|
assets by path *.js 2.89 MiB
|
|
5
5
|
assets by chunk 1.88 MiB (id hint: vendors)
|
|
6
|
-
assets by status 1.
|
|
7
|
-
asset 130.js 1.
|
|
6
|
+
assets by status 1.71 MiB [big]
|
|
7
|
+
asset 130.js 1.39 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
8
8
|
asset 639.js 328 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
9
9
|
asset 7443.js 98.2 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
10
10
|
asset 6591.js 50.8 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
@@ -32,7 +32,7 @@ This can impact web performance.
|
|
|
32
32
|
Assets:
|
|
33
33
|
main.js (365 KiB)
|
|
34
34
|
112.js (395 KiB)
|
|
35
|
-
130.js (1.
|
|
35
|
+
130.js (1.39 MiB)
|
|
36
36
|
639.js (328 KiB)
|
|
37
37
|
|
|
38
38
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
@@ -40,4 +40,4 @@ Entrypoints:
|
|
|
40
40
|
main (365 KiB)
|
|
41
41
|
main.js
|
|
42
42
|
|
|
43
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
43
|
+
webpack 5.88.0 compiled with 2 warnings in 102803 ms
|