@kenyaemr/esm-billing-app 5.4.2-pre.2262 → 5.4.2-pre.2265
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 +3 -3
- package/dist/632.js +1 -1
- package/dist/632.js.map +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +6 -6
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/payment-modes/payment-mode-dashboard.compont.tsx +2 -2
- package/src/payment-modes/payment-mode.workspace.test.tsx +57 -1
- package/src/payment-modes/payment-mode.workspace.tsx +9 -3
- package/src/payment-modes/usePaymentModeFormSchema.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -15,9 +15,9 @@ assets by path *.json 61.3 KiB
|
|
|
15
15
|
+ 9 assets
|
|
16
16
|
orphan modules 9.47 MiB [orphan] 3623 modules
|
|
17
17
|
runtime modules 42.4 KiB 32 modules
|
|
18
|
-
built modules 14.
|
|
18
|
+
built modules 14.5 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ../../node_modules/ 11.3 MiB 1174 modules
|
|
20
|
-
modules by path ./ 3.
|
|
20
|
+
modules by path ./ 3.18 MiB
|
|
21
21
|
modules by path ./src/ 3.16 MiB 72 modules
|
|
22
22
|
modules by path ./translations/ 11.7 KiB 2 modules
|
|
23
23
|
provide-module modules 294 bytes
|
|
@@ -47,4 +47,4 @@ Entrypoints:
|
|
|
47
47
|
main (3.78 MiB)
|
|
48
48
|
main.js
|
|
49
49
|
|
|
50
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
50
|
+
webpack 5.99.9 compiled with 2 warnings in 315228 ms
|