@openmrs/esm-patient-flags-app 10.2.1-pre.8478 → 11.0.0
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 +2 -2
- package/dist/routes.json +1 -1
- package/package.json +3 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,7 +11,7 @@ assets by path [1m[32m*.js[39m[22m 2.94 MiB
|
|
|
11
11
|
+ 51 assets
|
|
12
12
|
assets by path [1m[32m*.json[39m[22m 29.1 KiB
|
|
13
13
|
asset [1m[32mopenmrs-esm-patient-flags-app.js.buildmanifest.json[39m[22m 28.1 KiB [1m[32m[emitted][39m[22m
|
|
14
|
-
asset [1m[32mroutes.json[39m[22m
|
|
14
|
+
asset [1m[32mroutes.json[39m[22m 1000 bytes [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
15
15
|
orphan modules 9.8 MiB [1m[33m[orphan][39m[22m 3038 modules
|
|
16
16
|
runtime modules 42.5 KiB 28 modules
|
|
17
17
|
built modules 6.56 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
@@ -40,4 +40,4 @@ Entrypoints:
|
|
|
40
40
|
main.js
|
|
41
41
|
[39m[22m
|
|
42
42
|
|
|
43
|
-
webpack 5.99.9 compiled with [1m[33m2 warnings[39m[22m in
|
|
43
|
+
webpack 5.99.9 compiled with [1m[33m2 warnings[39m[22m in 140195 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"edit-flags-side-panel-form","component":"editPatientFlagsWorkspace","meta":{"title":{"key":"editPatientFlags","default":"Edit patient flags"}},"featureFlag":"patientFlags"},{"name":"patient-flag-tags","slot":"patient-highlights-bar-slot","component":"flagTags","order":0,"featureFlag":"patientFlags"},{"name":"patient-flags-overview","slot":"patient-chart-summary-dashboard-slot","component":"flagsOverview","order":0,"featureFlag":"patientFlags","meta":{"fullWidth":false}}],"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."}],"version":"
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"edit-flags-side-panel-form","component":"editPatientFlagsWorkspace","meta":{"title":{"key":"editPatientFlags","default":"Edit patient flags"}},"featureFlag":"patientFlags"},{"name":"patient-flag-tags","slot":"patient-highlights-bar-slot","component":"flagTags","order":0,"featureFlag":"patientFlags"},{"name":"patient-flags-overview","slot":"patient-chart-summary-dashboard-slot","component":"flagsOverview","order":0,"featureFlag":"patientFlags","meta":{"fullWidth":false}}],"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."}],"version":"11.0.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-flags-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
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,8 +50,7 @@
|
|
|
50
50
|
"swr": "2.x"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@openmrs/esm-patient-common-lib": "
|
|
53
|
+
"@openmrs/esm-patient-common-lib": "11.0.0",
|
|
54
54
|
"webpack": "^5.99.9"
|
|
55
|
-
}
|
|
56
|
-
"stableVersion": "10.2.0"
|
|
55
|
+
}
|
|
57
56
|
}
|