@tungstenstudio/outschart-generator 1.0.0-rc.1 → 1.0.0-rc.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/recommend.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1052,7 +1052,7 @@ function generateRecommended(options) {
|
|
|
1052
1052
|
const isDoubleOut = outMode === "double";
|
|
1053
1053
|
const min = options.min ?? (isDoubleOut ? 2 : 1);
|
|
1054
1054
|
const max = options.max ?? (isDoubleOut ? 170 : 180);
|
|
1055
|
-
const includeAlternates = options.includeAlternates ??
|
|
1055
|
+
const includeAlternates = options.includeAlternates ?? false;
|
|
1056
1056
|
const altThreshold = options.altThreshold ?? 1;
|
|
1057
1057
|
const overrides = {};
|
|
1058
1058
|
if (!isDoubleOut) {
|