@openmrs/esm-cohort-builder-app 4.0.5-pre.858 → 4.0.5-pre.862

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.
@@ -195,10 +195,10 @@
195
195
  "initial": true,
196
196
  "entry": true,
197
197
  "recorded": false,
198
- "size": 8507813,
198
+ "size": 8507819,
199
199
  "sizes": {
200
200
  "consume-shared": 168,
201
- "javascript": 8487361,
201
+ "javascript": 8487367,
202
202
  "share-init": 168,
203
203
  "runtime": 20116
204
204
  },
@@ -215,7 +215,7 @@
215
215
  "auxiliaryFiles": [
216
216
  "main.js.map"
217
217
  ],
218
- "hash": "245b62ba20602292",
218
+ "hash": "41cd7dd65b0c5798",
219
219
  "childrenByOrder": {}
220
220
  },
221
221
  {
@@ -251,9 +251,9 @@
251
251
  "entry": false,
252
252
  "recorded": false,
253
253
  "reason": "split chunk (cache group: defaultVendors)",
254
- "size": 497857,
254
+ "size": 497863,
255
255
  "sizes": {
256
- "javascript": 497857
256
+ "javascript": 497863
257
257
  },
258
258
  "names": [],
259
259
  "idHints": [
@@ -268,7 +268,7 @@
268
268
  "auxiliaryFiles": [
269
269
  "892.js.map"
270
270
  ],
271
- "hash": "56b48c373f6f1801",
271
+ "hash": "0289939ee5e74c5e",
272
272
  "childrenByOrder": {}
273
273
  },
274
274
  {
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.0.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.858"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0","reportingrest":"^1.0.0","reporting":"^1.0.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.862"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-cohort-builder-app",
3
- "version": "4.0.5-pre.858",
3
+ "version": "4.0.5-pre.862",
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",