@ttahub/common 1.1.2 → 1.1.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.
package/README.md CHANGED
@@ -17,7 +17,12 @@ Whenever changes to this package are made, you will need to:
17
17
 
18
18
  If your PR depends on the latest version of this package, please don't forget to run `yarn upgrade @ttahub/common` and commit the changes to `package.json` and `yarn.lock`.
19
19
 
20
- ### Versions
20
+ ## Versions
21
+ ### 1.1.3
21
22
 
23
+ ### 1.1.2
22
24
  #### 1.1.1
23
25
  - Add COLLABORATOR_TRAINING_REPORTS permissions
26
+
27
+
28
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "1.1.2",
3
+ "version": "1.1.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/index.js CHANGED
@@ -132,6 +132,14 @@ const TARGET_POPULATIONS = [
132
132
  ];
133
133
  exports.TARGET_POPULATIONS = TARGET_POPULATIONS;
134
134
 
135
+ const EVENT_TARGET_POPULATIONS = [
136
+ 'Children/Families affected by systemic discrimination/bias/exclusion',
137
+ 'Children/Families affected by traumatic events',
138
+ 'Parents/Families impacted by health disparities'
139
+ ];
140
+
141
+ exports.EVENT_TARGET_POPULATIONS = EVENT_TARGET_POPULATIONS;
142
+
135
143
  const USER_ROLES = [
136
144
  'Central Office',
137
145
  'Other Federal Staff',