overtime-utils 0.2.5 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overtime-utils",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -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 Professional 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
  },