@aiready/cli 0.9.46 → 0.9.47

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.9.46 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.9.47 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
-  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 12:53:18 PM
13
+ [11:46:21 pm]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
14
14
 
15
15
  src/cli.ts:25:31:
16
16
   25 │ return dirname(fileURLToPath(import.meta.url));
@@ -22,8 +22,8 @@
22
22
 
23
23
  CJS dist/cli.js 89.07 KB
24
24
  CJS dist/index.js 13.89 KB
25
- CJS ⚡️ Build success in 32ms
25
+ CJS ⚡️ Build success in 40ms
26
26
  ESM dist/index.mjs 170.00 B
27
- ESM dist/chunk-6FOVC2OE.mjs 12.49 KB
28
27
  ESM dist/cli.mjs 73.70 KB
29
- ESM ⚡️ Build success in 32ms
28
+ ESM dist/chunk-6FOVC2OE.mjs 12.49 KB
29
+ ESM ⚡️ Build success in 40ms
@@ -1,17 +1,17 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.9.46 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.9.47 test /Users/pengcao/projects/aiready/packages/cli
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/cli
8
8
 
9
- ✓ dist/__tests__/cli.test.js (3 tests) 2ms
10
- ✓ src/__tests__/cli.test.ts (3 tests) 23ms
9
+ ✓ src/__tests__/cli.test.ts (3 tests) 3ms
10
+ ✓ dist/__tests__/cli.test.js (3 tests) 3ms
11
11
 
12
12
   Test Files  2 passed (2)
13
13
   Tests  6 passed (6)
14
-  Start at  12:53:41
15
-  Duration  1.88s (transform 634ms, setup 0ms, import 2.66s, tests 25ms, environment 0ms)
14
+  Start at  23:46:53
15
+  Duration  1.91s (transform 370ms, setup 0ms, import 2.37s, tests 6ms, environment 0ms)
16
16
 
17
17
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.9.46",
3
+ "version": "0.9.47",
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/core": "0.9.38",
15
- "@aiready/change-amplification": "0.1.11",
16
- "@aiready/doc-drift": "0.1.11",
17
- "@aiready/agent-grounding": "0.1.11",
18
- "@aiready/testability": "0.1.11",
19
- "@aiready/deps": "0.1.11",
20
- "@aiready/visualizer": "0.1.43",
21
- "@aiready/ai-signal-clarity": "0.1.11",
22
- "@aiready/context-analyzer": "0.9.41",
23
- "@aiready/pattern-detect": "0.11.37",
24
- "@aiready/consistency": "0.8.37"
14
+ "@aiready/agent-grounding": "0.1.12",
15
+ "@aiready/consistency": "0.8.38",
16
+ "@aiready/context-analyzer": "0.9.42",
17
+ "@aiready/core": "0.9.39",
18
+ "@aiready/deps": "0.1.12",
19
+ "@aiready/doc-drift": "0.1.12",
20
+ "@aiready/change-amplification": "0.1.12",
21
+ "@aiready/visualizer": "0.1.44",
22
+ "@aiready/testability": "0.1.12",
23
+ "@aiready/pattern-detect": "0.11.38",
24
+ "@aiready/ai-signal-clarity": "0.1.12"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^24.0.0",