overtime-utils 0.2.6 → 0.2.7
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
|
@@ -49,6 +49,14 @@ export const FUTURES_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
49
49
|
logoClass: 'icon-homepage league--nba',
|
|
50
50
|
priority: 1802,
|
|
51
51
|
},
|
|
52
|
+
[League.WNBA_FUTURES]: {
|
|
53
|
+
...FUTURES_DEFAULTS,
|
|
54
|
+
id: League.WNBA_FUTURES,
|
|
55
|
+
initialSport: Sport.BASKETBALL,
|
|
56
|
+
label: 'WNBA Futures',
|
|
57
|
+
logoClass: 'icon-homepage league--wnba',
|
|
58
|
+
priority: 1808,
|
|
59
|
+
},
|
|
52
60
|
[League.MLB_FUTURES]: {
|
|
53
61
|
...FUTURES_DEFAULTS,
|
|
54
62
|
id: League.MLB_FUTURES,
|
|
@@ -299,7 +299,7 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
299
299
|
[League.SAUDI_PROFESSIONAL_LEAGUE]: {
|
|
300
300
|
...SOCCER_DEFAULTS,
|
|
301
301
|
id: League.SAUDI_PROFESSIONAL_LEAGUE,
|
|
302
|
-
label: 'Saudi Arabia
|
|
302
|
+
label: 'Saudi Arabia Saudi League',
|
|
303
303
|
opticOddsName: 'Saudi Arabia - Saudi League',
|
|
304
304
|
priority: 145,
|
|
305
305
|
},
|