@vibgrate/cli 2026.611.1 → 2026.611.3

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-4CDBCG4I.js";
5
- import "./chunk-EIZZ6VC3.js";
4
+ } from "./chunk-DMVLVXIP.js";
5
+ import "./chunk-VP7PK4VN.js";
6
6
  import "./chunk-74ZJFYEM.js";
7
7
  import "./chunk-C7LU6YIL.js";
8
8
  import "./chunk-JSBRDJBE.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runScan
3
- } from "./chunk-EIZZ6VC3.js";
3
+ } from "./chunk-VP7PK4VN.js";
4
4
 
5
5
  // src/commands/baseline.ts
6
6
  import * as path3 from "path";
@@ -2342,11 +2342,6 @@ function summarizeBilling(projects) {
2342
2342
  function formatText(artifact) {
2343
2343
  const lines = [];
2344
2344
  lines.push("");
2345
- lines.push(chalk.cyan(" \u256D\u2500\u2500\u2500\u256E") + chalk.greenBright("\u279C"));
2346
- lines.push(chalk.cyan(" \u256D\u2524") + chalk.greenBright("\u25C9 \u25C9") + chalk.cyan("\u251C\u256E") + " " + chalk.bold.white("V I B G R A T E"));
2347
- lines.push(chalk.cyan(" \u2570\u2524") + chalk.dim("\u2500\u2500\u2500") + chalk.cyan("\u251C\u256F") + " " + chalk.dim(`Drift Intelligence Engine v${artifact.vibgrateVersion ?? "unknown"}`));
2348
- lines.push(chalk.cyan(" \u2570\u2500\u2500\u2500\u256F"));
2349
- lines.push("");
2350
2345
  lines.push(chalk.bold.cyan("\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557"));
2351
2346
  lines.push(chalk.bold.cyan("\u2551 Vibgrate Drift Report \u2551"));
2352
2347
  lines.push(chalk.bold.cyan("\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D"));
package/dist/cli.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  pathExists,
7
7
  readJsonFile,
8
8
  writeTextFile
9
- } from "./chunk-4CDBCG4I.js";
9
+ } from "./chunk-DMVLVXIP.js";
10
10
  import {
11
11
  computeRepoFingerprint,
12
12
  detectVcs,
@@ -16,7 +16,7 @@ import {
16
16
  resolveRepositoryName,
17
17
  runScan,
18
18
  writeDefaultConfig
19
- } from "./chunk-EIZZ6VC3.js";
19
+ } from "./chunk-VP7PK4VN.js";
20
20
  import {
21
21
  require_semver
22
22
  } from "./chunk-74ZJFYEM.js";
@@ -49,7 +49,7 @@ var initCommand = new Command("init").description("Initialize vibgrate in a proj
49
49
  console.log(chalk.green("\u2714") + ` Created ${chalk.bold("vibgrate.config.ts")}`);
50
50
  }
51
51
  if (opts.baseline) {
52
- const { runBaseline } = await import("./baseline-QRGGTCJD.js");
52
+ const { runBaseline } = await import("./baseline-AXQGF3QD.js");
53
53
  await runBaseline(rootDir);
54
54
  }
55
55
  console.log("");
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  formatText,
6
6
  generateFindings,
7
7
  runScan
8
- } from "./chunk-EIZZ6VC3.js";
8
+ } from "./chunk-VP7PK4VN.js";
9
9
  import "./chunk-74ZJFYEM.js";
10
10
  import "./chunk-C7LU6YIL.js";
11
11
  import "./chunk-JSBRDJBE.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibgrate/cli",
3
- "version": "2026.611.1",
3
+ "version": "2026.611.3",
4
4
  "description": "CLI for measuring upgrade drift across Node, .NET, Python & Java projects",
5
5
  "type": "module",
6
6
  "bin": {