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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overtime-utils",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -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 Professional League',
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
  },
@@ -520,6 +520,7 @@ export enum League {
520
520
  NBA_FUTURES = 30004,
521
521
  NCAAB_FUTURES = 30005,
522
522
  NHL_FUTURES = 30006,
523
+ WNBA_FUTURES = 30008,
523
524
  EPL_FUTURES = 30011,
524
525
  LIGUE_ONE_FUTURES = 30012,
525
526
  BUNDESLIGA_FUTURES = 30013,