@aiready/consistency 0.21.4 → 0.21.6

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.21.4 build /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.21.6 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/index.js 35.42 KB
12
- CJS dist/cli.js 41.01 KB
13
- CJS ⚡️ Build success in 49ms
11
+ ESM dist/index.mjs 3.26 KB
14
12
  ESM dist/cli.mjs 8.85 KB
15
- ESM dist/index.mjs 3.27 KB
16
- ESM dist/chunk-ZG3KFSD3.mjs 30.58 KB
17
- ESM ⚡️ Build success in 49ms
13
+ ESM dist/chunk-7DKVZNY7.mjs 30.66 KB
14
+ ESM ⚡️ Build success in 169ms
15
+ CJS dist/cli.js 41.09 KB
16
+ CJS dist/index.js 35.50 KB
17
+ CJS ⚡️ Build success in 169ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2063ms
19
+ DTS ⚡️ Build success in 11907ms
20
20
  DTS dist/cli.d.ts 20.00 B
21
21
  DTS dist/index.d.ts 3.94 KB
22
22
  DTS dist/cli.d.mts 20.00 B
@@ -1,29 +1,33 @@
1
1
 
2
- > @aiready/consistency@0.21.3 test /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.21.5 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
- ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
9
- ✓ src/__tests__/scope-tracker.test.ts (11 tests) 3ms
10
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 2ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 4ms
12
- ✓ src/__tests__/provider.test.ts (2 tests) 6ms
8
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 58ms
9
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 19ms
10
+ ✓ dist/__tests__/scoring.test.js (8 tests) 8ms
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 5ms
12
+ ✓ src/__tests__/naming.test.ts (5 tests) 6ms
13
+ ✓ src/__tests__/provider.test.ts (2 tests) 3ms
13
14
  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) 14ms
15
- ✓ src/__tests__/naming.test.ts (5 tests) 7ms
15
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 11ms
16
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 96ms
16
17
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
17
18
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
18
19
 
19
- ✓ src/__tests__/contract.test.ts (1 test) 34ms
20
- ✓ dist/__tests__/language-filter.test.js (3 tests) 8ms
21
- ✓ dist/__tests__/analyzer.test.js (18 tests) 726ms
22
- ✓ src/__tests__/analyzer.test.ts (21 tests) 1164ms
23
- ✓ should analyze naming issues  451ms
20
+ ✓ src/__tests__/contract.test.ts (1 test) 72ms
21
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 837ms
22
+ ✓ should analyze naming issues  409ms
23
+ ✓ src/__tests__/analyzer.test.ts (21 tests) 1443ms
24
+ ✓ should analyze naming issues  645ms
25
+ ✓ should detect minimum severity filtering  336ms
26
+ ✓ src/__tests__/naming-dotted.test.ts (2 tests) 2457ms
27
+ ✓ should NOT flag dotted identifiers in Python imports  2455ms
24
28
 
25
-  Test Files  11 passed (11)
26
-  Tests  94 passed (94)
27
-  Start at  18:49:06
28
-  Duration  3.53s (transform 3.85s, setup 0ms, import 15.55s, tests 1.97s, environment 1ms)
29
+  Test Files  12 passed (12)
30
+  Tests  96 passed (96)
31
+  Start at  20:27:24
32
+  Duration  7.11s (transform 8.86s, setup 0ms, import 34.22s, tests 5.02s, environment 1ms)
29
33