@openmrs/esm-patient-vitals-app 11.3.1-pre.9203 → 11.3.1-pre.9211
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 -5
- package/dist/5810.js +1 -1
- package/dist/5810.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-vitals-app.js +1 -1
- package/dist/openmrs-esm-patient-vitals-app.js.buildmanifest.json +8 -8
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/common/data.resource.ts +15 -18
- package/src/common/helpers.ts +34 -9
- package/src/common/types.ts +13 -1
- package/src/vitals-and-biometrics-header/vitals-header.component.tsx +27 -16
- package/src/vitals-and-biometrics-header/vitals-header.test.tsx +95 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
|
|
2
|
+
npx update-browserslist-db@latest
|
|
3
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
1
4
|
assets by path [1m[32m*.js[39m[22m 4.82 MiB
|
|
2
5
|
assets by chunk 3.02 MiB (id hint: vendors)
|
|
3
6
|
assets by status [1m[33m2.75 MiB[39m[22m [1m[33m[big][39m[22m
|
|
@@ -11,11 +14,11 @@ assets by path [1m[32m*.json[39m[22m 30.6 KiB
|
|
|
11
14
|
asset [1m[32mroutes.json[39m[22m 1.5 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
12
15
|
orphan modules 9.51 MiB [1m[33m[orphan][39m[22m 3097 modules
|
|
13
16
|
runtime modules 44 KiB 28 modules
|
|
14
|
-
built modules 9.
|
|
17
|
+
built modules 9.36 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
15
18
|
modules by path [1m../../node_modules/[39m[22m 8.43 MiB 598 modules
|
|
16
|
-
modules by path [1m./[39m[22m
|
|
19
|
+
modules by path [1m./[39m[22m 705 KiB
|
|
17
20
|
modules by path [1m./translations/[39m[22m 117 KiB 40 modules
|
|
18
|
-
modules by path [1m./src/[39m[22m
|
|
21
|
+
modules by path [1m./src/[39m[22m 588 KiB 20 modules
|
|
19
22
|
provide-module modules 420 bytes 10 modules
|
|
20
23
|
consume-shared-module modules 420 bytes 10 modules
|
|
21
24
|
modules by path [1m../esm-patient-common-lib/src/[39m[22m 244 KiB
|
|
@@ -28,7 +31,7 @@ built modules 9.35 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-sh
|
|
|
28
31
|
This can impact web performance.
|
|
29
32
|
Assets:
|
|
30
33
|
main.js (1.05 MiB)
|
|
31
|
-
5810.js (
|
|
34
|
+
5810.js (317 KiB)
|
|
32
35
|
3174.js (2.01 MiB)
|
|
33
36
|
2276.js (380 KiB)
|
|
34
37
|
9595.js (374 KiB)[39m[22m
|
|
@@ -39,4 +42,4 @@ Entrypoints:
|
|
|
39
42
|
main.js
|
|
40
43
|
[39m[22m
|
|
41
44
|
|
|
42
|
-
webpack 5.99.9 compiled with [1m[33m2 warnings[39m[22m in
|
|
45
|
+
webpack 5.99.9 compiled with [1m[33m2 warnings[39m[22m in 134751 ms
|