overtime-utils 0.1.73 → 0.1.74

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.73",
3
+ "version": "0.1.74",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -3836,7 +3836,6 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3836
3836
  name: 'Total fouls',
3837
3837
  resultType: ResultType.OVER_UNDER,
3838
3838
  },
3839
-
3840
3839
  };
3841
3840
 
3842
3841
  export const WINNER_MARKET_TYPES = [
@@ -4431,6 +4430,7 @@ export const PLAYER_PROPS_MARKET_TYPES = [
4431
4430
  MarketType.PLAYER_PROPS_MAN_OF_THE_MATCH,
4432
4431
  MarketType.PLAYER_PROPS_WICKETS_TAKEN,
4433
4432
  MarketType.PLAYER_PROPS_SIXES,
4433
+ MarketType.PLAYER_PROPS_FOURS,
4434
4434
  MarketType.PLAYER_PROPS_THREE_DART_AVERAGE,
4435
4435
  MarketType.PLAYER_PROPS_180,
4436
4436
  MarketType.PLAYER_PROPS_100_PLUS_CHECKOUTS,