@aiready/cli 0.2.0 → 0.3.1

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/cli@0.2.0 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.3.1 build /Users/pengcao/projects/aiready/packages/cli
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
@@ -11,13 +11,13 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 2.51 KB
13
13
  CJS dist/cli.js 10.77 KB
14
- CJS ⚡️ Build success in 56ms
14
+ CJS ⚡️ Build success in 78ms
15
15
  ESM dist/cli.mjs 7.95 KB
16
16
  ESM dist/index.mjs 138.00 B
17
17
  ESM dist/chunk-S6JWNLN7.mjs 1.40 KB
18
- ESM ⚡️ Build success in 57ms
18
+ ESM ⚡️ Build success in 78ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 521ms
20
+ DTS ⚡️ Build success in 577ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 731.00 B
23
23
  DTS dist/cli.d.mts 20.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -11,9 +11,9 @@
11
11
  "dependencies": {
12
12
  "commander": "^12.1.0",
13
13
  "chalk": "^5.3.0",
14
- "@aiready/pattern-detect": "0.6.0",
15
- "@aiready/core": "0.2.4",
16
- "@aiready/context-analyzer": "0.2.0"
14
+ "@aiready/context-analyzer": "0.3.0",
15
+ "@aiready/core": "0.3.0",
16
+ "@aiready/pattern-detect": "0.7.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "tsup": "^8.3.5",