@aiready/consistency 0.20.9 → 0.20.11

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.20.9 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.11 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/index.js 32.34 KB
13
- CJS dist/cli.js 34.45 KB
14
- CJS ⚡️ Build success in 136ms
15
12
  ESM dist/index.mjs 7.04 KB
16
- ESM dist/chunk-TE6JYZD3.mjs 23.58 KB
17
13
  ESM dist/cli.mjs 8.83 KB
18
- ESM ⚡️ Build success in 136ms
14
+ ESM dist/chunk-TE6JYZD3.mjs 23.58 KB
15
+ ESM ⚡️ Build success in 284ms
16
+ CJS dist/cli.js 34.45 KB
17
+ CJS dist/index.js 32.34 KB
18
+ CJS ⚡️ Build success in 284ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 5345ms
20
+ DTS ⚡️ Build success in 5562ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.87 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,27 +1,28 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.20.8 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.10 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) 5ms
10
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
11
- ✓ dist/__tests__/language-filter.test.js (3 tests) 5ms
12
- ✓ src/__tests__/scoring.test.ts (8 tests) 7ms
13
- ✓ src/__tests__/provider.test.ts (2 tests) 4ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
14
10
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 12ms
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 6ms
13
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 6ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 12ms
15
15
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
16
16
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
17
17
 
18
- ✓ src/__tests__/contract.test.ts (1 test) 4ms
19
- ✓ dist/__tests__/analyzer.test.js (18 tests) 521ms
20
- ✓ src/__tests__/analyzer.test.ts (18 tests) 710ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 6ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 438ms
20
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 479ms
21
+ ✓ should analyze naming issues  312ms
21
22
 
22
23
   Test Files  8 passed (8)
23
24
   Tests  61 passed (61)
24
-  Start at  00:01:55
25
-  Duration  3.29s (transform 5.08s, setup 0ms, import 14.10s, tests 1.26s, environment 1ms)
25
+  Start at  00:25:35
26
+  Duration  2.44s (transform 3.21s, setup 0ms, import 10.78s, tests 962ms, environment 1ms)
26
27
 
27
28
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.20.9",
3
+ "version": "0.20.11",
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.10"
46
+ "@aiready/core": "0.23.12"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",