@aiready/context-analyzer 0.4.4 → 0.4.5

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.4.4 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.4.5 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
- ESM dist/cli.mjs 18.45 KB
13
- ESM dist/index.mjs 164.00 B
14
- ESM dist/chunk-45P4RDYP.mjs 19.24 KB
15
- ESM ⚡️ Build success in 22ms
16
12
  CJS dist/index.js 20.38 KB
17
13
  CJS dist/cli.js 39.03 KB
18
- CJS ⚡️ Build success in 22ms
14
+ CJS ⚡️ Build success in 58ms
15
+ ESM dist/chunk-45P4RDYP.mjs 19.24 KB
16
+ ESM dist/cli.mjs 18.45 KB
17
+ ESM dist/index.mjs 164.00 B
18
+ ESM ⚡️ Build success in 58ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 608ms
20
+ DTS ⚡️ Build success in 543ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.44 KB
23
23
  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.4.4",
3
+ "version": "0.4.5",
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.5.4"
53
+ "@aiready/core": "0.5.5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^22.10.2",