@aiready/context-analyzer 0.3.5 → 0.3.6

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.3.5 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.3.6 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
@@ -11,13 +11,13 @@
11
11
  ESM Build start
12
12
  CJS dist/cli.js 32.57 KB
13
13
  CJS dist/index.js 18.33 KB
14
- CJS ⚡️ Build success in 60ms
15
- ESM dist/index.mjs 124.00 B
16
- ESM dist/chunk-T6ZCOPPI.mjs 17.25 KB
14
+ CJS ⚡️ Build success in 61ms
17
15
  ESM dist/cli.mjs 13.36 KB
18
- ESM ⚡️ Build success in 60ms
16
+ ESM dist/chunk-T6ZCOPPI.mjs 17.25 KB
17
+ ESM dist/index.mjs 124.00 B
18
+ ESM ⚡️ Build success in 61ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 605ms
20
+ DTS ⚡️ Build success in 638ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.14 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.3.5",
3
+ "version": "0.3.6",
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
  "dependencies": {
50
50
  "commander": "^12.1.0",
51
51
  "chalk": "^5.3.0",
52
- "@aiready/core": "0.3.3"
52
+ "@aiready/core": "0.3.5"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^22.10.2",