@aiready/consistency 0.20.4 → 0.20.5

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.20.4 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.5 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/index.mjs 7.04 KB
13
- ESM dist/chunk-S6BZVTWN.mjs 22.19 KB
14
- ESM dist/cli.mjs 8.83 KB
15
- ESM ⚡️ Build success in 62ms
16
12
  CJS dist/index.js 30.95 KB
17
13
  CJS dist/cli.js 33.06 KB
18
- CJS ⚡️ Build success in 62ms
14
+ CJS ⚡️ Build success in 51ms
15
+ ESM dist/cli.mjs 8.83 KB
16
+ ESM dist/index.mjs 7.04 KB
17
+ ESM dist/chunk-S6BZVTWN.mjs 22.19 KB
18
+ ESM ⚡️ Build success in 82ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3717ms
20
+ DTS ⚡️ Build success in 6676ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.65 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.20.4",
3
+ "version": "0.20.5",
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",
@@ -43,7 +43,7 @@
43
43
  "@typescript-eslint/typescript-estree": "^8.53.0",
44
44
  "chalk": "^5.3.0",
45
45
  "commander": "^14.0.0",
46
- "@aiready/core": "0.23.4"
46
+ "@aiready/core": "0.23.6"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",