@aiready/cli 0.7.17 → 0.7.19

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.7.17 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.7.19 build /Users/pengcao/projects/aiready/packages/cli
4
4
  > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
5
 
6
6
  CLI Building entry: src/cli.ts, src/index.ts
@@ -9,15 +9,15 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/cli.js 35.44 KB
13
- CJS dist/index.js 4.60 KB
14
- CJS ⚡️ Build success in 54ms
15
12
  ESM dist/index.mjs 138.00 B
16
13
  ESM dist/chunk-P3XAXCTK.mjs 3.46 KB
17
14
  ESM dist/cli.mjs 28.57 KB
18
- ESM ⚡️ Build success in 54ms
15
+ ESM ⚡️ Build success in 14ms
16
+ CJS dist/cli.js 35.44 KB
17
+ CJS dist/index.js 4.60 KB
18
+ CJS ⚡️ Build success in 14ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 629ms
20
+ DTS ⚡️ Build success in 502ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 1.06 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,25 +1,25 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.7.17 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.7.19 test /Users/pengcao/projects/aiready/packages/cli
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
-  RUN  v4.0.16 /Users/pengcao/projects/aiready/packages/cli
7
+  RUN  v4.0.17 /Users/pengcao/projects/aiready/packages/cli
8
8
 
9
9
  [?2026h
10
10
   ❯ src/__tests__/cli.test.ts [queued]
11
11
 
12
12
   Test Files 0 passed (1)
13
13
   Tests 0 passed (0)
14
-  Start at 19:08:16
14
+  Start at 13:53:07
15
15
   Duration 0ms
16
16
  [?2026l[?2026h
17
17
   ❯ src/__tests__/cli.test.ts 0/3
18
18
 
19
19
   Test Files 0 passed (1)
20
20
   Tests 0 passed (3)
21
-  Start at 19:08:16
22
-  Duration 303ms
21
+  Start at 13:53:07
22
+  Duration 202ms
23
23
  [?2026l ✓ src/__tests__/cli.test.ts (3 tests) 2ms
24
24
  ✓ CLI Unified Analysis (3)
25
25
  ✓ should run unified analysis with both tools 1ms
@@ -28,7 +28,7 @@
28
28
 
29
29
   Test Files  1 passed (1)
30
30
   Tests  3 passed (3)
31
-  Start at  19:08:16
32
-  Duration  352ms (transform 61ms, setup 0ms, import 270ms, tests 2ms, environment 0ms)
31
+  Start at  13:53:07
32
+  Duration  278ms (transform 50ms, setup 0ms, import 205ms, tests 2ms, environment 0ms)
33
33
 
34
34
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.7.17",
3
+ "version": "0.7.19",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -9,16 +9,16 @@
9
9
  "aiready": "./dist/cli.js"
10
10
  },
11
11
  "dependencies": {
12
- "commander": "^12.1.0",
12
+ "commander": "^14.0.0",
13
13
  "chalk": "^5.3.0",
14
- "@aiready/pattern-detect": "0.9.19",
15
- "@aiready/core": "0.7.10",
16
- "@aiready/context-analyzer": "0.7.15",
17
- "@aiready/consistency": "0.6.13"
14
+ "@aiready/pattern-detect": "0.9.21",
15
+ "@aiready/core": "0.7.12",
16
+ "@aiready/context-analyzer": "0.7.17",
17
+ "@aiready/consistency": "0.6.15"
18
18
  },
19
19
  "devDependencies": {
20
20
  "tsup": "^8.3.5",
21
- "@types/node": "^20.0.0"
21
+ "@types/node": "^24.0.0"
22
22
  },
23
23
  "keywords": [
24
24
  "aiready",