@aiready/deps 0.1.4 → 0.1.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.1.4 build /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.1.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
@@ -10,7 +10,7 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
 
13
- [1:03:48 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
13
+ [2:33:40 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
14
14
 
15
15
  package.json:32:6:
16
16
   32 │ "types": "./dist/index.d.ts"
@@ -31,7 +31,7 @@
31
31
 
32
32
 
33
33
 
34
- [1:03:48 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
34
+ [2:33:41 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
35
35
 
36
36
  package.json:32:6:
37
37
   32 │ "types": "./dist/index.d.ts"
@@ -51,15 +51,15 @@
51
51
 
52
52
 
53
53
 
54
- CJS dist/cli.js 5.67 KB
55
- CJS dist/index.js 3.74 KB
56
- CJS ⚡️ Build success in 92ms
57
- ESM dist/chunk-ZLQULJAV.mjs 3.05 KB
58
54
  ESM dist/cli.mjs 1.28 KB
55
+ ESM dist/chunk-ZLQULJAV.mjs 3.05 KB
59
56
  ESM dist/index.mjs 80.00 B
60
- ESM ⚡️ Build success in 93ms
57
+ ESM ⚡️ Build success in 2668ms
58
+ CJS dist/cli.js 5.67 KB
59
+ CJS dist/index.js 3.74 KB
60
+ CJS ⚡️ Build success in 2668ms
61
61
  DTS Build start
62
- DTS ⚡️ Build success in 7196ms
62
+ DTS ⚡️ Build success in 66434ms
63
63
  DTS dist/cli.d.ts 108.00 B
64
64
  DTS dist/index.d.ts 839.00 B
65
65
  DTS dist/cli.d.mts 108.00 B
@@ -1,16 +1,16 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.1.4 test /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.1.5 test /Users/pengcao/projects/aiready/packages/deps
4
4
  > vitest run
5
5
 
6
6
 
7
7
   RUN  v1.6.1 /Users/pengcao/projects/aiready/packages/deps
8
8
 
9
- ✓ src/__tests__/analyzer.test.ts  (1 test) 5ms
9
+ ✓ src/__tests__/analyzer.test.ts  (1 test) 64ms
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  13:04:27
14
-  Duration  2.61s (transform 350ms, setup 1ms, collect 1.31s, tests 5ms, environment 1ms, prepare 526ms)
13
+  Start at  14:38:43
14
+  Duration  27.38s (transform 3.33s, setup 0ms, collect 12.91s, tests 64ms, environment 0ms, prepare 2.73s)
15
15
 
16
16
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/deps",
3
- "version": "0.1.4",
3
+ "version": "0.1.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": "^12.0.0",
10
10
  "picocolors": "^1.0.0",
11
11
  "semver": "^7.6.0",
12
- "@aiready/core": "0.9.31"
12
+ "@aiready/core": "0.9.32"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^20.12.7",