overtime-utils 0.1.89 → 0.1.90

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.89",
3
+ "version": "0.1.90",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -3897,6 +3897,7 @@ export const WINNER_MARKET_TYPES = [
3897
3897
  MarketType.SECOND_PERIOD_DRAW_NO_BET,
3898
3898
  MarketType.THIRD_PERIOD_DRAW_NO_BET,
3899
3899
  MarketType.FOURTH_PERIOD_DRAW_NO_BET,
3900
+ MarketType.WHO_WILL_ADVANCE,
3900
3901
  MarketType.WHO_WILL_QUALIFY,
3901
3902
  MarketType.MOST_CORNERS,
3902
3903
  MarketType.FIRST_PERIOD_MOST_CORNERS,