@aiready/cli 0.14.7 → 0.14.8

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
 
2
2
  
3
- > @aiready/cli@0.14.7 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.14.8 build /Users/pengcao/projects/aiready/packages/cli
4
4
  > tsup src/index.ts src/cli.ts --format cjs,esm
5
5
 
6
6
  CLI Building entry: src/cli.ts, src/index.ts
@@ -10,7 +10,7 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
 
13
- [12:34:21 pm]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
13
+  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 12:22:46 am
14
14
 
15
15
  src/cli.ts:29:31:
16
16
   29 │ return dirname(fileURLToPath(import.meta.url));
@@ -20,10 +20,10 @@
20
20
 
21
21
 
22
22
 
23
- CJS dist/index.js 10.62 KB
24
23
  CJS dist/cli.js 84.50 KB
25
- CJS ⚡️ Build success in 69ms
24
+ CJS dist/index.js 10.62 KB
25
+ CJS ⚡️ Build success in 152ms
26
26
  ESM dist/index.mjs 170.00 B
27
27
  ESM dist/cli.mjs 70.71 KB
28
28
  ESM dist/chunk-VOKP7FGM.mjs 9.52 KB
29
- ESM ⚡️ Build success in 69ms
29
+ ESM ⚡️ Build success in 152ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.14.7",
3
+ "version": "0.14.8",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -11,17 +11,17 @@
11
11
  "dependencies": {
12
12
  "chalk": "^5.3.0",
13
13
  "commander": "^14.0.0",
14
+ "@aiready/agent-grounding": "0.13.5",
14
15
  "@aiready/consistency": "0.20.5",
15
16
  "@aiready/context-analyzer": "0.21.9",
16
- "@aiready/agent-grounding": "0.13.5",
17
17
  "@aiready/core": "0.23.6",
18
18
  "@aiready/deps": "0.13.5",
19
19
  "@aiready/doc-drift": "0.13.5",
20
- "@aiready/testability": "0.6.5",
20
+ "@aiready/change-amplification": "0.13.5",
21
+ "@aiready/ai-signal-clarity": "0.13.6",
21
22
  "@aiready/visualizer": "0.6.5",
22
23
  "@aiready/pattern-detect": "0.16.5",
23
- "@aiready/change-amplification": "0.13.5",
24
- "@aiready/ai-signal-clarity": "0.13.5"
24
+ "@aiready/testability": "0.6.5"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.0.0",