@openmrs/esm-patient-flags-app 11.3.1-pre.9607 → 11.3.1-pre.9623
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 +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"extensions":[{"name":"patient-flags-risk-count","slot":"patient-info-slot","component":"flagsRiskCountExtension","order":0,"featureFlag":"patient-flags","meta":{"fullWidth":true}},{"name":"patient-flags-list","slot":"patient-chart-summary-dashboard-slot","component":"flagsListExtension","order":0,"featureFlag":"patient-flags","meta":{"fullWidth":true}}],"featureFlags":[{"flagName":"patient-flags","label":"Patient flags","description":"Visual components that enable healthcare providers to see relevant patient information with a glance in the Patient chart. Flags are displayed in the Patient Summary, just below the patient banner, and can link users to other areas of the chart to perform relevant actions during a visit."}],"workspaces2":[{"name":"patient-flags-workspace","component":"patientFlagsWorkspace","window":"patient-flags"}],"workspaceWindows2":[{"name":"patient-flags","group":"patient-chart"}],"version":"11.3.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"extensions":[{"name":"patient-flags-risk-count","slot":"patient-info-slot","component":"flagsRiskCountExtension","order":0,"featureFlag":"patient-flags","meta":{"fullWidth":true}},{"name":"patient-flags-list","slot":"patient-chart-summary-dashboard-slot","component":"flagsListExtension","order":0,"featureFlag":"patient-flags","meta":{"fullWidth":true}}],"featureFlags":[{"flagName":"patient-flags","label":"Patient flags","description":"Visual components that enable healthcare providers to see relevant patient information with a glance in the Patient chart. Flags are displayed in the Patient Summary, just below the patient banner, and can link users to other areas of the chart to perform relevant actions during a visit."}],"workspaces2":[{"name":"patient-flags-workspace","component":"patientFlagsWorkspace","window":"patient-flags"}],"workspaceWindows2":[{"name":"patient-flags","group":"patient-chart"}],"version":"11.3.1-pre.9623"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-flags-app",
|
|
3
|
-
"version": "11.3.1-pre.
|
|
3
|
+
"version": "11.3.1-pre.9623",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "An OpenMRS frontend module for managing patient flags",
|
|
6
6
|
"browser": "dist/openmrs-esm-patient-flags-app.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"swr": "2.x"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@openmrs/esm-patient-common-lib": "11.3.1-pre.
|
|
53
|
+
"@openmrs/esm-patient-common-lib": "11.3.1-pre.9623",
|
|
54
54
|
"webpack": "^5.99.9"
|
|
55
55
|
},
|
|
56
56
|
"stableVersion": "11.3.0"
|