overtime-utils 0.2.5 → 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
|
|
302
|
+
label: 'Saudi Arabia Saudi League',
|
|
303
303
|
opticOddsName: 'Saudi Arabia - Saudi League',
|
|
304
304
|
priority: 145,
|
|
305
305
|
},
|
|
@@ -1574,7 +1574,7 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
|
|
|
1574
1574
|
[League.SAUDI_KINGS_CUP]: {
|
|
1575
1575
|
...SOCCER_DEFAULTS,
|
|
1576
1576
|
id: League.SAUDI_KINGS_CUP,
|
|
1577
|
-
label: 'Saudi Kings Cup',
|
|
1577
|
+
label: 'Saudi Arabia Kings Cup',
|
|
1578
1578
|
opticOddsName: 'Saudi Arabia - Kings Cup',
|
|
1579
1579
|
priority: 200,
|
|
1580
1580
|
},
|