@aiready/consistency 0.20.19 → 0.20.20

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.19 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.20 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 35.35 KB
13
- CJS dist/index.js 33.23 KB
14
- CJS ⚡️ Build success in 171ms
15
- ESM dist/index.mjs 7.04 KB
16
12
  ESM dist/cli.mjs 8.83 KB
17
- ESM dist/chunk-6H3JHDP7.mjs 24.48 KB
18
- ESM ⚡️ Build success in 171ms
13
+ ESM dist/index.mjs 7.04 KB
14
+ ESM dist/chunk-KWQVBF7K.mjs 24.51 KB
15
+ ESM ⚡️ Build success in 532ms
16
+ CJS dist/cli.js 35.38 KB
17
+ CJS dist/index.js 33.27 KB
18
+ CJS ⚡️ Build success in 533ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 6788ms
20
+ DTS ⚡️ Build success in 14235ms
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,31 +1,35 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.20.18 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.19 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) 13ms
10
- ✓ src/__tests__/scope-tracker.test.ts (11 tests) 7ms
11
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 2ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 8ms
10
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 3ms
11
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 198ms
12
+ ✓ src/__tests__/naming.test.ts (5 tests) 34ms
13
+ ✓ src/__tests__/scoring.test.ts (8 tests) 31ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 30ms
15
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 24ms
16
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
17
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 10ms
12
18
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
13
19
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
14
20
 
15
- ✓ src/__tests__/contract.test.ts (1 test) 7ms
16
- ✓ src/__tests__/scoring.test.ts (8 tests) 5ms
17
- ✓ src/__tests__/provider.test.ts (2 tests) 3ms
18
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
19
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
20
- ✓ src/__tests__/naming.test.ts (5 tests) 3ms
21
- ✓ dist/__tests__/language-filter.test.js (3 tests) 47ms
22
- ✓ dist/__tests__/analyzer.test.js (18 tests) 301ms
23
- ✓ src/__tests__/analyzer.test.ts (18 tests) 466ms
24
- ✓ should analyze naming issues  314ms
21
+ ✓ src/__tests__/contract.test.ts (1 test) 204ms
22
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 1357ms
23
+ ✓ should analyze naming issues  534ms
24
+ ✓ should detect minimum severity filtering  499ms
25
+ ✓ should generate relevant recommendations  321ms
26
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 2139ms
27
+ ✓ should analyze naming issues  1242ms
28
+ ✓ should detect minimum severity filtering  627ms
25
29
 
26
30
   Test Files  11 passed (11)
27
31
   Tests  91 passed (91)
28
-  Start at  13:03:45
29
-  Duration  2.65s (transform 1.94s, setup 0ms, import 10.91s, tests 858ms, environment 44ms)
32
+  Start at  23:31:08
33
+  Duration  14.11s (transform 19.90s, setup 0ms, import 87.11s, tests 4.04s, environment 1ms)
30
34
 
31
35
  [?25h