@openmrs/esm-dispensing-app 1.9.2-pre.913 → 1.9.2-pre.917
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/cache/3b64a05e375c386d-meta.json +1 -0
- package/.turbo/cache/3b64a05e375c386d.tar.zst +0 -0
- package/.turbo/turbo-build.log +4 -4
- package/dist/1282.js +1 -1
- package/dist/1282.js.map +1 -1
- package/dist/4099.js +1 -1
- package/dist/4099.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-dispensing-app.js +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +12 -12
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/forms/dispense-form.workspace.tsx +14 -16
- package/src/forms/medication-dispense-review.component.tsx +34 -87
- package/src/forms/medication-dispense-review.test.tsx +1 -1
- package/src/medication-dispense/medication-dispense.resource.tsx +11 -9
- package/src/medication-request/medication-request.resource.test.tsx +4 -0
- package/src/medication-request/medication-request.resource.tsx +35 -35
- package/src/types.ts +1 -1
- package/.turbo/cache/b59933316d0d52ed-meta.json +0 -1
- package/.turbo/cache/b59933316d0d52ed.tar.zst +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"3b64a05e375c386d","duration":38715}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,7 +20,7 @@ built modules 8.24 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-sh
|
|
|
20
20
|
modules by path ./translations/ 174 KiB
|
|
21
21
|
./translations/ lazy nonrecursive .json$ 160 bytes [built] [code generated]
|
|
22
22
|
+ 39 modules
|
|
23
|
-
modules by path ./src/
|
|
23
|
+
modules by path ./src/ 578 KiB 29 modules
|
|
24
24
|
provide-module modules 378 bytes 9 modules
|
|
25
25
|
consume-shared-module modules 378 bytes
|
|
26
26
|
modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
|
|
@@ -31,13 +31,13 @@ built modules 8.24 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-sh
|
|
|
31
31
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
32
32
|
This can impact web performance.
|
|
33
33
|
Assets:
|
|
34
|
-
main.js (
|
|
34
|
+
main.js (569 KiB)
|
|
35
35
|
7268.js (1.88 MiB)
|
|
36
36
|
6741.js (293 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.
|
|
39
39
|
Entrypoints:
|
|
40
|
-
main (
|
|
40
|
+
main (569 KiB)
|
|
41
41
|
main.js
|
|
42
42
|
|
|
43
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
43
|
+
webpack 5.99.9 compiled with 2 warnings in 36887 ms
|