@vibgrate/cli 1.0.27 → 1.0.28

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/dist/cli.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-GN3IWKSY.js";
5
5
  import {
6
6
  baselineCommand
7
- } from "./chunk-K4ZGFGP2.js";
7
+ } from "./chunk-T4GNX4OC.js";
8
8
  import {
9
9
  VERSION,
10
10
  dsnCommand,
@@ -15,7 +15,7 @@ import {
15
15
  readJsonFile,
16
16
  scanCommand,
17
17
  writeDefaultConfig
18
- } from "./chunk-PROF25OR.js";
18
+ } from "./chunk-XLRCQ476.js";
19
19
 
20
20
  // src/cli.ts
21
21
  import { Command as Command4 } from "commander";
@@ -38,7 +38,7 @@ var initCommand = new Command("init").description("Initialize vibgrate in a proj
38
38
  console.log(chalk.green("\u2714") + ` Created ${chalk.bold("vibgrate.config.ts")}`);
39
39
  }
40
40
  if (opts.baseline) {
41
- const { runBaseline } = await import("./baseline-B5K5M2XJ.js");
41
+ const { runBaseline } = await import("./baseline-AA2FVYAX.js");
42
42
  await runBaseline(rootDir);
43
43
  }
44
44
  console.log("");
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  formatText,
8
8
  generateFindings,
9
9
  runScan
10
- } from "./chunk-PROF25OR.js";
10
+ } from "./chunk-XLRCQ476.js";
11
11
  export {
12
12
  computeDriftScore,
13
13
  formatMarkdown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibgrate/cli",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "CLI for measuring upgrade drift across Node & .NET projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,7 +43,6 @@
43
43
  "eslint": "^9.0.0",
44
44
  "tsup": "^8.0.0",
45
45
  "tsx": "^4.0.0",
46
- "typescript": "^5.4.0",
47
46
  "vitest": "^2.0.0"
48
47
  },
49
48
  "dependencies": {
@@ -51,6 +50,7 @@
51
50
  "commander": "^12.0.0",
52
51
  "fast-xml-parser": "^4.3.0",
53
52
  "semver": "^7.6.0",
53
+ "typescript": "^5.4.0",
54
54
  "zod": "^3.23.0"
55
55
  },
56
56
  "engines": {