@aiready/consistency 0.8.18 → 0.8.20

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.8.18 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.20 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
@@ -12,12 +12,12 @@
12
12
  ESM dist/cli.mjs 8.76 KB
13
13
  ESM dist/index.mjs 12.69 KB
14
14
  ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
15
- ESM ⚡️ Build success in 135ms
16
- CJS dist/cli.js 50.90 KB
15
+ ESM ⚡️ Build success in 361ms
17
16
  CJS dist/index.js 55.33 KB
18
- CJS ⚡️ Build success in 136ms
17
+ CJS dist/cli.js 50.90 KB
18
+ CJS ⚡️ Build success in 361ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2264ms
20
+ DTS ⚡️ Build success in 12104ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.27 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,23 +1,26 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.8.18 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.20 test /Users/pengcao/projects/aiready/packages/consistency
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
8
8
 
9
- ✓ dist/__tests__/scoring.test.js (8 tests) 42ms
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 22ms
11
- ✓ dist/__tests__/language-filter.test.js (3 tests) 3ms
12
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
13
- ✓ src/__tests__/analyzer.test.ts (18 tests) 475ms
14
- ✓ should analyze naming issues  317ms
15
- ✓ dist/__tests__/analyzer.test.js (18 tests) 574ms
16
- ✓ should analyze naming issues  364ms
9
+ ✓ src/__tests__/scoring.test.ts (8 tests) 20ms
10
+ ✓ dist/__tests__/scoring.test.js (8 tests) 13ms
11
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 1846ms
12
+ ✓ should analyze naming issues  838ms
13
+ ✓ should detect minimum severity filtering  438ms
14
+ ✓ should generate relevant recommendations  565ms
15
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 55ms
16
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 25ms
17
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 1723ms
18
+ ✓ should analyze naming issues  933ms
19
+ ✓ should detect minimum severity filtering  362ms
17
20
 
18
21
   Test Files  6 passed (6)
19
22
   Tests  58 passed (58)
20
-  Start at  15:04:24
21
-  Duration  2.39s (transform 1.55s, setup 0ms, import 6.43s, tests 1.12s, environment 1ms)
23
+  Start at  15:34:38
24
+  Duration  10.03s (transform 8.63s, setup 0ms, import 21.47s, tests 3.68s, environment 1ms)
22
25
 
23
26
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.8.18",
3
+ "version": "0.8.20",
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.9.18"
46
+ "@aiready/core": "0.9.20"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",