@openmrs/esm-active-visits-app 7.0.1-pre.3484 → 7.0.1-pre.3494
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 +19 -19
- package/dist/routes.json +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
assets by path
|
|
1
|
+
assets by path *.js 1.28 MiB
|
|
2
2
|
assets by chunk 970 KiB (id hint: vendors)
|
|
3
|
-
asset
|
|
4
|
-
asset
|
|
5
|
-
asset
|
|
6
|
-
asset
|
|
7
|
-
asset
|
|
8
|
-
asset
|
|
3
|
+
asset 130.js 643 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
4
|
+
asset 875.js 166 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
5
|
+
asset 316.js 130 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
6
|
+
asset 443.js 20 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
7
|
+
asset 729.js 6.05 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
8
|
+
asset 255.js 5.55 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
9
9
|
+ 16 assets
|
|
10
|
-
assets by path
|
|
11
|
-
asset
|
|
12
|
-
asset
|
|
13
|
-
orphan modules 4.04 MiB
|
|
10
|
+
assets by path *.json 11.8 KiB
|
|
11
|
+
asset openmrs-esm-active-visits-app.js.buildmanifest.json 11.5 KiB [emitted]
|
|
12
|
+
asset routes.json 348 bytes [emitted] [from: src/routes.json] [copied]
|
|
13
|
+
orphan modules 4.04 MiB [orphan] 513 modules
|
|
14
14
|
runtime modules 40 KiB 28 modules
|
|
15
|
-
built modules 3.61 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared)
|
|
15
|
+
built modules 3.61 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
16
16
|
javascript modules 3.6 MiB 74 modules
|
|
17
|
-
optional modules 9.32 KiB
|
|
18
|
-
|
|
17
|
+
optional modules 9.32 KiB [optional]
|
|
18
|
+
./translations/am.json 1.09 KiB [optional] [built] [code generated]
|
|
19
19
|
+ 8 modules
|
|
20
20
|
provide-module modules 294 bytes
|
|
21
|
-
modules by path
|
|
21
|
+
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
22
22
|
+ 5 modules
|
|
23
23
|
consume-shared-module modules 294 bytes
|
|
24
|
-
modules by path
|
|
24
|
+
modules by path consume shared module (default) swr/ 84 bytes 2 modules
|
|
25
25
|
+ 5 modules
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
28
28
|
This can impact web performance.
|
|
29
29
|
Assets:
|
|
30
|
-
130.js (643 KiB)
|
|
30
|
+
130.js (643 KiB)
|
|
31
31
|
|
|
32
|
-
webpack 5.88.0 compiled with
|
|
32
|
+
webpack 5.88.0 compiled with 1 warning in 89870 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"active-visits-widget","slot":"homepage-widgets-slot","component":"activeVisits","order":0},{"name":"visit-summary-widget","slot":"visit-summary-slot","component":"visitDetail"}],"pages":[],"version":"7.0.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"active-visits-widget","slot":"homepage-widgets-slot","component":"activeVisits","order":0},{"name":"visit-summary-widget","slot":"visit-summary-slot","component":"visitDetail"}],"pages":[],"version":"7.0.1-pre.3494"}
|
package/package.json
CHANGED