@ttahub/common 2.2.1 → 2.2.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/constants.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "The purpose of this package is to reduce code duplication between the frontend and backend projects.",
5
5
  "main": "src/index.js",
6
6
  "author": "",
package/src/constants.js CHANGED
@@ -91,7 +91,6 @@ const REASONS = [
91
91
  'Change in Scope',
92
92
  'Child Incident',
93
93
  'Complaint',
94
- 'COVID-19 response',
95
94
  'Full Enrollment',
96
95
  'New Recipient',
97
96
  'New Director or Management',
@@ -142,7 +141,7 @@ exports.EVENT_REPORT_STATUSES = EVENT_REPORT_STATUSES;
142
141
  const TARGET_POPULATIONS = [
143
142
  'Infants and Toddlers (ages birth to 3)',
144
143
  'Preschool Children (ages 3-5)',
145
- 'Pregnant Women / Pregnant Persons',
144
+ 'Expectant families',
146
145
  'Affected by Child Welfare Involvement',
147
146
  'Affected by Disaster',
148
147
  'Affected by Substance Use',