@aiready/deps 0.8.0 → 0.9.0

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.
@@ -10,7 +10,7 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
 
13
-  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 3:40:30 PM
13
+ [4:11:49 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
-  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 3:40:30 PM
34
+ [4:11:49 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.80 KB
55
+ CJS dist/index.js 3.82 KB
56
+ CJS ⚡️ Build success in 38ms
54
57
  ESM dist/index.mjs 80.00 B
55
58
  ESM dist/cli.mjs 1.33 KB
56
59
  ESM dist/chunk-MN25J52Z.mjs 3.13 KB
57
- ESM ⚡️ Build success in 106ms
58
- CJS dist/cli.js 5.80 KB
59
- CJS dist/index.js 3.82 KB
60
- CJS ⚡️ Build success in 133ms
60
+ ESM ⚡️ Build success in 38ms
61
61
  DTS Build start
62
- DTS ⚡️ Build success in 3061ms
62
+ DTS ⚡️ Build success in 929ms
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
@@ -10,7 +10,7 @@
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  15:41:04
14
-  Duration  2.20s (transform 516ms, setup 0ms, import 1.53s, tests 10ms, environment 0ms)
13
+  Start at  16:12:21
14
+  Duration  2.08s (transform 125ms, setup 0ms, import 1.21s, tests 10ms, 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.8.0",
3
+ "version": "0.9.0",
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.18.0"
12
+ "@aiready/core": "0.19.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.0.0",