@aiready/deps 0.13.4 → 0.13.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/deps@0.13.4 build /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.13.5 build /Users/pengcao/projects/aiready/packages/deps
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 8.36 KB
13
13
  CJS dist/index.js 8.86 KB
14
- CJS ⚡️ Build success in 32ms
14
+ CJS ⚡️ Build success in 175ms
15
15
  ESM dist/cli.mjs 1.33 KB
16
- ESM dist/index.mjs 2.46 KB
17
16
  ESM dist/chunk-QTMAUA24.mjs 5.70 KB
18
- ESM ⚡️ Build success in 36ms
17
+ ESM dist/index.mjs 2.46 KB
18
+ ESM ⚡️ Build success in 175ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3499ms
20
+ DTS ⚡️ Build success in 5697ms
21
21
  DTS dist/cli.d.ts 108.00 B
22
22
  DTS dist/index.d.ts 1.18 KB
23
23
  DTS dist/cli.d.mts 108.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/deps",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "AI-Readiness: Dependency Health & Cutoff Skew",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -9,7 +9,7 @@
9
9
  "commander": "^14.0.0",
10
10
  "picocolors": "^1.0.0",
11
11
  "semver": "^7.6.0",
12
- "@aiready/core": "0.23.4"
12
+ "@aiready/core": "0.23.6"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.0.0",