@vibgrate/cli 1.0.76 → 1.0.77

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/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  formatText,
6
6
  generateFindings,
7
7
  runScan
8
- } from "./chunk-S5HZOJPF.js";
8
+ } from "./chunk-TKNDQ337.js";
9
9
  import "./chunk-JQHUH6A3.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.76",
3
+ "version": "1.0.77",
4
4
  "description": "CLI for measuring upgrade drift across Node, .NET, Python & Java projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,14 +19,16 @@
19
19
  "DOCS.md"
20
20
  ],
21
21
  "scripts": {
22
- "build": "tsup src/cli.ts src/index.ts --format esm --dts --clean && pnpm test:solutions",
23
- "build:only": "tsup src/cli.ts src/index.ts --format esm --dts --clean",
22
+ "build": "pnpm run build:hcs && tsup src/cli.ts src/index.ts --format esm --dts --clean && pnpm test:solutions",
23
+ "build:only": "pnpm run build:hcs && tsup src/cli.ts src/index.ts --format esm --dts --clean",
24
+ "build:hcs": "pnpm --filter @vibgrate/hcs-node-worker build",
24
25
  "dev": "tsx src/cli.ts",
25
26
  "lint": "eslint src",
26
27
  "typecheck": "tsc --noEmit",
27
28
  "test": "vitest run",
28
29
  "test:solutions": "tsx test-solutions/test-runner.ts",
29
- "test:all": "vitest run && pnpm test:solutions"
30
+ "test:hcs": "tsx test-hcs/test-runner.ts",
31
+ "test:all": "vitest run && pnpm test:solutions && pnpm test:hcs"
30
32
  },
31
33
  "keywords": [
32
34
  "upgrade",
@@ -49,6 +51,7 @@
49
51
  "vitest": "^2.0.0"
50
52
  },
51
53
  "dependencies": {
54
+ "@vibgrate/hcs-node-worker": "workspace:*",
52
55
  "chalk": "^5.3.0",
53
56
  "commander": "^12.0.0",
54
57
  "fast-xml-parser": "^4.3.0",