@aiready/deps 0.11.13 → 0.11.15

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.11.12 build /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.11.14 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
@@ -9,15 +9,15 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/chunk-4D7DCOHZ.mjs 3.18 KB
12
+ CJS dist/index.js 5.53 KB
13
+ CJS dist/cli.js 5.87 KB
14
+ CJS ⚡️ Build success in 181ms
13
15
  ESM dist/index.mjs 1.64 KB
14
16
  ESM dist/cli.mjs 1.33 KB
15
- ESM ⚡️ Build success in 89ms
16
- CJS dist/cli.js 5.87 KB
17
- CJS dist/index.js 5.53 KB
18
- CJS ⚡️ Build success in 93ms
17
+ ESM dist/chunk-4D7DCOHZ.mjs 3.18 KB
18
+ ESM ⚡️ Build success in 182ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3279ms
20
+ DTS ⚡️ Build success in 1403ms
21
21
  DTS dist/cli.d.ts 108.00 B
22
22
  DTS dist/index.d.ts 971.00 B
23
23
  DTS dist/cli.d.mts 108.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.11.12 test /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.11.14 test /Users/pengcao/projects/aiready/packages/deps
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -10,7 +10,7 @@
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  20:49:42
14
-  Duration  423ms (transform 64ms, setup 0ms, import 257ms, tests 2ms, environment 0ms)
13
+  Start at  00:19:45
14
+  Duration  1.44s (transform 261ms, setup 0ms, import 1.13s, tests 2ms, environment 0ms)
15
15
 
16
16
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/deps",
3
- "version": "0.11.13",
3
+ "version": "0.11.15",
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.21.13"
12
+ "@aiready/core": "0.21.15"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.0.0",