@aiready/consistency 0.2.2 → 0.2.4

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/consistency@0.2.2 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.2.4 build /Users/pengcao/projects/aiready/packages/consistency
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
@@ -9,15 +9,15 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/cli.mjs 8.54 KB
12
+ CJS dist/cli.js 23.02 KB
13
+ CJS dist/index.js 14.13 KB
14
+ CJS ⚡️ Build success in 54ms
13
15
  ESM dist/index.mjs 220.00 B
16
+ ESM dist/cli.mjs 8.54 KB
14
17
  ESM dist/chunk-CF4LU7KE.mjs 12.90 KB
15
- ESM ⚡️ Build success in 46ms
16
- CJS dist/index.js 14.13 KB
17
- CJS dist/cli.js 23.02 KB
18
- CJS ⚡️ Build success in 46ms
18
+ ESM ⚡️ Build success in 55ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 544ms
20
+ DTS ⚡️ Build success in 556ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.60 KB
23
23
  DTS dist/cli.d.mts 20.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Detects consistency issues in naming, patterns, and architecture that confuse AI models",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "chalk": "^5.3.0",
43
43
  "commander": "^12.1.0",
44
- "@aiready/core": "0.5.3"
44
+ "@aiready/core": "0.5.5"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^22.10.5",