@vibgrate/cli 1.0.59 → 1.0.60

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.
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  baselineCommand,
3
3
  runBaseline
4
- } from "./chunk-HPZ54BJK.js";
5
- import "./chunk-HOODUFLH.js";
4
+ } from "./chunk-ZE2RZFB4.js";
5
+ import "./chunk-BEASN7E5.js";
6
6
  import "./chunk-43ACU2WV.js";
7
7
  export {
8
8
  baselineCommand,
@@ -8061,7 +8061,7 @@ async function runScan(rootDir, opts) {
8061
8061
  );
8062
8062
  }
8063
8063
  }
8064
- if (!maxPrivacyMode && (opts.uiPurpose || scanners?.uiPurpose?.enabled === true)) {
8064
+ if (!maxPrivacyMode && scanners?.uiPurpose?.enabled !== false) {
8065
8065
  progress.startStep("uipurpose");
8066
8066
  extended.uiPurpose = await scanUiPurpose(rootDir, fileCache);
8067
8067
  const up = extended.uiPurpose;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runScan
3
- } from "./chunk-HOODUFLH.js";
3
+ } from "./chunk-BEASN7E5.js";
4
4
  import {
5
5
  writeJsonFile
6
6
  } from "./chunk-43ACU2WV.js";
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  baselineCommand
4
- } from "./chunk-HPZ54BJK.js";
4
+ } from "./chunk-ZE2RZFB4.js";
5
5
  import {
6
6
  VERSION,
7
7
  dsnCommand,
@@ -10,7 +10,7 @@ import {
10
10
  pushCommand,
11
11
  scanCommand,
12
12
  writeDefaultConfig
13
- } from "./chunk-HOODUFLH.js";
13
+ } from "./chunk-BEASN7E5.js";
14
14
  import {
15
15
  ensureDir,
16
16
  pathExists,
@@ -39,7 +39,7 @@ var initCommand = new Command("init").description("Initialize vibgrate in a proj
39
39
  console.log(chalk.green("\u2714") + ` Created ${chalk.bold("vibgrate.config.ts")}`);
40
40
  }
41
41
  if (opts.baseline) {
42
- const { runBaseline } = await import("./baseline-52TPOEYT.js");
42
+ const { runBaseline } = await import("./baseline-MNQTPXHY.js");
43
43
  await runBaseline(rootDir);
44
44
  }
45
45
  console.log("");
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  formatText,
6
6
  generateFindings,
7
7
  runScan
8
- } from "./chunk-HOODUFLH.js";
8
+ } from "./chunk-BEASN7E5.js";
9
9
  import "./chunk-43ACU2WV.js";
10
10
  export {
11
11
  computeDriftScore,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibgrate/cli",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "CLI for measuring upgrade drift across Node, .NET, Python & Java projects",
5
5
  "type": "module",
6
6
  "bin": {