@ttahub/common 2.2.17 → 2.2.19
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/constants.js +2 -2
package/package.json
CHANGED
package/src/constants.js
CHANGED
|
@@ -451,7 +451,7 @@ const TOTAL_HOURS_AND_RECIPIENT_GRAPH_TRACE_IDS = {
|
|
|
451
451
|
"State HSA",
|
|
452
452
|
"State environmental health and safety systems",
|
|
453
453
|
"State family engagement systems",
|
|
454
|
-
"State health and
|
|
454
|
+
"State health and wellness systems",
|
|
455
455
|
"State homelessness agency/McKinney Vento liason",
|
|
456
456
|
"State Professional development system",
|
|
457
457
|
"TTA staff",
|
|
@@ -459,7 +459,7 @@ const TOTAL_HOURS_AND_RECIPIENT_GRAPH_TRACE_IDS = {
|
|
|
459
459
|
];
|
|
460
460
|
|
|
461
461
|
exports.COLLAB_REPORT_PARTICIPANTS = COLLAB_REPORT_PARTICIPANTS;
|
|
462
|
-
|
|
462
|
+
|
|
463
463
|
// List of states, by region
|
|
464
464
|
// see: https://www.acf.hhs.gov/oro/regional-offices
|
|
465
465
|
const ALL_STATES = [
|