@aiready/cli 0.9.23 → 0.9.24

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.
@@ -9,10 +9,10 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 4.93 KB
13
- CJS dist/cli.js 65.17 KB
14
- CJS ⚡️ Build success in 18ms
15
12
  ESM dist/index.mjs 138.00 B
16
13
  ESM dist/chunk-5GZDRZ3T.mjs 4.17 KB
17
14
  ESM dist/cli.mjs 57.52 KB
18
- ESM ⚡️ Build success in 19ms
15
+ ESM ⚡️ Build success in 140ms
16
+ CJS dist/index.js 4.93 KB
17
+ CJS dist/cli.js 65.17 KB
18
+ CJS ⚡️ Build success in 141ms
@@ -6,12 +6,12 @@
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) 12ms
10
- ✓ src/__tests__/cli.test.ts (3 tests) 4ms
9
+ ✓ dist/__tests__/cli.test.js (3 tests) 5ms
10
+ ✓ src/__tests__/cli.test.ts (3 tests) 67ms
11
11
 
12
12
   Test Files  2 passed (2)
13
13
   Tests  6 passed (6)
14
-  Start at  00:46:20
15
-  Duration  1.89s (transform 785ms, setup 0ms, import 2.59s, tests 16ms, environment 0ms)
14
+  Start at  11:30:30
15
+  Duration  3.93s (transform 604ms, setup 0ms, import 4.85s, tests 72ms, 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.23",
3
+ "version": "0.9.24",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -13,8 +13,8 @@
13
13
  "chalk": "^5.3.0",
14
14
  "@aiready/core": "0.9.22",
15
15
  "@aiready/pattern-detect": "0.11.22",
16
- "@aiready/context-analyzer": "0.9.22",
17
16
  "@aiready/visualizer": "0.1.28",
17
+ "@aiready/context-analyzer": "0.9.23",
18
18
  "@aiready/consistency": "0.8.22"
19
19
  },
20
20
  "devDependencies": {