@aiready/consistency 0.20.6 → 0.20.8

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.6 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.8 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
- ESM dist/cli.mjs 8.83 KB
12
+ CJS dist/cli.js 34.45 KB
13
+ CJS dist/index.js 32.34 KB
14
+ CJS ⚡️ Build success in 170ms
13
15
  ESM dist/index.mjs 7.04 KB
14
- ESM dist/chunk-S6BZVTWN.mjs 22.19 KB
15
- ESM ⚡️ Build success in 120ms
16
- CJS dist/cli.js 33.06 KB
17
- CJS dist/index.js 30.95 KB
18
- CJS ⚡️ Build success in 120ms
16
+ ESM dist/cli.mjs 8.83 KB
17
+ ESM dist/chunk-TE6JYZD3.mjs 23.58 KB
18
+ ESM ⚡️ Build success in 170ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2903ms
20
+ DTS ⚡️ Build success in 6884ms
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,29 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.20.5 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.7 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) 19ms
10
- ✓ src/__tests__/provider.test.ts (2 tests) 3ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 33ms
12
- ✓ src/__tests__/language-filter.test.ts (3 tests) 34ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 16ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
13
11
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
14
- stderr | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
15
- Consistency: Failed to analyze file1.ts: Error: ENOENT: no such file or directory, open 'file1.ts'
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
13
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 18ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 26ms
15
+ stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
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) 8ms
18
- ✓ dist/__tests__/language-filter.test.js (3 tests) 8ms
19
- ✓ src/__tests__/analyzer.test.ts (18 tests) 1247ms
20
- ✓ should analyze naming issues  713ms
21
- ✓ should generate relevant recommendations  409ms
22
- ✓ dist/__tests__/analyzer.test.js (18 tests) 1196ms
23
- ✓ should analyze naming issues  611ms
24
- ✓ should detect minimum severity filtering  314ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 3ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 767ms
20
+ ✓ should analyze naming issues  355ms
21
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 970ms
22
+ ✓ should analyze naming issues  603ms
25
23
 
26
24
   Test Files  8 passed (8)
27
25
   Tests  61 passed (61)
28
-  Start at  10:12:34
29
-  Duration  6.71s (transform 7.21s, setup 0ms, import 27.92s, tests 2.55s, environment 1ms)
26
+  Start at  23:50:17
27
+  Duration  4.16s (transform 6.21s, setup 0ms, import 15.30s, tests 1.81s, environment 6ms)
30
28
 
31
29
  [?25h