@aiready/consistency 0.20.21 → 0.20.22

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.21 build /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.22 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
@@ -8,15 +8,15 @@ CLI tsup v8.5.1
8
8
  CLI Target: es2020
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/cli.js 38.51 KB
12
- CJS dist/index.js 32.86 KB
13
- CJS ⚡️ Build success in 103ms
14
- ESM dist/index.mjs 3.50 KB
15
- ESM dist/cli.mjs 8.83 KB
16
11
  ESM dist/chunk-CLWNLHDB.mjs 27.68 KB
17
- ESM ⚡️ Build success in 107ms
12
+ ESM dist/cli.mjs 8.83 KB
13
+ ESM dist/index.mjs 3.50 KB
14
+ ESM ⚡️ Build success in 263ms
15
+ CJS dist/index.js 32.86 KB
16
+ CJS dist/cli.js 38.51 KB
17
+ CJS ⚡️ Build success in 275ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 11627ms
19
+ DTS ⚡️ Build success in 4007ms
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,28 +1,28 @@
1
1
 
2
- > @aiready/consistency@0.20.20 test /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.21 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__/scope-tracker.test.ts (11 tests) 21ms
9
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 4ms
10
- ✓ dist/__tests__/scoring.test.js (8 tests) 15ms
11
- ✓ src/__tests__/language-filter.test.ts (3 tests) 7ms
8
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 7ms
9
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 4ms
10
+ ✓ dist/__tests__/scoring.test.js (8 tests) 4ms
12
11
  ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
13
12
  ✓ src/__tests__/naming.test.ts (5 tests) 3ms
14
- ✓ src/__tests__/analyzer.test.ts (18 tests) 266ms
15
- ✓ src/__tests__/provider.test.ts (2 tests) 6ms
16
13
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
14
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
15
+ ✓ src/__tests__/provider.test.ts (2 tests) 3ms
17
16
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
18
17
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
19
18
 
20
- ✓ src/__tests__/contract.test.ts (1 test) 5ms
21
- ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
22
- ✓ dist/__tests__/analyzer.test.js (18 tests) 563ms
19
+ ✓ src/__tests__/contract.test.ts (1 test) 4ms
20
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 5ms
21
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 141ms
22
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 202ms
23
23
 
24
24
   Test Files  11 passed (11)
25
25
   Tests  91 passed (91)
26
-  Start at  19:03:34
27
-  Duration  2.94s (transform 4.47s, setup 0ms, import 13.64s, tests 896ms, environment 1ms)
26
+  Start at  19:39:22
27
+  Duration  1.32s (transform 2.57s, setup 0ms, import 6.79s, tests 378ms, environment 1ms)
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.20.21",
3
+ "version": "0.20.22",
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.22"
46
+ "@aiready/core": "0.23.23"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",