@createiq/htmldiff 1.2.0-beta.2 → 1.2.0-beta.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.
package/dist/HtmlDiff.cjs CHANGED
@@ -1580,7 +1580,7 @@ function preprocessByContent(genesis, cpLatest, meCurrent, gTables, cTables, mTa
1580
1580
  placeholderToDiff
1581
1581
  };
1582
1582
  }
1583
- const POSITIONAL_PAIR_SIMILARITY_THRESHOLD = .5;
1583
+ const POSITIONAL_PAIR_SIMILARITY_THRESHOLD = .15;
1584
1584
  function positionallyAligned(genesis, cpLatest, meCurrent, gTables, cTables, mTables) {
1585
1585
  if (gTables.length !== cTables.length || cTables.length !== mTables.length) return false;
1586
1586
  for (let i = 0; i < gTables.length; i++) {