@aiready/consistency 0.8.36 → 0.8.38

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.36 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.38 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
- CJS dist/cli.js 51.74 KB
13
- CJS dist/index.js 56.89 KB
14
- CJS ⚡️ Build success in 241ms
15
- ESM dist/cli.mjs 8.83 KB
16
12
  ESM dist/index.mjs 13.46 KB
13
+ ESM dist/cli.mjs 8.83 KB
17
14
  ESM dist/chunk-J5IFYDVU.mjs 41.75 KB
18
- ESM ⚡️ Build success in 251ms
15
+ ESM ⚡️ Build success in 40ms
16
+ CJS dist/index.js 56.89 KB
17
+ CJS dist/cli.js 51.74 KB
18
+ CJS ⚡️ Build success in 40ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4860ms
20
+ DTS ⚡️ Build success in 3481ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.43 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,27 +1,25 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.8.34 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.38 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) 17ms
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 20ms
11
- ✓ dist/__tests__/language-filter.test.js (3 tests) 14ms
12
- ✓ src/__tests__/language-filter.test.ts (3 tests) 65ms
13
- ✓ src/__tests__/analyzer.test.ts (18 tests) 4963ms
14
- ✓ should analyze naming issues  1922ms
15
- ✓ should detect minimum severity filtering  1275ms
16
- ✓ should generate relevant recommendations  1761ms
17
- ✓ dist/__tests__/analyzer.test.js (18 tests) 5053ms
18
- ✓ should analyze naming issues  1838ms
19
- ✓ should detect minimum severity filtering  1767ms
20
- ✓ should generate relevant recommendations  1288ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 13ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 120ms
11
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 59ms
12
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 10ms
13
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 892ms
14
+ ✓ should analyze naming issues  405ms
15
+ ✓ should detect minimum severity filtering  366ms
16
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 1208ms
17
+ ✓ should analyze naming issues  581ms
18
+ ✓ should detect minimum severity filtering  421ms
21
19
 
22
20
   Test Files  6 passed (6)
23
21
   Tests  58 passed (58)
24
-  Start at  00:56:32
25
-  Duration  13.62s (transform 11.16s, setup 0ms, import 33.40s, tests 10.13s, environment 1ms)
22
+  Start at  23:46:50
23
+  Duration  4.00s (transform 1.68s, setup 0ms, import 8.87s, tests 2.30s, environment 1ms)
26
24
 
27
25
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.8.36",
3
+ "version": "0.8.38",
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.37"
46
+ "@aiready/core": "0.9.39"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",