@tungstenstudio/outschart-generator 1.0.0-rc.1 → 1.0.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.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.js
CHANGED
|
@@ -1015,7 +1015,7 @@ function generateRecommended(options) {
|
|
|
1015
1015
|
const isDoubleOut = outMode === "double";
|
|
1016
1016
|
const min = options.min ?? (isDoubleOut ? 2 : 1);
|
|
1017
1017
|
const max = options.max ?? (isDoubleOut ? 170 : 180);
|
|
1018
|
-
const includeAlternates = options.includeAlternates ??
|
|
1018
|
+
const includeAlternates = options.includeAlternates ?? false;
|
|
1019
1019
|
const altThreshold = options.altThreshold ?? 1;
|
|
1020
1020
|
const overrides = {};
|
|
1021
1021
|
if (!isDoubleOut) {
|