@kenyaemr/esm-patient-flags-app 5.4.3-pre.2915 → 5.4.3-pre.2921

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.
@@ -5,9 +5,9 @@
5
5
  "rendered": true,
6
6
  "initial": false,
7
7
  "entry": false,
8
- "size": 119629,
8
+ "size": 119639,
9
9
  "sizes": {
10
- "javascript": 119629
10
+ "javascript": 119639
11
11
  },
12
12
  "names": [],
13
13
  "idHints": [],
@@ -20,7 +20,7 @@
20
20
  "auxiliaryFiles": [
21
21
  "125.js.map"
22
22
  ],
23
- "hash": "66be9f47f26cada9",
23
+ "hash": "2d1252e932536506",
24
24
  "childrenByOrder": {}
25
25
  },
26
26
  {
@@ -422,10 +422,10 @@
422
422
  "rendered": true,
423
423
  "initial": true,
424
424
  "entry": true,
425
- "size": 6690629,
425
+ "size": 6690639,
426
426
  "sizes": {
427
427
  "consume-shared": 210,
428
- "javascript": 6690209,
428
+ "javascript": 6690219,
429
429
  "runtime": 13027,
430
430
  "share-init": 210
431
431
  },
@@ -442,7 +442,7 @@
442
442
  "auxiliaryFiles": [
443
443
  "main.js.map"
444
444
  ],
445
- "hash": "4563d93ca92dae8b",
445
+ "hash": "a7577d3d5fb3025f",
446
446
  "childrenByOrder": {}
447
447
  },
448
448
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.3-pre.2915"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.3-pre.2921"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.4.3-pre.2915",
3
+ "version": "5.4.3-pre.2921",
4
4
  "description": "Patient flags microfrontend for the OpenMRS SPA",
5
5
  "keywords": [
6
6
  "openmrs"
@@ -123,7 +123,7 @@ export const useModuleLinks = () => {
123
123
  },
124
124
  {
125
125
  label: t('legacyAdmin', 'Legacy Admin'),
126
- url: `/openmrs/admin`,
126
+ url: `/openmrs/admin/index.htm`,
127
127
  icon: <IbmCloudGateKeeper size={24} />,
128
128
  privilege: 'o3: View Legacy Admin Dashboard',
129
129
  },