@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.
Files changed (2) hide show
  1. package/index.js +0 -2
  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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brunobrise/xfeat",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"