@brunobrise/xfeat 1.1.0 → 1.1.1
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/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -721,7 +721,6 @@ async function main() {
|
|
|
721
721
|
|
|
722
722
|
ctx.fileAnalyses = fileAnalysesRaw.filter(Boolean);
|
|
723
723
|
},
|
|
724
|
-
options: { bottomBar: Infinity },
|
|
725
724
|
},
|
|
726
725
|
{
|
|
727
726
|
title: "STAGE 2: Macro Analysis (Component Level)",
|
|
@@ -766,7 +765,6 @@ async function main() {
|
|
|
766
765
|
);
|
|
767
766
|
ctx.componentSummaries = componentSummaries;
|
|
768
767
|
},
|
|
769
|
-
options: { bottomBar: Infinity },
|
|
770
768
|
},
|
|
771
769
|
{
|
|
772
770
|
title: "STAGE 3: Global Architecture Mapping",
|