@vibgrate/cli 2026.611.3 → 2026.613.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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runScan
3
- } from "./chunk-VP7PK4VN.js";
3
+ } from "./chunk-RPI2K62L.js";
4
4
 
5
5
  // src/commands/baseline.ts
6
6
  import * as path3 from "path";
package/dist/cli.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  pathExists,
7
7
  readJsonFile,
8
8
  writeTextFile
9
- } from "./chunk-DMVLVXIP.js";
9
+ } from "./chunk-UNIBRNYG.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-VP7PK4VN.js";
19
+ } from "./chunk-RPI2K62L.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-AXQGF3QD.js");
52
+ const { runBaseline } = await import("./baseline-LTB3IFRV.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-VP7PK4VN.js";
8
+ } from "./chunk-RPI2K62L.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.3",
3
+ "version": "2026.613.1",
4
4
  "description": "CLI for measuring upgrade drift across Node, .NET, Python & Java projects",
5
5
  "type": "module",
6
6
  "bin": {