overtime-utils 0.2.52 → 0.2.53

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.52",
3
+ "version": "0.2.53",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -353,7 +353,7 @@ export const SOCCER_LEAGUES: Partial<Record<League, LeagueInfo>> = {
353
353
  ...SOCCER_DEFAULTS,
354
354
  id: League.CONCACAF_NATIONS_LEAGUE,
355
355
  label: 'CONCACAF Nations League',
356
- provider: Provider.EMPTY,
356
+ opticOddsName: 'CONCACAF - Nations League',
357
357
  logoClass: 'icon-homepage league--concacaf-nations',
358
358
  priority: 109,
359
359
  tooltipKey: 'common.football-tooltip',