@sdeverywhere/check-core 0.1.3 → 0.1.4
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +256 -166
- package/dist/index.d.ts +256 -166
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4144,7 +4144,8 @@ function createConfig(options) {
|
|
|
4144
4144
|
thresholds: options.comparison.thresholds,
|
|
4145
4145
|
scenarios: getComparisonScenarios(comparisonDefs.scenarios),
|
|
4146
4146
|
datasets: getComparisonDatasets(modelSpecL, modelSpecR, options.comparison.datasets),
|
|
4147
|
-
viewGroups: comparisonDefs.viewGroups
|
|
4147
|
+
viewGroups: comparisonDefs.viewGroups,
|
|
4148
|
+
reportOptions: options.comparison.report
|
|
4148
4149
|
};
|
|
4149
4150
|
}
|
|
4150
4151
|
const checkConfig = {
|