@ampath/esm-dispensing-app 1.10.1-pre.21 → 1.10.1-pre.24
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/f5a0090387372fdb-meta.json +1 -0
- package/.turbo/cache/f5a0090387372fdb.tar.zst +0 -0
- package/.turbo/turbo-build.log +6 -6
- 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 +49 -1
- package/src/components/action-buttons.component.tsx +39 -6
- package/src/components/prescription-actions/dispense-action-button.component.tsx +12 -1
- package/src/config-schema.ts +6 -0
- package/src/location/location.resource.test.tsx +1 -0
- 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":"f5a0090387372fdb","duration":40838}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -15,12 +15,12 @@ assets by path *.json 34.7 KiB
|
|
|
15
15
|
asset routes.json 2.68 KiB [emitted] [from: src/routes.json] [copied]
|
|
16
16
|
orphan modules 9.43 MiB [orphan] 3175 modules
|
|
17
17
|
runtime modules 41.9 KiB 30 modules
|
|
18
|
-
built modules 8.
|
|
18
|
+
built modules 8.72 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ./node_modules/ 7.79 MiB 571 modules
|
|
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/ 736 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 (615 KiB)
|
|
36
|
+
2087.js (263 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 (615 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 38606 ms
|