@ttahub/common 1.8.0 → 1.9.0
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/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -144,6 +144,7 @@ const TARGET_POPULATIONS = [
|
|
|
144
144
|
'Affected by Disaster',
|
|
145
145
|
'Affected by Substance Use',
|
|
146
146
|
'Children Experiencing Homelessness',
|
|
147
|
+
'Children in Migrant and Seasonal Families',
|
|
147
148
|
'Children with Disabilities',
|
|
148
149
|
'Children with Special Health Care Needs',
|
|
149
150
|
'Dual-Language Learners',
|
|
@@ -152,7 +153,6 @@ const TARGET_POPULATIONS = [
|
|
|
152
153
|
exports.TARGET_POPULATIONS = TARGET_POPULATIONS;
|
|
153
154
|
|
|
154
155
|
const EVENT_TARGET_POPULATIONS = [
|
|
155
|
-
'Children in Migrant and Seasonal Families',
|
|
156
156
|
'Children/Families affected by systemic discrimination/bias/exclusion',
|
|
157
157
|
'Children/Families affected by traumatic events',
|
|
158
158
|
'Parents/Families impacted by health disparities',
|