@aiready/deps 0.11.4 → 0.11.8

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.3 build /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.11.7 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,16 +9,16 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/cli.js 5.87 KB
13
- CJS dist/index.js 5.53 KB
14
- CJS ⚡️ Build success in 78ms
15
- ESM dist/index.mjs 1.64 KB
16
12
  ESM dist/cli.mjs 1.33 KB
17
13
  ESM dist/chunk-4D7DCOHZ.mjs 3.18 KB
18
- ESM ⚡️ Build success in 83ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 2837ms
21
- DTS dist/cli.d.ts 108.00 B
22
- DTS dist/index.d.ts 971.00 B
23
- DTS dist/cli.d.mts 108.00 B
24
- DTS dist/index.d.mts 971.00 B
14
+ ESM dist/index.mjs 1.64 KB
15
+ ESM ⚡️ Build success in 111ms
16
+ CJS dist/index.js 5.53 KB
17
+ CJS dist/cli.js 5.87 KB
18
+ CJS ⚡️ Build success in 111ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 3350ms
21
+ DTS dist/cli.d.ts 108.00 B
22
+ DTS dist/index.d.ts 971.00 B
23
+ DTS dist/cli.d.mts 108.00 B
24
+ DTS dist/index.d.mts 971.00 B
@@ -1,16 +1,16 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.11.3 test /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.11.7 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 (1 test) 9ms
9
+ ✓ src/__tests__/analyzer.test.ts (1 test) 3ms
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  11:12:28
14
-  Duration  2.02s (transform 183ms, setup 0ms, import 1.20s, tests 9ms, environment 0ms)
13
+  Start at  13:15:43
14
+  Duration  1.33s (transform 221ms, setup 0ms, import 921ms, tests 3ms, 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.4",
3
+ "version": "0.11.8",
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.4"
12
+ "@aiready/core": "0.21.8"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.0.0",