@openmrs/esm-patient-lists-app 11.3.1-pre.9513 → 11.3.1-pre.9516
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 +15 -18
- package/dist/4341.js +1 -0
- package/dist/4341.js.map +1 -0
- package/dist/5670.js +1 -0
- package/dist/5670.js.map +1 -0
- package/dist/8743.js +2 -0
- package/dist/8743.js.map +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-lists-app.js +1 -1
- package/dist/openmrs-esm-patient-lists-app.js.buildmanifest.json +93 -120
- package/dist/openmrs-esm-patient-lists-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/dist/1953.js +0 -2
- package/dist/1953.js.map +0 -1
- package/dist/2317.js +0 -1
- package/dist/2317.js.map +0 -1
- package/dist/3697.js +0 -1
- package/dist/3697.js.map +0 -1
- package/dist/8230.js +0 -1
- package/dist/8230.js.map +0 -1
- /package/dist/{1953.js.LICENSE.txt → 8743.js.LICENSE.txt} +0 -0
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"workspaces2":[{"name":"patient-lists","component":"patientListsWorkspace","window":"patient-lists"},{"name":"patient-list-details","component":"patientListDetailsWorkspace","window":"patient-lists"}],"workspaceWindows2":[{"name":"patient-lists","group":"patient-chart","icon":"patientListsActionMenu","width":"wider","order":4}],"version":"11.3.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"workspaces2":[{"name":"patient-lists","component":"patientListsWorkspace","window":"patient-lists"},{"name":"patient-list-details","component":"patientListDetailsWorkspace","window":"patient-lists"}],"workspaceWindows2":[{"name":"patient-lists","group":"patient-chart","icon":"patientListsActionMenu","width":"wider","order":4}],"version":"11.3.1-pre.9516"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-lists-app",
|
|
3
|
-
"version": "11.3.1-pre.
|
|
3
|
+
"version": "11.3.1-pre.9516",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "An OpenMRS frontend module for managing patient lists in the Patient Chart",
|
|
6
6
|
"browser": "dist/openmrs-esm-patient-lists-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.9516",
|
|
54
54
|
"webpack": "^5.99.9"
|
|
55
55
|
},
|
|
56
56
|
"stableVersion": "11.3.0"
|