@aiready/cli 0.14.1 → 0.14.2
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 +28 -29
- package/package.json +8 -8
- package/src/.aiready/aiready-report-20260314-203209.json +30719 -0
- package/src/.aiready/aiready-report-20260314-203736.json +30719 -0
- package/src/.aiready/aiready-report-20260314-203857.json +30719 -0
- package/src/.aiready/aiready-report-20260314-204047.json +30719 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
[
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
[32mESM[39m ⚡️ Build success in 70ms
|
|
1
|
+
|
|
2
|
+
> @aiready/cli@0.14.1 build /Users/pengcao/projects/aiready/packages/cli
|
|
3
|
+
> tsup src/index.ts src/cli.ts --format cjs,esm
|
|
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
|
+
|
|
12
|
+
WARN [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1m"import.meta" is not available with the "cjs" output format and will be empty[0m [empty-import-meta]
|
|
13
|
+
|
|
14
|
+
src/cli.ts:29:31:
|
|
15
|
+
[37m 29 │ return dirname(fileURLToPath([32mimport.meta[37m.url));
|
|
16
|
+
╵ [32m~~~~~~~~~~~[0m
|
|
17
|
+
|
|
18
|
+
You need to set the output format to "esm" for "import.meta" to work correctly.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
ESM dist/chunk-VOKP7FGM.mjs 9.52 KB
|
|
23
|
+
ESM dist/index.mjs 170.00 B
|
|
24
|
+
ESM dist/cli.mjs 69.82 KB
|
|
25
|
+
ESM ⚡️ Build success in 29ms
|
|
26
|
+
CJS dist/index.js 10.62 KB
|
|
27
|
+
CJS dist/cli.js 83.57 KB
|
|
28
|
+
CJS ⚡️ Build success in 29ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "Unified CLI for AIReady analysis tools",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "^5.3.0",
|
|
13
13
|
"commander": "^14.0.0",
|
|
14
|
-
"@aiready/
|
|
15
|
-
"@aiready/agent-grounding": "0.13.1",
|
|
16
|
-
"@aiready/context-analyzer": "0.21.1",
|
|
17
|
-
"@aiready/consistency": "0.20.1",
|
|
18
|
-
"@aiready/deps": "0.13.1",
|
|
14
|
+
"@aiready/context-analyzer": "0.21.5",
|
|
19
15
|
"@aiready/doc-drift": "0.13.1",
|
|
16
|
+
"@aiready/agent-grounding": "0.13.1",
|
|
20
17
|
"@aiready/change-amplification": "0.13.1",
|
|
21
18
|
"@aiready/ai-signal-clarity": "0.13.1",
|
|
22
19
|
"@aiready/pattern-detect": "0.16.1",
|
|
23
|
-
"@aiready/
|
|
24
|
-
"@aiready/
|
|
20
|
+
"@aiready/deps": "0.13.1",
|
|
21
|
+
"@aiready/core": "0.23.1",
|
|
22
|
+
"@aiready/consistency": "0.20.1",
|
|
23
|
+
"@aiready/visualizer": "0.6.1",
|
|
24
|
+
"@aiready/testability": "0.6.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^24.0.0",
|