@shakerquiz/utilities 0.3.30 → 0.3.31

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakerquiz/utilities",
3
- "version": "0.3.30",
3
+ "version": "0.3.31",
4
4
  "author": "yurkimus <yurkimus@gmail.com>",
5
5
  "license": "ISC",
6
6
  "scripts": {
@@ -64,6 +64,9 @@ type RegistrationStatus =
64
64
 
65
65
  type Lineup = keyof typeof import('./enumerations/lineups.js').Lineups
66
66
 
67
+ type Affilation =
68
+ keyof typeof import('./enumerations/affilations.js').Affilations
69
+
67
70
  /**
68
71
  * Misc
69
72
  */