overtime-utils 0.1.5-4.1 → 0.1.5-4.2

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.1.54.1",
3
+ "version": "0.1.54.2",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -3668,14 +3668,14 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3668
3668
  [MarketType.TOTAL_HOME_TEAM_ODD_EVEN]: {
3669
3669
  id: MarketType.TOTAL_HOME_TEAM_ODD_EVEN,
3670
3670
  key: 'totalHomeTeamOddEven',
3671
- name: 'Total home odd/even',
3671
+ name: 'Total odd/even',
3672
3672
  resultType: ResultType.EXACT_POSITION,
3673
3673
  },
3674
3674
 
3675
3675
  [MarketType.TOTAL_AWAY_TEAM_ODD_EVEN]: {
3676
3676
  id: MarketType.TOTAL_AWAY_TEAM_ODD_EVEN,
3677
3677
  key: 'totalAwayTeamOddEven',
3678
- name: 'Total away odd/even',
3678
+ name: 'Total odd/even',
3679
3679
  resultType: ResultType.EXACT_POSITION,
3680
3680
  },
3681
3681