@kenyaemr/esm-billing-app 5.3.3-pre.1050 → 5.3.4
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 +4 -4
- package/dist/404.js +1 -1
- package/dist/404.js.map +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +6 -6
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +3 -4
- package/src/billable-services/bill-manager/workspaces/edit-bill-form.test.tsx +9 -8
- package/src/billable-services/bill-manager/workspaces/edit-bill-form.workspace.tsx +46 -23
- package/src/billable-services/bill-manager/workspaces/edit-bill-util.ts +2 -1
- package/LICENSE.md +0 -401
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
2
|
npx update-browserslist-db@latest
|
|
3
3
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
-
assets by path [1m[32m*.js[39m[22m 5.
|
|
4
|
+
assets by path [1m[32m*.js[39m[22m 5.26 MiB
|
|
5
5
|
assets by chunk 1.52 MiB (id hint: vendors)
|
|
6
6
|
assets by status [1m[33m1.46 MiB[39m[22m [1m[33m[big][39m[22m
|
|
7
7
|
asset [1m[33m770.js[39m[22m [1m[33m770 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
@@ -18,7 +18,7 @@ runtime modules 39.5 KiB 28 modules
|
|
|
18
18
|
built modules 7.8 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
19
19
|
modules by path [1m../../node_modules/[39m[22m 5.98 MiB 142 modules
|
|
20
20
|
modules by path [1m./[39m[22m 1.82 MiB
|
|
21
|
-
modules by path [1m./src/[39m[22m 1.
|
|
21
|
+
modules by path [1m./src/[39m[22m 1.82 MiB 43 modules
|
|
22
22
|
modules by path [1m./translations/[39m[22m 6.03 KiB 2 modules
|
|
23
23
|
provide-module modules 252 bytes
|
|
24
24
|
modules by path [1mprovide shared module (default) swr/[39m[22m 84 bytes 2 modules
|
|
@@ -33,7 +33,7 @@ This can impact web performance.
|
|
|
33
33
|
Assets:
|
|
34
34
|
main.js (2.22 MiB)
|
|
35
35
|
130.js (729 KiB)
|
|
36
|
-
404.js (1.
|
|
36
|
+
404.js (1.46 MiB)
|
|
37
37
|
770.js (770 KiB)[39m[22m
|
|
38
38
|
|
|
39
39
|
[1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
@@ -42,4 +42,4 @@ Entrypoints:
|
|
|
42
42
|
main.js
|
|
43
43
|
[39m[22m
|
|
44
44
|
|
|
45
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
45
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 230953 ms
|