@aiready/consistency 0.20.14 → 0.20.18

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,5 +1,5 @@
1
1
 
2
- > @aiready/consistency@0.20.14 build /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.18 build /Users/pengcao/projects/aiready/packages/consistency
3
3
  > tsup src/index.ts src/cli.ts --format cjs,esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -16,7 +16,7 @@ CJS dist/cli.js 35.35 KB
16
16
  CJS dist/index.js 33.23 KB
17
17
  CJS ⚡️ Build success in 446ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 17515ms
19
+ DTS ⚡️ Build success in 13773ms
20
20
  DTS dist/cli.d.ts 20.00 B
21
21
  DTS dist/index.d.ts 3.87 KB
22
22
  DTS dist/cli.d.mts 20.00 B
@@ -1,27 +1,28 @@
1
1
 
2
- > @aiready/consistency@0.20.13 test /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.14 test /Users/pengcao/projects/aiready/packages/consistency
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
7
7
 
8
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 6ms
9
- ✓ dist/__tests__/scoring.test.js (8 tests) 6ms
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 15ms
11
- ✓ src/__tests__/provider.test.ts (2 tests) 5ms
12
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
8
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 5ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 9ms
13
11
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 6ms
13
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 18ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 83ms
14
15
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
15
16
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
16
17
 
17
- ✓ src/__tests__/contract.test.ts (1 test) 5ms
18
- ✓ dist/__tests__/language-filter.test.js (3 tests) 12ms
19
- ✓ dist/__tests__/analyzer.test.js (18 tests) 751ms
20
- ✓ src/__tests__/analyzer.test.ts (18 tests) 786ms
21
- ✓ should analyze naming issues  382ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 11ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 927ms
20
+ ✓ should analyze naming issues  404ms
21
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 1138ms
22
+ ✓ should analyze naming issues  607ms
22
23
 
23
24
   Test Files  9 passed (9)
24
25
   Tests  75 passed (75)
25
-  Start at  12:14:15
26
-  Duration  7.54s (transform 10.32s, setup 0ms, import 39.33s, tests 1.59s, environment 8ms)
26
+  Start at  12:24:38
27
+  Duration  5.90s (transform 8.29s, setup 0ms, import 27.31s, tests 2.20s, environment 2ms)
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.20.14",
3
+ "version": "0.20.18",
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.23.15"
46
+ "@aiready/core": "0.23.19"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",