@kenyaemr/esm-patient-list-management-app 8.0.1-pre.95 → 8.1.1-pre.111
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 +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,7 +10,7 @@ assets by path *.js 2.68 MiB
|
|
|
10
10
|
+ 16 assets
|
|
11
11
|
assets by path *.json 12.5 KiB
|
|
12
12
|
asset kenyaemr-esm-patient-list-management-app.js.buildmanifest.json 11.8 KiB [emitted]
|
|
13
|
-
asset routes.json
|
|
13
|
+
asset routes.json 712 bytes [emitted] [from: src/routes.json] [copied]
|
|
14
14
|
orphan modules 3.55 MiB [orphan] 549 modules
|
|
15
15
|
runtime modules 39.6 KiB 28 modules
|
|
16
16
|
built modules 6.15 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
@@ -39,4 +39,4 @@ Entrypoints:
|
|
|
39
39
|
main (730 KiB)
|
|
40
40
|
main.js
|
|
41
41
|
|
|
42
|
-
webpack 5.88.0 compiled with 2 warnings in
|
|
42
|
+
webpack 5.88.0 compiled with 2 warnings in 121878 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":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"component":"root","name":"patient-lists-dashboard","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"},{"name":"add-patient-to-patient-list-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"version":"8.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"component":"root","name":"patient-lists-dashboard","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"},{"name":"add-patient-to-patient-list-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"version":"8.1.1-pre.111"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-patient-list-management-app",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.1-pre.111",
|
|
4
4
|
"description": "Microfrontend for managing patient lists in O3",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-patient-list-management-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"webpack": "^5.74.0"
|
|
54
54
|
},
|
|
55
|
-
"stableVersion": "8.
|
|
55
|
+
"stableVersion": "8.1.0"
|
|
56
56
|
}
|