@kenyaemr/esm-care-panel-app 5.2.1-pre.657 → 5.2.1-pre.661
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
CHANGED
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"auxiliaryFiles": [
|
|
131
131
|
"main.js.map"
|
|
132
132
|
],
|
|
133
|
-
"hash": "
|
|
133
|
+
"hash": "3f74b4cff24620ee",
|
|
134
134
|
"childrenByOrder": {}
|
|
135
135
|
},
|
|
136
136
|
{
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"auxiliaryFiles": [
|
|
274
274
|
"419.js.map"
|
|
275
275
|
],
|
|
276
|
-
"hash": "
|
|
276
|
+
"hash": "da6d5cb39674b6ec",
|
|
277
277
|
"childrenByOrder": {}
|
|
278
278
|
},
|
|
279
279
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-care-panel-app",
|
|
3
|
-
"version": "5.2.1-pre.
|
|
3
|
+
"version": "5.2.1-pre.661",
|
|
4
4
|
"description": "Patient care panels microfrontend for the OpenMRS SPA",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-care-panel-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"webpack": "^5.74.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "a3827bc139c384d06391c6791c47a00966cd2761"
|
|
55
55
|
}
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
import styles from './program-enrollment.scss';
|
|
17
17
|
import isEmpty from 'lodash/isEmpty';
|
|
18
18
|
import dayjs from 'dayjs';
|
|
19
|
-
import { formatDate
|
|
19
|
+
import { formatDate } from '@openmrs/esm-framework';
|
|
20
20
|
import orderBy from 'lodash/orderBy';
|
|
21
21
|
import { mutate } from 'swr';
|
|
22
22
|
import { launchPatientWorkspace } from '@openmrs/esm-patient-common-lib';
|