tods-competition-factory 2.0.33 → 2.0.34

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.
@@ -7336,8 +7336,8 @@ declare function validateCollectionDefinition({ checkCategory, collectionDefinit
7336
7336
 
7337
7337
  type CompareTieFormatsArgs = {
7338
7338
  considerations?: any;
7339
- descendant: TieFormat;
7340
7339
  ancestor: TieFormat;
7340
+ descendant: any;
7341
7341
  };
7342
7342
  declare function compareTieFormats({ considerations, descendant, ancestor }: CompareTieFormatsArgs): {
7343
7343
  different: any;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function factoryVersion() {
6
- return '2.0.33';
6
+ return '2.0.34';
7
7
  }
8
8
 
9
9
  function isFunction(obj) {
@@ -31768,9 +31768,9 @@ const namedFormats = {
31768
31768
  [COLLEGE_D3$1]: {
31769
31769
  hydrate: true,
31770
31770
  doubles: {
31771
+ matchUpFormat: 'SET1-S:8/TB7@7',
31771
31772
  matchUpCount: 3,
31772
31773
  matchUpValue: 1,
31773
- matchUpFormat: 'SET1-S:8/TB7@7',
31774
31774
  },
31775
31775
  singles: {
31776
31776
  matchUpFormat: FORMAT_STANDARD,
@@ -31783,14 +31783,14 @@ const namedFormats = {
31783
31783
  [COLLEGE_DEFAULT$1]: {
31784
31784
  hydrate: true,
31785
31785
  doubles: {
31786
- matchUpCount: 3,
31786
+ matchUpFormat: 'SET1-S:6/TB7',
31787
31787
  collectionValue: 1,
31788
- matchUpFormat: FORMAT_STANDARD,
31788
+ matchUpCount: 3,
31789
31789
  },
31790
31790
  singles: {
31791
+ matchUpFormat: FORMAT_STANDARD,
31791
31792
  matchUpCount: 6,
31792
31793
  matchUpValue: 1,
31793
- matchUpFormat: FORMAT_STANDARD,
31794
31794
  },
31795
31795
  tieFormatName: COLLEGE_DEFAULT$1,
31796
31796
  valueGoal: 4,
@@ -31798,14 +31798,14 @@ const namedFormats = {
31798
31798
  [COLLEGE_JUCO$1]: {
31799
31799
  hydrate: true,
31800
31800
  doubles: {
31801
+ matchUpFormat: 'SET1-S:8/TB7',
31801
31802
  matchUpCount: 3,
31802
31803
  matchUpValue: 1,
31803
- matchUpFormat: 'SET1-S:8/TB7',
31804
31804
  },
31805
31805
  singles: {
31806
+ matchUpFormat: FORMAT_STANDARD,
31806
31807
  matchUpCount: 6,
31807
31808
  matchUpValue: 1,
31808
- matchUpFormat: FORMAT_STANDARD,
31809
31809
  },
31810
31810
  tieFormatName: COLLEGE_JUCO$1,
31811
31811
  valueGoal: 5,