@aiready/deps 0.13.0 → 0.13.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.12.0 build /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.13.0 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
- CJS dist/cli.js 8.44 KB
13
- CJS dist/index.js 9.63 KB
14
- CJS ⚡️ Build success in 89ms
15
12
  ESM dist/index.mjs 3.13 KB
16
13
  ESM dist/chunk-CFNCY65I.mjs 5.78 KB
17
14
  ESM dist/cli.mjs 1.33 KB
18
- ESM ⚡️ Build success in 90ms
15
+ ESM ⚡️ Build success in 78ms
16
+ CJS dist/cli.js 8.44 KB
17
+ CJS dist/index.js 9.63 KB
18
+ CJS ⚡️ Build success in 80ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2567ms
20
+ DTS ⚡️ Build success in 2988ms
21
21
  DTS dist/cli.d.ts 108.00 B
22
22
  DTS dist/index.d.ts 1.13 KB
23
23
  DTS dist/cli.d.mts 108.00 B
@@ -1,18 +1,34 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.12.0 test /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.13.0 test /Users/pengcao/projects/aiready/packages/deps
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/deps
8
8
 
9
- ✓ src/__tests__/analyzer.test.ts (2 tests) 19ms
10
- ✓ src/__tests__/scoring.test.ts (2 tests) 2ms
11
- ✓ src/__tests__/provider.test.ts (2 tests) 8ms
9
+ [?2026h
10
+  src/__tests__/provider.test.ts [queued]
11
+
12
+  Test Files 0 passed (3)
13
+  Tests 0 passed (0)
14
+  Start at 17:20:15
15
+  Duration 100ms
16
+ [?2026l[?2026h
17
+  ❯ src/__tests__/analyzer.test.ts [queued]
18
+  ❯ src/__tests__/provider.test.ts 0/2
19
+  ❯ src/__tests__/scoring.test.ts [queued]
20
+
21
+  Test Files 0 passed (3)
22
+  Tests 0 passed (2)
23
+  Start at 17:20:15
24
+  Duration 404ms
25
+ [?2026l ✓ src/__tests__/provider.test.ts (2 tests) 4ms
26
+ ✓ src/__tests__/scoring.test.ts (2 tests) 1ms
27
+ ✓ src/__tests__/analyzer.test.ts (2 tests) 4ms
12
28
 
13
29
   Test Files  3 passed (3)
14
30
   Tests  6 passed (6)
15
-  Start at  16:14:20
16
-  Duration  3.30s (transform 1.73s, setup 0ms, import 6.75s, tests 28ms, environment 0ms)
31
+  Start at  17:20:15
32
+  Duration  461ms (transform 251ms, setup 0ms, import 998ms, tests 10ms, environment 0ms)
17
33
 
18
34
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/deps",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
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.0"
12
+ "@aiready/core": "0.23.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.0.0",