@aiready/context-analyzer 0.7.11 → 0.7.12

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/context-analyzer@0.7.11 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.7.12 build /Users/pengcao/projects/aiready/packages/context-analyzer
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/index.js 33.35 KB
13
+ CJS dist/cli.js 49.43 KB
14
+ CJS ⚡️ Build success in 201ms
12
15
  ESM dist/cli.mjs 18.50 KB
13
16
  ESM dist/index.mjs 504.00 B
14
17
  ESM dist/chunk-DMRZMS2U.mjs 31.83 KB
15
- ESM ⚡️ Build success in 230ms
16
- CJS dist/index.js 33.35 KB
17
- CJS dist/cli.js 49.43 KB
18
- CJS ⚡️ Build success in 230ms
18
+ ESM ⚡️ Build success in 208ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1766ms
20
+ DTS ⚡️ Build success in 1547ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 5.56 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,18 +1,17 @@
1
1
 
2
2
  
3
- > @aiready/context-analyzer@0.7.11 test /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.7.12 test /Users/pengcao/projects/aiready/packages/context-analyzer
4
4
  > vitest run
5
5
 
6
6
 
7
7
   RUN  v2.1.9 /Users/pengcao/projects/aiready/packages/context-analyzer
8
8
 
9
- [?25l · src/__tests__/auto-detection.test.ts (8)
10
- [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l · src/__tests__/analyzer.test.ts (14)
11
- ✓ src/__tests__/auto-detection.test.ts (8)
12
- [?25l[?25l[?25l[?25l · src/__tests__/analyzer.test.ts (14)
13
- ✓ src/__tests__/auto-detection.test.ts (8)
14
- · src/__tests__/enhanced-cohesion.test.ts (6)
15
- [?25l · src/__tests__/analyzer.test.ts (14)
9
+ [?25l · src/__tests__/analyzer.test.ts (14)
10
+ ✓ src/__tests__/enhanced-cohesion.test.ts (6)
11
+ [?25l[?25l · src/__tests__/analyzer.test.ts (14)
12
+ · src/__tests__/auto-detection.test.ts (8)
13
+ ✓ src/__tests__/enhanced-cohesion.test.ts (6)
14
+ [?25l[?25l · src/__tests__/analyzer.test.ts (14)
16
15
  ✓ src/__tests__/auto-detection.test.ts (8)
17
16
  ✓ src/__tests__/enhanced-cohesion.test.ts (6)
18
17
  [?25l[?25l ✓ src/__tests__/analyzer.test.ts (14)
@@ -24,7 +23,7 @@
24
23
 
25
24
   Test Files  3 passed (3)
26
25
   Tests  28 passed (28)
27
-  Start at  19:03:23
28
-  Duration  2.35s (transform 487ms, setup 0ms, collect 2.60s, tests 302ms, environment 0ms, prepare 856ms)
26
+  Start at  18:01:20
27
+  Duration  2.10s (transform 200ms, setup 0ms, collect 2.75s, tests 110ms, environment 0ms, prepare 440ms)
29
28
 
30
29
  [?25h[?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/context-analyzer",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "description": "AI context window cost analysis - detect fragmented code, deep import chains, and expensive context budgets",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -50,7 +50,7 @@
50
50
  "commander": "^12.1.0",
51
51
  "chalk": "^5.3.0",
52
52
  "prompts": "^2.4.2",
53
- "@aiready/core": "0.7.7"
53
+ "@aiready/core": "0.7.9"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^22.10.2",