@kenyaemr/esm-patient-list-management-app 8.0.2 → 8.0.3-pre.136

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.
@@ -9,7 +9,7 @@ assets by path *.js 2.93 MiB
9
9
  + 16 assets
10
10
  assets by path *.json 11.9 KiB
11
11
  asset kenyaemr-esm-patient-list-management-app.js.buildmanifest.json 11.2 KiB [emitted]
12
- asset routes.json 715 bytes [emitted] [from: src/routes.json] [copied]
12
+ asset routes.json 723 bytes [emitted] [from: src/routes.json] [copied]
13
13
  orphan modules 3.67 MiB [orphan] 547 modules
14
14
  runtime modules 39.5 KiB 28 modules
15
15
  built modules 7.48 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
@@ -38,4 +38,4 @@ Entrypoints:
38
38
  main (699 KiB)
39
39
  main.js
40
40
 
41
- webpack 5.88.0 compiled with 2 warnings in 225347 ms
41
+ webpack 5.88.0 compiled with 2 warnings in 85976 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-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"}],"version":"8.0.2"}
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-button","slot":"patient-actions-slot","component":"addPatientToPatientListMenuItem"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"}],"version":"8.0.3-pre.136"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-list-management-app",
3
- "version": "8.0.2",
3
+ "version": "8.0.3-pre.136",
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",
@@ -51,5 +51,6 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "webpack": "^5.74.0"
54
- }
54
+ },
55
+ "stableVersion": "8.0.2"
55
56
  }