overtime-utils 0.2.15 → 0.2.16

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.15",
3
+ "version": "0.2.16",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -830,6 +830,8 @@ export const FUTURES_MARKET_TYPES = [
830
830
  MarketType.TO_QUALIFY_FOR_NEXT_ROUND,
831
831
  MarketType.SERIES_HANDICAP,
832
832
  MarketType.SERIES_TOTAL,
833
+ MarketType.STAGE_OF_ELIMINATION,
834
+ MarketType.STAGE_GOALS_TOTAL,
833
835
  ];
834
836
 
835
837
  export const ONE_SIDE_PLAYER_PROPS_MARKET_TYPES = [