@kenyaemr/esm-billing-app 5.4.2-pre.2292 → 5.4.2-pre.2297
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 +7 -7
- package/dist/115.js +1 -1
- package/dist/115.js.map +1 -1
- package/dist/197.js +1 -0
- package/dist/294.js +1 -0
- package/dist/300.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +53 -9
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/billing-dashboard/clock-out-strip.component.tsx +2 -2
- package/src/billing-tabs/billling-tabs.component.tsx +1 -1
- package/src/index.ts +12 -10
- package/src/invoice/payments/payment-history/payment-history.component.tsx +5 -3
- package/src/left-panel-link.component.tsx +3 -1
- package/src/metrics-cards/metrics-cards.component.tsx +9 -5
- package/src/payment-modes/payment-mode-dashboard.compont.tsx +1 -1
- package/translations/am.json +345 -0
- package/translations/en.json +21 -0
- package/translations/sw.json +345 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,17 +9,17 @@ assets by chunk 3.87 MiB (id hint: vendors)
|
|
|
9
9
|
asset 283.js 1.31 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
10
10
|
asset 842.js 614 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
11
11
|
+ 8 assets
|
|
12
|
-
assets by path *.json
|
|
13
|
-
asset kenyaemr-esm-billing-app.js.buildmanifest.json
|
|
12
|
+
assets by path *.json 62.2 KiB
|
|
13
|
+
asset kenyaemr-esm-billing-app.js.buildmanifest.json 56.1 KiB [emitted]
|
|
14
14
|
asset routes.json 6.1 KiB [emitted] [from: src/routes.json] [copied]
|
|
15
|
-
+
|
|
15
|
+
+ 11 assets
|
|
16
16
|
orphan modules 9.36 MiB [orphan] 3622 modules
|
|
17
17
|
runtime modules 42.4 KiB 32 modules
|
|
18
|
-
built modules 14.
|
|
18
|
+
built modules 14.7 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ../../node_modules/ 11.4 MiB 1179 modules
|
|
20
|
-
modules by path ./ 3.
|
|
20
|
+
modules by path ./ 3.24 MiB
|
|
21
21
|
modules by path ./src/ 3.21 MiB 73 modules
|
|
22
|
-
modules by path ./translations/
|
|
22
|
+
modules by path ./translations/ 35.7 KiB 4 modules
|
|
23
23
|
provide-module modules 294 bytes
|
|
24
24
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
25
25
|
+ 5 modules
|
|
@@ -47,4 +47,4 @@ Entrypoints:
|
|
|
47
47
|
main (3.82 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 343230 ms
|