@pucp-gidis-hiisc/esm-fua-app 1.0.3 → 1.0.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.
@@ -0,0 +1,43 @@
1
+
2
+ assets by path *.js 2.6 MiB
3
+ assets by chunk 2.1 MiB (id hint: vendors)
4
+ asset 308.js 1.64 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
5
+ asset 536.js 186 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
6
+ asset 144.js 130 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
7
+ asset 913.js 83.2 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
8
+ asset 457.js 45.3 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
9
+ asset 639.js 20.1 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
10
+ asset 372.js 6.08 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
11
+ asset 56.js 1.68 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
12
+ + 11 assets
13
+ assets by path *.json 11.9 KiB
14
+ asset pucp-gidis-hiisc-esm-fua-app.js.buildmanifest.json 11.4 KiB [emitted]
15
+ asset routes.json 515 bytes [emitted] [from: src/routes.json] [copied]
16
+ orphan modules 9.56 MiB [orphan] 3085 modules
17
+ runtime modules 42.5 KiB 28 modules
18
+ built modules 6.7 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-shared) [built]
19
+ modules by path ../../node_modules/ 6.61 MiB 486 modules
20
+ provide-module modules 378 bytes
21
+ modules by path provide shared module (default) swr/ 126 bytes 3 modules
22
+ + 6 modules
23
+ consume-shared-module modules 378 bytes
24
+ modules by path consume shared module (default) swr/ 126 bytes 3 modules
25
+ + 6 modules
26
+ modules by path ./ 83.4 KiB
27
+ javascript modules 83.4 KiB 3 modules
28
+ optional modules 24 bytes [optional] 2 modules
29
+ container entry 42 bytes [built] [code generated]
30
+
31
+ WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
32
+ This can impact web performance.
33
+ Assets:
34
+ main.js (392 KiB)
35
+ 308.js (1.64 MiB)
36
+
37
+ WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
38
+ Entrypoints:
39
+ main (392 KiB)
40
+ main.js
41
+ 
42
+
43
+ webpack 5.99.9 compiled with 2 warnings in 18129 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"name":"fua-request-dashboard-link","component":"fuaRequestDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"fua-request","title":"Manejo de FUA","slot":"fua-request-dashboard-slot","path":"/fua-request"}},{"name":"fua-request-table","slot":"fua-request-dashboard-slot","component":"fuaRequestTable","order":0,"online":true,"offline":false}],"version":"1.0.2"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.24.0"},"extensions":[{"name":"fua-request-dashboard-link","component":"fuaRequestDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"fua-request","title":"Manejo de FUA","slot":"fua-request-dashboard-slot","path":"/fua-request"}},{"name":"fua-request-table","slot":"fua-request-dashboard-slot","component":"fuaRequestTable","order":0,"online":true,"offline":false}],"version":"1.0.4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pucp-gidis-hiisc/esm-fua-app",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Main openmrs O3 peruhce microfrontend",
5
5
  "browser": "dist/pucp-gidis-hiisc-esm-fua-app.js",
6
6
  "main": "src/index.ts",