tods-competition-factory 1.6.30 → 1.7.0

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/dist/index.mjs CHANGED
@@ -329,7 +329,7 @@ const matchUpFormatCode = {
329
329
  };
330
330
 
331
331
  function factoryVersion() {
332
- return "1.6.30";
332
+ return "1.7.0";
333
333
  }
334
334
 
335
335
  function getObjectTieFormat(obj) {
@@ -362,7 +362,7 @@ var matchUpFormatCode = {
362
362
  };
363
363
 
364
364
  function factoryVersion() {
365
- return '1.6.30';
365
+ return '1.7.0';
366
366
  }
367
367
 
368
368
  /******************************************************************************