@aiready/deps 0.14.23 → 0.14.24

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,24 +1,23 @@
1
-
2
- 
3
- > @aiready/deps@0.14.22 build /Users/pengcao/projects/aiready/packages/deps
4
- > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
-
6
- CLI Building entry: src/cli.ts, src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.1
9
- CLI Target: es2020
10
- CJS Build start
11
- ESM Build start
12
- CJS dist/index.js 8.41 KB
13
- CJS dist/cli.js 8.00 KB
14
- CJS ⚡️ Build success in 89ms
15
- ESM dist/cli.mjs 894.00 B
16
- ESM dist/index.mjs 1.84 KB
17
- ESM dist/chunk-Y2KSVS7P.mjs 5.87 KB
18
- ESM ⚡️ Build success in 89ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 2808ms
21
- DTS dist/cli.d.ts 108.00 B
22
- DTS dist/index.d.ts 1.18 KB
23
- DTS dist/cli.d.mts 108.00 B
24
- DTS dist/index.d.mts 1.18 KB
1
+
2
+ > @aiready/deps@0.14.23 build /Users/pengcao/projects/aiready/packages/deps
3
+ > tsup src/index.ts src/cli.ts --format cjs,esm --dts
4
+
5
+ CLI Building entry: src/cli.ts, src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Target: es2020
9
+ CJS Build start
10
+ ESM Build start
11
+ ESM dist/cli.mjs 894.00 B
12
+ ESM dist/index.mjs 1.84 KB
13
+ ESM dist/chunk-Y2KSVS7P.mjs 5.87 KB
14
+ ESM ⚡️ Build success in 35ms
15
+ CJS dist/index.js 8.41 KB
16
+ CJS dist/cli.js 8.00 KB
17
+ CJS ⚡️ Build success in 36ms
18
+ DTS Build start
19
+ DTS ⚡️ Build success in 12181ms
20
+ DTS dist/cli.d.ts 108.00 B
21
+ DTS dist/index.d.ts 1.18 KB
22
+ DTS dist/cli.d.mts 108.00 B
23
+ DTS dist/index.d.mts 1.18 KB
@@ -1,7 +1,6 @@
1
-
2
- 
3
- > @aiready/deps@0.14.22 format-check /Users/pengcao/projects/aiready/packages/deps
4
- > prettier --check . --ignore-path ../../.prettierignore
5
-
6
- Checking formatting...
7
- package.jsonREADME.mdsrc/__tests__/analyzer.test.tssrc/__tests__/contract.test.tssrc/__tests__/provider.test.tssrc/__tests__/scoring.test.tssrc/analyzer.tssrc/cli.tssrc/index.tssrc/provider.tssrc/scoring.tssrc/types.tstsconfig.jsonAll matched files use Prettier code style!
1
+
2
+ > @aiready/deps@0.14.23 format-check /Users/pengcao/projects/aiready/packages/deps
3
+ > prettier --check . --ignore-path ../../.prettierignore
4
+
5
+ Checking formatting...
6
+ All matched files use Prettier code style!
@@ -1,5 +1,4 @@
1
-
2
- 
3
- > @aiready/deps@0.14.21 lint /Users/pengcao/projects/aiready/packages/deps
4
- > eslint src --ext .ts
5
-
1
+
2
+ > @aiready/deps@0.14.23 lint /Users/pengcao/projects/aiready/packages/deps
3
+ > eslint src --ext .ts
4
+
@@ -1,65 +1,17 @@
1
-
2
- 
3
- > @aiready/deps@0.14.22 test /Users/pengcao/projects/aiready/packages/deps
4
- > vitest run
5
-
6
- [?25l
7
-  RUN  v4.1.2 /Users/pengcao/projects/aiready/packages/deps
8
-
9
- [?2026h
10
-  ❯ src/__tests__/analyzer.test.ts [queued]
11
-
12
-  Test Files 0 passed (4)
13
-  Tests 0 passed (0)
14
-  Start at 20:46:41
15
-  Duration 652ms
16
- [?2026l[?2026h
17
-  ❯ src/__tests__/analyzer.test.ts [queued]
18
-  ❯ src/__tests__/contract.test.ts [queued]
19
-  ❯ src/__tests__/provider.test.ts [queued]
20
-  ❯ src/__tests__/scoring.test.ts [queued]
21
-
22
-  Test Files 0 passed (4)
23
-  Tests 0 passed (0)
24
-  Start at 20:46:41
25
-  Duration 1.02s
26
- [?2026l[?2026h
27
-  ❯ src/__tests__/analyzer.test.ts [queued]
28
-  ❯ src/__tests__/contract.test.ts [queued]
29
-  ❯ src/__tests__/provider.test.ts [queued]
30
-  ❯ src/__tests__/scoring.test.ts [queued]
31
-
32
-  Test Files 0 passed (4)
33
-  Tests 0 passed (0)
34
-  Start at 20:46:41
35
-  Duration 1.94s
36
- [?2026l[?2026h
37
-  ❯ src/__tests__/analyzer.test.ts [queued]
38
-  ❯ src/__tests__/contract.test.ts [queued]
39
-  ❯ src/__tests__/provider.test.ts [queued]
40
-  ❯ src/__tests__/scoring.test.ts [queued]
41
-
42
-  Test Files 0 passed (4)
43
-  Tests 0 passed (0)
44
-  Start at 20:46:41
45
-  Duration 2.99s
46
- [?2026l[?2026h ✓ src/__tests__/analyzer.test.ts (4 tests) 8ms
47
-
48
-  ❯ src/__tests__/contract.test.ts [queued]
49
-  ❯ src/__tests__/provider.test.ts 0/2
50
-  ❯ src/__tests__/scoring.test.ts [queued]
51
-
52
-  Test Files 1 passed (4)
53
-  Tests 4 passed (6)
54
-  Start at 20:46:41
55
-  Duration 3.09s
56
- [?2026l ✓ src/__tests__/provider.test.ts (2 tests) 2ms
57
- ✓ src/__tests__/contract.test.ts (1 test) 3ms
58
- ✓ src/__tests__/scoring.test.ts (2 tests) 2ms
59
-
60
-  Test Files  4 passed (4)
61
-  Tests  9 passed (9)
62
-  Start at  20:46:41
63
-  Duration  3.19s (transform 2.81s, setup 0ms, import 9.63s, tests 16ms, environment 0ms)
64
-
65
- [?25h
1
+
2
+ > @aiready/deps@0.14.23 test /Users/pengcao/projects/aiready/packages/deps
3
+ > vitest run
4
+
5
+
6
+  RUN  v4.1.2 /Users/pengcao/projects/aiready/packages/deps
7
+
8
+ ✓ src/__tests__/provider.test.ts (2 tests) 7ms
9
+ ✓ src/__tests__/scoring.test.ts (2 tests) 2ms
10
+ ✓ src/__tests__/analyzer.test.ts (4 tests) 12ms
11
+ ✓ src/__tests__/contract.test.ts (1 test) 12ms
12
+
13
+  Test Files  4 passed (4)
14
+  Tests  9 passed (9)
15
+  Start at  14:49:19
16
+  Duration  2.86s (transform 1.72s, setup 0ms, import 8.38s, tests 33ms, environment 0ms)
17
+
@@ -1,6 +1,4 @@
1
-
2
- 
3
- > @aiready/deps@0.14.22 type-check /Users/pengcao/projects/aiready/packages/deps
4
- > tsc --noEmit
5
-
6
-  ELIFECYCLE  Command failed.
1
+
2
+ > @aiready/deps@0.14.23 type-check /Users/pengcao/projects/aiready/packages/deps
3
+ > tsc --noEmit
4
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/deps",
3
- "version": "0.14.23",
3
+ "version": "0.14.24",
4
4
  "description": "AI-Readiness: Dependency Health & Cutoff Skew",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -9,14 +9,14 @@
9
9
  "commander": "^14.0.3",
10
10
  "picocolors": "^1.1.1",
11
11
  "semver": "^7.7.4",
12
- "@aiready/core": "0.24.26"
12
+ "@aiready/core": "0.24.27"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.12.2",
16
16
  "@types/semver": "^7.7.1",
17
17
  "tsup": "^8.5.1",
18
18
  "typescript": "^6.0.2",
19
- "vitest": "^4.1.2"
19
+ "vitest": "^4.1.4"
20
20
  },
21
21
  "exports": {
22
22
  ".": {