@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.
@@ -1,29 +1,28 @@
1
-
2
- 
3
- > @aiready/cli@0.14.0 build /Users/pengcao/projects/aiready/packages/cli
4
- > tsup src/index.ts src/cli.ts --format cjs,esm
5
-
6
- CLI Building entry: src/cli.ts, src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.1
9
- CLI Target: es2020
10
- CJS Build start
11
- ESM Build start
12
-
13
- [5:15:59 PM]  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
14
-
15
- src/cli.ts:29:31:
16
-  29 │ return dirname(fileURLToPath(import.meta.url));
17
- ╵ ~~~~~~~~~~~
18
-
19
- You need to set the output format to "esm" for "import.meta" to work correctly.
20
-
21
-
22
-
23
- CJS dist/cli.js 83.57 KB
24
- CJS dist/index.js 10.62 KB
25
- CJS ⚡️ Build success in 70ms
26
- ESM dist/cli.mjs 69.82 KB
27
- ESM dist/chunk-VOKP7FGM.mjs 9.52 KB
28
- ESM dist/index.mjs 170.00 B
29
- ESM ⚡️ 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 ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
13
+
14
+ src/cli.ts:29:31:
15
+  29 │ return dirname(fileURLToPath(import.meta.url));
16
+ ~~~~~~~~~~~
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.1",
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/core": "0.23.1",
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/testability": "0.6.1",
24
- "@aiready/visualizer": "0.6.1"
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",