@aiready/deps 0.1.8 → 0.1.10
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.
- package/.turbo/turbo-build.log +8 -8
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @aiready/deps@0.1.
|
|
3
|
+
> @aiready/deps@0.1.10 build /Users/pengcao/projects/aiready/packages/deps
|
|
4
4
|
> tsup src/index.ts src/cli.ts --format cjs,esm --dts
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/cli.ts, src/index.ts
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
|
|
13
|
-
[90m[[
|
|
13
|
+
[90m[[90m1:59:55 PM[90m][39m [43m[30m WARN [39m[49m [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
14
14
|
|
|
15
15
|
package.json:32:6:
|
|
16
16
|
[37m 32 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
[90m[[
|
|
34
|
+
[90m[[90m1:59:55 PM[90m][39m [43m[30m WARN [39m[49m [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
35
35
|
|
|
36
36
|
package.json:32:6:
|
|
37
37
|
[37m 32 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
[32mESM[39m [1mdist/chunk-MN25J52Z.mjs [22m[32m3.13 KB[39m
|
|
55
54
|
[32mESM[39m [1mdist/cli.mjs [22m[32m1.33 KB[39m
|
|
55
|
+
[32mESM[39m [1mdist/chunk-MN25J52Z.mjs [22m[32m3.13 KB[39m
|
|
56
56
|
[32mESM[39m [1mdist/index.mjs [22m[32m80.00 B[39m
|
|
57
|
-
[32mESM[39m ⚡️ Build success in
|
|
58
|
-
[32mCJS[39m [1mdist/index.js [22m[32m3.82 KB[39m
|
|
57
|
+
[32mESM[39m ⚡️ Build success in 258ms
|
|
59
58
|
[32mCJS[39m [1mdist/cli.js [22m[32m5.80 KB[39m
|
|
60
|
-
[32mCJS[39m
|
|
59
|
+
[32mCJS[39m [1mdist/index.js [22m[32m3.82 KB[39m
|
|
60
|
+
[32mCJS[39m ⚡️ Build success in 258ms
|
|
61
61
|
DTS Build start
|
|
62
|
-
DTS ⚡️ Build success in
|
|
62
|
+
DTS ⚡️ Build success in 3490ms
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/deps",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
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.9.
|
|
12
|
+
"@aiready/core": "0.9.37"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^24.0.0",
|