@aiready/consistency 0.20.13 → 0.20.18

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.13 build /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.18 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 34.64 KB
12
- CJS dist/index.js 32.53 KB
13
- CJS ⚡️ Build success in 565ms
14
11
  ESM dist/cli.mjs 8.83 KB
15
- ESM dist/chunk-LSXZH6X6.mjs 23.77 KB
12
+ ESM dist/chunk-6H3JHDP7.mjs 24.48 KB
16
13
  ESM dist/index.mjs 7.04 KB
17
- ESM ⚡️ Build success in 584ms
14
+ ESM ⚡️ Build success in 446ms
15
+ CJS dist/cli.js 35.35 KB
16
+ CJS dist/index.js 33.23 KB
17
+ CJS ⚡️ Build success in 446ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 11169ms
19
+ DTS ⚡️ Build success in 13773ms
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,32 +1,28 @@
1
1
 
2
- > @aiready/consistency@0.20.12 test /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.14 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__/naming-constants.test.ts (14 tests) 4ms
9
- ✓ dist/__tests__/scoring.test.js (8 tests) 36ms
10
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
8
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 5ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 9ms
11
11
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
12
- ✓ 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) 18ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 83ms
13
15
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
14
16
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
15
17
 
16
- ✓ dist/__tests__/language-filter.test.js (3 tests) 7ms
17
- ✓ src/__tests__/contract.test.ts (1 test) 22ms
18
- ✓ src/__tests__/provider.test.ts (2 tests) 19ms
19
- ✓ src/__tests__/analyzer.test.ts (18 tests) 2253ms
20
- ✓ should analyze naming issues  1241ms
21
- ✓ should detect minimum severity filtering  564ms
22
- ✓ should generate relevant recommendations  443ms
23
- ✓ dist/__tests__/analyzer.test.js (18 tests) 2456ms
24
- ✓ should analyze naming issues  771ms
25
- ✓ should detect minimum severity filtering  621ms
26
- ✓ should generate relevant recommendations  1057ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 11ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 927ms
20
+ ✓ should analyze naming issues  404ms
21
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 1138ms
22
+ ✓ should analyze naming issues  607ms
27
23
 
28
24
   Test Files  9 passed (9)
29
25
   Tests  75 passed (75)
30
-  Start at  10:44:29
31
-  Duration  5.77s (transform 3.42s, setup 0ms, import 20.19s, tests 4.81s, environment 3ms)
26
+  Start at  12:24:38
27
+  Duration  5.90s (transform 8.29s, setup 0ms, import 27.31s, tests 2.20s, environment 2ms)
32
28