@aiready/context-analyzer 0.9.38 → 0.9.40

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.9.38 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.9.40 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,16 +9,16 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 75.45 KB
13
- CJS dist/cli.js 87.04 KB
14
- CJS ⚡️ Build success in 279ms
15
12
  ESM dist/index.mjs 666.00 B
16
- ESM dist/cli.mjs 19.14 KB
17
13
  ESM dist/python-context-TBI5FVFY.mjs 5.66 KB
14
+ ESM dist/cli.mjs 19.14 KB
18
15
  ESM dist/chunk-EBXG2Q5Y.mjs 66.77 KB
19
- ESM ⚡️ Build success in 280ms
16
+ ESM ⚡️ Build success in 154ms
17
+ CJS dist/cli.js 87.04 KB
18
+ CJS dist/index.js 75.45 KB
19
+ CJS ⚡️ Build success in 154ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 10724ms
21
+ DTS ⚡️ Build success in 3130ms
22
22
  DTS dist/cli.d.ts 20.00 B
23
23
  DTS dist/index.d.ts 8.07 KB
24
24
  DTS dist/cli.d.mts 20.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/context-analyzer",
3
- "version": "0.9.38",
3
+ "version": "0.9.40",
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",
@@ -49,7 +49,7 @@
49
49
  "commander": "^14.0.0",
50
50
  "chalk": "^5.3.0",
51
51
  "prompts": "^2.4.2",
52
- "@aiready/core": "0.9.35"
52
+ "@aiready/core": "0.9.37"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^24.0.0",