@openmrs/esm-dispensing-app 1.7.1-pre.174 → 1.7.1-pre.179
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/82623d6549647b28-meta.json +1 -0
- package/.turbo/cache/82623d6549647b28.tar.zst +0 -0
- package/.turbo/turbo-build.log +5 -5
- package/dist/6411.js +1 -0
- package/dist/6411.js.map +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-dispensing-app.js +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +27 -27
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/config-schema.ts +8 -1
- package/src/dispensing.component.tsx +23 -9
- package/src/dispensing.scss +5 -0
- package/src/location/location.resource.test.tsx +1 -0
- package/.turbo/cache/b9b51cc76e0336b9-meta.json +0 -1
- package/.turbo/cache/b9b51cc76e0336b9.tar.zst +0 -0
- package/dist/3093.js +0 -1
- package/dist/3093.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"82623d6549647b28","duration":41502}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,14 +13,14 @@ assets by path *.js 3.4 MiB
|
|
|
13
13
|
assets by path *.json 31.7 KiB
|
|
14
14
|
asset openmrs-esm-dispensing-app.js.buildmanifest.json 29.9 KiB [emitted]
|
|
15
15
|
asset routes.json 1.74 KiB [emitted] [from: src/routes.json] [copied]
|
|
16
|
-
orphan modules 9.22 MiB [orphan]
|
|
16
|
+
orphan modules 9.22 MiB [orphan] 3112 modules
|
|
17
17
|
runtime modules 41.6 KiB 28 modules
|
|
18
18
|
built modules 7.84 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ./node_modules/ 7.17 MiB 549 modules
|
|
20
20
|
modules by path ./translations/ 137 KiB
|
|
21
21
|
./translations/ lazy nonrecursive .json$ 160 bytes [built] [code generated]
|
|
22
22
|
+ 39 modules
|
|
23
|
-
modules by path ./src/
|
|
23
|
+
modules by path ./src/ 551 KiB 28 modules
|
|
24
24
|
provide-module modules 294 bytes
|
|
25
25
|
modules by path provide shared module (default) @openmrs/ 84 bytes 2 modules
|
|
26
26
|
+ 5 modules
|
|
@@ -32,13 +32,13 @@ built modules 7.84 MiB (javascript) 294 bytes (share-init) 294 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 (
|
|
35
|
+
main.js (555 KiB)
|
|
36
36
|
7225.js (303 KiB)
|
|
37
37
|
4396.js (1.61 MiB)
|
|
38
38
|
|
|
39
39
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
40
40
|
Entrypoints:
|
|
41
|
-
main (
|
|
41
|
+
main (555 KiB)
|
|
42
42
|
main.js
|
|
43
43
|
|
|
44
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
44
|
+
webpack 5.99.9 compiled with 2 warnings in 39431 ms
|