@azuro-org/dictionaries
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -51,4 +51,4 @@ var MARKET_IDS___DONT_GROUP_MARKETS_BY_TEAM_PLAYER_ID = [3]; | ||
var selection = selections[selectionId]; | ||
var teamPlayer = teamPlayers[teamPlayerId]; | ||
var point = points[pointsId]; | ||
var teamPlayer = teamPlayerId ? teamPlayers[teamPlayerId] : null; | ||
var point = pointsId ? points[pointsId] : null; | ||
var selectionName = selection; | ||
@@ -55,0 +55,0 @@ if (teamPlayer |
@@ -51,4 +51,4 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var MARKET_IDS___DONT_GROUP_MARKETS_BY_TEAM_PLAYER_ID = [3]; | ||
var selection = selections[selectionId]; | ||
var teamPlayer = teamPlayers[teamPlayerId]; | ||
var point = points[pointsId]; | ||
var teamPlayer = teamPlayerId ? teamPlayers[teamPlayerId] : null; | ||
var point = pointsId ? points[pointsId] : null; | ||
var selectionName = selection; | ||
@@ -55,0 +55,0 @@ if (teamPlayer |
{ | ||
"name": "@azuro-org/dictionaries", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "CLI and set of helpers to work with Azuro protocol dictionaries", | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/Azuro-protocol/dictionaries/blob/main/packages/dictionaries", | ||
"prepublishOnly": "npm run build", | ||
"test-get-dictionaries": "rimraf ./test-out && node ./bin/get-dictionaries.js -v latest -o ./test-out -t arrays", | ||
"test-get-dictionaries": "rimraf ./test-out && node ./bin/get-dictionaries.js -v latest -o ./test-out -t ts", | ||
"test-get-outcomes": "node ./bin/get-outcomes.js --market 'Full Time Result'" | ||
@@ -35,0 +35,0 @@ }, |
593562
55
6181