@openmrs/esm-cohort-builder-app 4.0.5-pre.959 → 4.0.5-pre.961

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.
@@ -100,9 +100,9 @@
100
100
  "entry": false,
101
101
  "recorded": false,
102
102
  "reason": "split chunk (cache group: defaultVendors)",
103
- "size": 504958,
103
+ "size": 504991,
104
104
  "sizes": {
105
- "javascript": 504958
105
+ "javascript": 504991
106
106
  },
107
107
  "names": [],
108
108
  "idHints": [
@@ -117,7 +117,7 @@
117
117
  "auxiliaryFiles": [
118
118
  "326.js.map"
119
119
  ],
120
- "hash": "425ea8d05e00a3f7",
120
+ "hash": "d9c88483797365ad",
121
121
  "childrenByOrder": {}
122
122
  },
123
123
  {
@@ -221,10 +221,10 @@
221
221
  "initial": true,
222
222
  "entry": true,
223
223
  "recorded": false,
224
- "size": 8524002,
224
+ "size": 8524035,
225
225
  "sizes": {
226
226
  "consume-shared": 168,
227
- "javascript": 8503550,
227
+ "javascript": 8503583,
228
228
  "share-init": 168,
229
229
  "runtime": 20116
230
230
  },
@@ -241,7 +241,7 @@
241
241
  "auxiliaryFiles": [
242
242
  "main.js.map"
243
243
  ],
244
- "hash": "b487c5825ccddec8",
244
+ "hash": "871cc63d2b6aa859",
245
245
  "childrenByOrder": {}
246
246
  },
247
247
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0","reportingrest":"^1.0.0","reporting":">=1.27.0"},"pages":[{"component":"cohortBuilder","route":"cohort-builder","online":true,"offline":true}],"extensions":[{"name":"system-administration-cohort-builder-card-link","slot":"system-admin-page-card-link-slot","component":"cohortBuilderAdminPageCardLink","online":true,"offline":true}],"modals":[{"name":"clear-search-history-modal","component":"clearSearchHistoryModal"},{"name":"clear-item-from-search-history-modal","component":"clearItemFromSearchHistoryModal"},{"name":"delete-cohort-modal","component":"deleteCohortModal"},{"name":"delete-query-modal","component":"deleteQueryModal"},{"name":"save-cohort-modal","component":"saveCohortModal"},{"name":"save-query-modal","component":"saveQueryModal"}],"version":"4.0.5-pre.959"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0","reportingrest":"^1.0.0","reporting":">=1.27.0"},"pages":[{"component":"cohortBuilder","route":"cohort-builder","online":true,"offline":true}],"extensions":[{"name":"system-administration-cohort-builder-card-link","slot":"system-admin-page-card-link-slot","component":"cohortBuilderAdminPageCardLink","online":true,"offline":true}],"modals":[{"name":"clear-search-history-modal","component":"clearSearchHistoryModal"},{"name":"clear-item-from-search-history-modal","component":"clearItemFromSearchHistoryModal"},{"name":"delete-cohort-modal","component":"deleteCohortModal"},{"name":"delete-query-modal","component":"deleteQueryModal"},{"name":"save-cohort-modal","component":"saveCohortModal"},{"name":"save-query-modal","component":"saveQueryModal"}],"version":"4.0.5-pre.961"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-cohort-builder-app",
3
- "version": "4.0.5-pre.959",
3
+ "version": "4.0.5-pre.961",
4
4
  "license": "MPL-2.0",
5
5
  "description": "O3 frontend module for managing cohorts",
6
6
  "browser": "dist/openmrs-esm-cohort-builder-app.js",