@aiready/cli 0.5.1 → 0.7.0

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.5.1 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.7.0 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
- ESM dist/index.mjs 138.00 B
13
- ESM dist/cli.mjs 21.95 KB
14
12
  ESM dist/chunk-VOB7SA3E.mjs 2.02 KB
15
- ESM ⚡️ Build success in 56ms
13
+ ESM dist/cli.mjs 21.95 KB
14
+ ESM dist/index.mjs 138.00 B
15
+ ESM ⚡️ Build success in 53ms
16
16
  CJS dist/cli.js 27.02 KB
17
17
  CJS dist/index.js 3.15 KB
18
- CJS ⚡️ Build success in 56ms
18
+ CJS ⚡️ Build success in 53ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 518ms
20
+ DTS ⚡️ Build success in 541ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 991.00 B
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.5.1 test /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.7.0 test /Users/pengcao/projects/aiready/packages/cli
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -11,8 +11,15 @@
11
11
 
12
12
   Test Files 0 passed (1)
13
13
   Tests 0 passed (0)
14
-  Start at 08:28:00
14
+  Start at 14:29:03
15
15
   Duration 0ms
16
+ [?2026l[?2026h
17
+  ❯ src/__tests__/cli.test.ts 0/3
18
+
19
+  Test Files 0 passed (1)
20
+  Tests 0 passed (3)
21
+  Start at 14:29:03
22
+  Duration 302ms
16
23
  [?2026l ✓ src/__tests__/cli.test.ts (3 tests) 2ms
17
24
  ✓ CLI Unified Analysis (3)
18
25
  ✓ should run unified analysis with both tools 1ms
@@ -21,7 +28,7 @@
21
28
 
22
29
   Test Files  1 passed (1)
23
30
   Tests  3 passed (3)
24
-  Start at  08:28:00
25
-  Duration  144ms (transform 44ms, setup 0ms, import 66ms, tests 2ms, environment 0ms)
31
+  Start at  14:29:03
32
+  Duration  319ms (transform 44ms, setup 0ms, import 238ms, tests 2ms, environment 0ms)
26
33
 
27
34
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.5.1",
3
+ "version": "0.7.0",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -11,9 +11,9 @@
11
11
  "dependencies": {
12
12
  "commander": "^12.1.0",
13
13
  "chalk": "^5.3.0",
14
- "@aiready/core": "0.5.6",
15
- "@aiready/context-analyzer": "0.5.3",
14
+ "@aiready/core": "0.7.0",
16
15
  "@aiready/pattern-detect": "0.9.0",
16
+ "@aiready/context-analyzer": "0.7.0",
17
17
  "@aiready/consistency": "0.3.0"
18
18
  },
19
19
  "devDependencies": {