@ampath/esm-dispensing-app 1.10.1-pre.21 → 1.10.1-pre.22
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/799256c90498b2ca-meta.json +1 -0
- package/.turbo/cache/799256c90498b2ca.tar.zst +0 -0
- package/.turbo/turbo-build.log +5 -5
- package/dist/2087.js +1 -1
- package/dist/2087.js.map +1 -1
- package/dist/4300.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +14 -14
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/bill/bill.resource.ts +33 -1
- package/src/components/action-buttons.component.tsx +4 -2
- package/src/components/prescription-actions/dispense-action-button.component.tsx +12 -1
- package/translations/en.json +1 -0
- package/.turbo/cache/134ba052df9f474a-meta.json +0 -1
- package/.turbo/cache/134ba052df9f474a.tar.zst +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"799256c90498b2ca","duration":42428}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,7 +20,7 @@ built modules 8.71 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-sh
|
|
|
20
20
|
modules by path ./translations/ 219 KiB
|
|
21
21
|
./translations/ lazy nonrecursive .json$ 160 bytes [built] [code generated]
|
|
22
22
|
+ 42 modules
|
|
23
|
-
modules by path ./src/
|
|
23
|
+
modules by path ./src/ 732 KiB 35 modules
|
|
24
24
|
provide-module modules 336 bytes
|
|
25
25
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
26
26
|
+ 6 modules
|
|
@@ -32,14 +32,14 @@ built modules 8.71 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-sh
|
|
|
32
32
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
33
33
|
This can impact web performance.
|
|
34
34
|
Assets:
|
|
35
|
-
main.js (
|
|
36
|
-
2087.js (
|
|
35
|
+
main.js (614 KiB)
|
|
36
|
+
2087.js (262 KiB)
|
|
37
37
|
2890.js (2.17 MiB)
|
|
38
38
|
8569.js (326 KiB)
|
|
39
39
|
|
|
40
40
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
41
41
|
Entrypoints:
|
|
42
|
-
main (
|
|
42
|
+
main (614 KiB)
|
|
43
43
|
main.js
|
|
44
44
|
|
|
45
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
45
|
+
webpack 5.99.9 compiled with 2 warnings in 39580 ms
|