overtime-utils 0.2.8 → 0.2.10

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.8",
3
+ "version": "0.2.10",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -51,9 +51,6 @@ export const WINNER_MARKET_TYPES = [
51
51
  MarketType.FIRST_10_MINUTES_MONEYLINE,
52
52
  MarketType.FIRST_15_MINUTES_MONEYLINE,
53
53
  MarketType.FIRST_30_MINUTES_MONEYLINE,
54
- MarketType.HIGHEST_SCORING_HALF,
55
- MarketType.HOME_TEAM_HIGHEST_SCORING_HALF,
56
- MarketType.AWAY_TEAM_HIGHEST_SCORING_HALF,
57
54
 
58
55
  // Dota – most towers destroyed (2-way & 3-way)
59
56
  MarketType.FIRST_PERIOD_MOST_TOWERS_DESTROYED_2_WAY,
@@ -1571,6 +1568,7 @@ export const HOME_TEAM_MARKET_TYPES = [
1571
1568
  MarketType.HOME_TEAM_TOTAL_STEALS,
1572
1569
  MarketType.HOME_TEAM_TOTAL_ASSISTS,
1573
1570
  MarketType.HOME_TEAM_TOTAL_FAULS,
1571
+ MarketType.HOME_TEAM_HIGHEST_SCORING_HALF,
1574
1572
  ];
1575
1573
 
1576
1574
  export const AWAY_TEAM_MARKET_TYPES = [
@@ -1642,6 +1640,7 @@ export const AWAY_TEAM_MARKET_TYPES = [
1642
1640
  MarketType.AWAY_TEAM_TOTAL_STEALS,
1643
1641
  MarketType.AWAY_TEAM_TOTAL_ASSISTS,
1644
1642
  MarketType.AWAY_TEAM_TOTAL_FAULS,
1643
+ MarketType.AWAY_TEAM_HIGHEST_SCORING_HALF,
1645
1644
  ];
1646
1645
 
1647
1646
  export const SCORE_MARKET_TYPES = [MarketType.FIRST_SCORE, MarketType.LAST_SCORE];