@opencrvs/toolkit 1.8.0-rc.f9d33b7 → 1.8.0-rc.fa8bcf6

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.
@@ -2373,6 +2373,8 @@ function getCurrentEventState(event2) {
2373
2373
  id: event2.id,
2374
2374
  type: event2.type,
2375
2375
  status: getStatusFromActions(event2.actions),
2376
+ // TODO CIHAN:
2377
+ // requestStatus: 'Requested',
2376
2378
  createdAt: event2.createdAt,
2377
2379
  createdBy: creationAction.createdBy,
2378
2380
  createdAtLocation: creationAction.createdAtLocation ?? "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencrvs/toolkit",
3
- "version": "1.8.0-rc.f9d33b7",
3
+ "version": "1.8.0-rc.fa8bcf6",
4
4
  "description": "OpenCRVS toolkit for building country configurations",
5
5
  "license": "MPL-2.0",
6
6
  "exports": {