overtime-utils 0.2.16 → 0.2.17

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.16",
3
+ "version": "0.2.17",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -124,7 +124,7 @@ export const FUTURES_MARKET_TYPE_MAP: Partial<Record<MarketType, MarketTypeInfo>
124
124
  [MarketType.STAGE_GOALS_TOTAL]: {
125
125
  id: MarketType.STAGE_GOALS_TOTAL,
126
126
  key: 'stageGoalsTotal',
127
- name: 'Group stage total goals',
127
+ name: 'Player total goals',
128
128
  resultType: ResultType.EXACT_POSITION,
129
129
  },
130
130
  };