@tudopz/model 2.21.5 → 2.21.6

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
@@ -4,6 +4,10 @@
4
4
 
5
5
  ### v2.21.5
6
6
 
7
+ - Remove `No Preference` from university preference consts
8
+
9
+ ### v2.21.5
10
+
7
11
  - Add `ongoing` to `ExtracurricularActivity`
8
12
 
9
13
  ### v2.21.4
@@ -1,10 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UNI_PREF_LOCATIONS = ['East Coast', 'South', 'Midwest', 'West Coast', 'No Preference'];
4
- exports.UNI_PREF_SETTINGS = ['Urban', 'Suburban', 'Rural', 'No Preference'];
3
+ exports.UNI_PREF_LOCATIONS = ['East Coast', 'South', 'Midwest', 'West Coast'];
4
+ exports.UNI_PREF_SETTINGS = ['Urban', 'Suburban', 'Rural'];
5
5
  exports.UNI_PREF_SIZES = [
6
6
  'Small (Less than 5000 students)',
7
7
  'Medium (5000 - 10000 students)',
8
8
  'Large (More than 10000 students)',
9
- 'No Preference',
10
9
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tudopz/model",
3
- "version": "2.21.5",
3
+ "version": "2.21.6",
4
4
  "description": "PZ Models",
5
5
  "author": "Tu Do <angelwing1001@gmail.com>",
6
6
  "homepage": "",