@aiready/consistency 0.8.30 → 0.8.31

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.30 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.31 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/chunk-YEHXYHGY.mjs 40.95 KB
12
13
  ESM dist/index.mjs 12.92 KB
13
14
  ESM dist/cli.mjs 8.76 KB
14
- ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
15
- ESM ⚡️ Build success in 168ms
15
+ ESM ⚡️ Build success in 2289ms
16
16
  CJS dist/cli.js 50.90 KB
17
17
  CJS dist/index.js 55.56 KB
18
- CJS ⚡️ Build success in 205ms
18
+ CJS ⚡️ Build success in 2289ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 9020ms
20
+ DTS ⚡️ Build success in 82348ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.41 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,24 +1,27 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.8.30 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.31 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) 3ms
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 7ms
11
- ✓ src/__tests__/language-filter.test.ts (3 tests) 5ms
12
- ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
13
- ✓ dist/__tests__/analyzer.test.js (18 tests) 1061ms
14
- ✓ should analyze naming issues  494ms
15
- ✓ should detect minimum severity filtering  372ms
16
- ✓ src/__tests__/analyzer.test.ts (18 tests) 1009ms
17
- ✓ should analyze naming issues  673ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 9ms
10
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 7ms
11
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 6ms
12
+ ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
13
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 6005ms
14
+ ✓ should analyze naming issues  3516ms
15
+ ✓ should detect minimum severity filtering  1129ms
16
+ ✓ should generate relevant recommendations  1332ms
17
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 5904ms
18
+ ✓ should analyze naming issues  2949ms
19
+ ✓ should detect minimum severity filtering  1546ms
20
+ ✓ should generate relevant recommendations  1400ms
18
21
 
19
22
   Test Files  6 passed (6)
20
23
   Tests  58 passed (58)
21
-  Start at  13:04:30
22
-  Duration  4.31s (transform 3.85s, setup 0ms, import 13.17s, tests 2.09s, environment 4ms)
24
+  Start at  14:39:20
25
+  Duration  19.55s (transform 18.33s, setup 0ms, import 45.53s, tests 11.93s, environment 6ms)
23
26
 
24
27
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.8.30",
3
+ "version": "0.8.31",
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.31"
46
+ "@aiready/core": "0.9.32"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",