@ttahub/common 2.0.7 → 2.0.9

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
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
@@ -16,12 +16,6 @@ const RECIPIENT_PARTICIPANTS = [
16
16
  ];
17
17
  exports.RECIPIENT_PARTICIPANTS = RECIPIENT_PARTICIPANTS;
18
18
 
19
- const LANGUAGES = [
20
- 'English',
21
- 'Spanish',
22
- ];
23
- exports.LANGUAGES = LANGUAGES;
24
-
25
19
  const OTHER_ENTITY_PARTICIPANTS = [
26
20
  'HSCO',
27
21
  'Local or State Agency',
@@ -218,7 +212,7 @@ exports.LANGUAGES = LANGUAGES;
218
212
  'RTTAPA development',
219
213
  'Recipient request',
220
214
  'Regional office priority',
221
- 'Training event follow-up',
215
+ 'Training event',
222
216
  ];
223
217
 
224
218
  exports.GOAL_SOURCES = GOAL_SOURCES;