tods-competition-factory 1.8.2 → 1.8.3

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.
@@ -1363,20 +1363,20 @@ const ROUND_ROBIN_WITH_PLAYOFF = "ROUND_ROBIN_WITH_PLAYOFF";
1363
1363
  const DECIDER = "DECIDER";
1364
1364
  const BACKDRAW = "BACKDRAW";
1365
1365
  const COMPASS_ATTRIBUTES = {
1366
- 0: { name: "EAST", abbreviation: "E" },
1367
- "0-1": { name: "WEST", abbreviation: "W" },
1368
- "0-2": { name: "NORTH", abbreviation: "N" },
1369
- "0-3": { name: "NORTHEAST", abbreviation: "NE" },
1370
- "0-1-1": { name: "SOUTH", abbreviation: "S" },
1371
- "0-1-2": { name: "SOUTHWEST", abbreviation: "SW" },
1372
- "0-2-1": { name: "NORTHWEST", abbreviation: "NW" },
1373
- "0-1-1-1": { name: "SOUTHEAST", abbreviation: "SE" }
1366
+ 0: { name: "East", abbreviation: "E" },
1367
+ "0-1": { name: "West", abbreviation: "W" },
1368
+ "0-2": { name: "North", abbreviation: "N" },
1369
+ "0-3": { name: "Northeast", abbreviation: "NE" },
1370
+ "0-1-1": { name: "South", abbreviation: "S" },
1371
+ "0-1-2": { name: "Southwest", abbreviation: "SW" },
1372
+ "0-2-1": { name: "Northwest", abbreviation: "NW" },
1373
+ "0-1-1-1": { name: "Southeast", abbreviation: "SE" }
1374
1374
  };
1375
1375
  const OLYMPIC_ATTRIBUTES = {
1376
- 0: { name: "EAST", abbreviation: "E" },
1377
- "0-1": { name: "WEST", abbreviation: "W" },
1378
- "0-2": { name: "NORTH", abbreviation: "N" },
1379
- "0-1-1": { name: "SOUTH", abbreviation: "S" }
1376
+ 0: { name: "East", abbreviation: "E" },
1377
+ "0-1": { name: "West", abbreviation: "W" },
1378
+ "0-2": { name: "North", abbreviation: "N" },
1379
+ "0-1-1": { name: "South", abbreviation: "S" }
1380
1380
  };
1381
1381
  const WIN_RATIO$1 = "WIN_RATIO";
1382
1382
  const ROUND_OUTCOME = "ROUND_OUTCOME";