@aiready/consistency 0.21.19 → 0.21.21

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,2 +1,24 @@
1
1
 
2
- 
2
+ 
3
+ > @aiready/consistency@0.21.21 build /Users/pengcao/projects/aiready/packages/consistency
4
+ > tsup src/index.ts src/cli.ts --format cjs,esm --dts
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
+ CJS dist/cli.js 42.76 KB
13
+ CJS dist/index.js 37.22 KB
14
+ CJS ⚡️ Build success in 182ms
15
+ ESM dist/cli.mjs 8.85 KB
16
+ ESM dist/chunk-72LXOO4N.mjs 32.33 KB
17
+ ESM dist/index.mjs 3.29 KB
18
+ ESM ⚡️ Build success in 183ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 2027ms
21
+ DTS dist/cli.d.ts 20.00 B
22
+ DTS dist/index.d.ts 3.96 KB
23
+ DTS dist/cli.d.mts 20.00 B
24
+ DTS dist/index.d.mts 3.96 KB
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.18 format-check /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.21 format-check /Users/pengcao/projects/aiready/packages/consistency
4
4
  > prettier --check . --ignore-path ../../.prettierignore
5
5
 
6
6
  Checking formatting...
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.15 lint:fix /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.20 lint:fix /Users/pengcao/projects/aiready/packages/consistency
4
4
  > eslint . --fix
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.18 lint /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.21 lint /Users/pengcao/projects/aiready/packages/consistency
4
4
  > eslint src
5
5
 
@@ -1,6 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.18 type-check /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.21 type-check /Users/pengcao/projects/aiready/packages/consistency
4
4
  > tsc --noEmit
5
5
 
6
-  ELIFECYCLE  Command failed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.21.19",
3
+ "version": "0.21.21",
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.58.0",
44
44
  "chalk": "^5.6.2",
45
45
  "commander": "^14.0.3",
46
- "@aiready/core": "0.24.22"
46
+ "@aiready/core": "0.24.24"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.12.2",