@aiready/consistency 0.6.4 → 0.6.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.6.4 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.6.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/cli.mjs 8.55 KB
13
- ESM dist/index.mjs 14.04 KB
14
12
  ESM dist/chunk-ON73WHHU.mjs 34.85 KB
15
- ESM ⚡️ Build success in 16ms
13
+ ESM dist/index.mjs 14.04 KB
14
+ ESM dist/cli.mjs 8.55 KB
15
+ ESM ⚡️ Build success in 40ms
16
16
  CJS dist/cli.js 45.11 KB
17
17
  CJS dist/index.js 50.15 KB
18
- CJS ⚡️ Build success in 16ms
18
+ CJS ⚡️ Build success in 40ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 999ms
20
+ DTS ⚡️ Build success in 1037ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.73 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.6.4 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.6.5 test /Users/pengcao/projects/aiready/packages/consistency
4
4
  > vitest run
5
5
 
6
6
 
@@ -25,7 +25,7 @@
25
25
  · should generate relevant recommendations
26
26
  · should suggest standardizing error handling
27
27
  · should suggest using async/await consistently
28
- [?25l[?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ should detect single letter variables
28
+ [?25l[?25l[?25l[?25l[?25l[?25l[?25l ✓ should detect single letter variables
29
29
  ✓ should NOT flag acceptable abbreviations
30
30
  ✓ should NOT flag common short English words
31
31
  ✓ should detect snake_case in TypeScript files
@@ -71,7 +71,7 @@
71
71
 
72
72
   Test Files  1 passed (1)
73
73
   Tests  18 passed (18)
74
-  Start at  17:32:18
75
-  Duration  741ms (transform 120ms, setup 0ms, collect 301ms, tests 146ms, environment 0ms, prepare 83ms)
74
+  Start at  01:15:32
75
+  Duration  615ms (transform 90ms, setup 0ms, collect 263ms, tests 130ms, environment 0ms, prepare 47ms)
76
76
 
77
77
  [?25h[?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.6.4",
3
+ "version": "0.6.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": "^12.1.0",
46
- "@aiready/core": "0.7.3"
46
+ "@aiready/core": "0.7.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^22.10.5",