@aiready/context-analyzer 0.4.0 → 0.4.1

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.
@@ -0,0 +1,5 @@
1
+ github: ["caopengau"]
2
+ custom:
3
+ - https://github.com/sponsors/caopengau
4
+ - https://receiptclaimer.com
5
+ - mailto:caopengau@gmail.com
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/context-analyzer@0.4.0 build /Users/pengcao/projects/aiready/packages/context-analyzer
3
+ > @aiready/context-analyzer@0.4.1 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/index.js 20.26 KB
13
13
  CJS dist/cli.js 35.91 KB
14
- CJS ⚡️ Build success in 50ms
14
+ CJS ⚡️ Build success in 58ms
15
15
  ESM dist/index.mjs 164.00 B
16
16
  ESM dist/chunk-HDFXSEFW.mjs 19.11 KB
17
17
  ESM dist/cli.mjs 15.74 KB
18
- ESM ⚡️ Build success in 50ms
18
+ ESM ⚡️ Build success in 57ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 534ms
20
+ DTS ⚡️ Build success in 848ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.37 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.0",
3
+ "version": "0.4.1",
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.0"
53
+ "@aiready/core": "0.5.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^22.10.2",