@ttahub/common 2.2.7 → 2.2.8

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
@@ -21,6 +21,9 @@ Note: On Windows you will need to use `yarn add @ttahub/common@1.x.0` to update
21
21
 
22
22
  ## Versions
23
23
 
24
+ # 2.2.7
25
+ Additional variations of disallowed ECLKC and HeadStart URLS.
26
+
24
27
  # 2.2.3
25
28
  Target population and reason changes
26
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
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
@@ -280,9 +280,7 @@ const COMMUNICATION_METHODS = [
280
280
  exports.COMMUNICATION_METHODS = COMMUNICATION_METHODS;
281
281
 
282
282
  const COMMUNICATION_PURPOSES = [
283
- 'CLASS',
284
- 'FEI',
285
- 'Monitoring',
283
+ 'General Check-In',
286
284
  'New TTA request',
287
285
  'Program Specialist or Regional Office meeting',
288
286
  'Program Specialist\'s Monthly contact',