overtime-utils 0.2.40 → 0.2.41

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.40",
3
+ "version": "0.2.41",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -326,6 +326,7 @@ export const FUTURES_MARKET_TYPE_MAP: Partial<Record<MarketType, MarketTypeInfo>
326
326
  // Both finalists in exact order — the team listed first in an outcome wins the final
327
327
  // (e.g. Super Bowl), the second is runner-up. Named for clarity over the "exacta" term.
328
328
  name: 'Matchup and winner',
329
+ tooltipKey: 'matchup-and-winner',
329
330
  resultType: ResultType.EXACT_POSITION,
330
331
  },
331
332
  [MarketType.REGULAR_SEASON_WINS]: {