@openmrs/esm-home-app 9.2.1-pre.7231 → 9.2.1-pre.7254

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.
@@ -1,3 +1,6 @@
1
+ Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
2
+ npx update-browserslist-db@latest
3
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
1
4
  assets by path *.js 2.85 MiB
2
5
  assets by chunk 2.4 MiB (id hint: vendors)
3
6
  asset 3213.js 2.04 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
@@ -15,7 +18,7 @@ runtime modules 41.4 KiB 28 modules
15
18
  built modules 6.58 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
16
19
  modules by path ../../node_modules/ 6.5 MiB 474 modules
17
20
  modules by path ./ 85.5 KiB
18
- optional modules 16.4 KiB [optional] 42 modules
21
+ optional modules 16.5 KiB [optional] 42 modules
19
22
  javascript modules 69.1 KiB 4 modules
20
23
  provide-module modules 294 bytes
21
24
  modules by path provide shared module (default) swr/ 126 bytes 3 modules
@@ -36,4 +39,4 @@ Entrypoints:
36
39
  main (335 KiB)
37
40
  main.js
38
41
 
39
- webpack 5.99.9 compiled with 2 warnings in 130473 ms
42
+ webpack 5.99.9 compiled with 2 warnings in 118696 ms
package/dist/3099.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[3099],{93099:e=>{e.exports=JSON.parse('{"contactAdministrator":"Please try using the left navigation menu links. If the issue persists, contact your system administrator.","dashboardNotFound":"The dashboard you are looking for does not exist.","dashboardNotFoundDescription":"The page you requested could not be found. It may have been moved, deleted, or the configured dashboard does not exist.","pageNotFound":"Page not found"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([[3099],{93099:a=>{a.exports=JSON.parse('{"contactAdministrator":"Por favor, intente usar los links del menú de navegación situado a la izquierda. Si el problema persiste, contacte con su administrador del sistema.","dashboardNotFound":"El panel que está buscando no existe.","dashboardNotFoundDescription":"No se pudo encontrar la página solicitada. Es posible que se haya movido, eliminado o que el panel configurado no exista.","pageNotFound":"Página no encontrada"}')}}]);
@@ -353,9 +353,9 @@
353
353
  "initial": false,
354
354
  "entry": false,
355
355
  "recorded": false,
356
- "size": 400,
356
+ "size": 438,
357
357
  "sizes": {
358
- "javascript": 400
358
+ "javascript": 438
359
359
  },
360
360
  "names": [],
361
361
  "idHints": [],
@@ -367,7 +367,7 @@
367
367
  "3099.js"
368
368
  ],
369
369
  "auxiliaryFiles": [],
370
- "hash": "88dc29a5ae2eb530",
370
+ "hash": "ca2b24c2619f9dba",
371
371
  "childrenByOrder": {}
372
372
  },
373
373
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7231"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7254"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "9.2.1-pre.7231",
3
+ "version": "9.2.1-pre.7254",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
- "contactAdministrator": "Please try using the left navigation menu links. If the issue persists, contact your system administrator.",
3
- "dashboardNotFound": "The dashboard you are looking for does not exist.",
4
- "dashboardNotFoundDescription": "The page you requested could not be found. It may have been moved, deleted, or the configured dashboard does not exist.",
5
- "pageNotFound": "Page not found"
2
+ "contactAdministrator": "Por favor, intente usar los links del menú de navegación situado a la izquierda. Si el problema persiste, contacte con su administrador del sistema.",
3
+ "dashboardNotFound": "El panel que está buscando no existe.",
4
+ "dashboardNotFoundDescription": "No se pudo encontrar la página solicitada. Es posible que se haya movido, eliminado o que el panel configurado no exista.",
5
+ "pageNotFound": "Página no encontrada"
6
6
  }