@aiready/consistency 0.20.12 → 0.20.14

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.12 build /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.14 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
@@ -9,14 +9,14 @@ CLI Target: es2020
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  ESM dist/cli.mjs 8.83 KB
12
- ESM dist/chunk-TE6JYZD3.mjs 23.58 KB
12
+ ESM dist/chunk-6H3JHDP7.mjs 24.48 KB
13
13
  ESM dist/index.mjs 7.04 KB
14
- ESM ⚡️ Build success in 114ms
15
- CJS dist/index.js 32.34 KB
16
- CJS dist/cli.js 34.45 KB
17
- CJS ⚡️ Build success in 114ms
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 8839ms
19
+ DTS ⚡️ Build success in 17515ms
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,29 +1,27 @@
1
1
 
2
- > @aiready/consistency@0.20.11 test /Users/pengcao/projects/aiready/packages/consistency
2
+ > @aiready/consistency@0.20.13 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) 17ms
8
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 6ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 6ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 15ms
11
+ ✓ src/__tests__/provider.test.ts (2 tests) 5ms
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
9
13
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
10
- ✓ src/__tests__/language-filter.test.ts (3 tests) 18ms
11
- ✓ dist/__tests__/language-filter.test.js (3 tests) 176ms
12
14
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
13
15
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
14
16
 
15
17
  ✓ src/__tests__/contract.test.ts (1 test) 5ms
16
- ✓ src/__tests__/provider.test.ts (2 tests) 3ms
17
- ✓ src/__tests__/scoring.test.ts (8 tests) 11ms
18
- ✓ dist/__tests__/analyzer.test.js (18 tests) 1235ms
19
- ✓ should analyze naming issues  650ms
20
- ✓ should detect minimum severity filtering  397ms
21
- ✓ src/__tests__/analyzer.test.ts (18 tests) 1606ms
22
- ✓ should analyze naming issues  967ms
23
- ✓ should generate relevant recommendations  420ms
18
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 12ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 751ms
20
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 786ms
21
+ ✓ should analyze naming issues  382ms
24
22
 
25
-  Test Files  8 passed (8)
26
-  Tests  61 passed (61)
27
-  Start at  16:30:27
28
-  Duration  4.81s (transform 4.06s, setup 0ms, import 16.19s, tests 3.07s, environment 1ms)
23
+  Test Files  9 passed (9)
24
+  Tests  75 passed (75)
25
+  Start at  12:14:15
26
+  Duration  7.54s (transform 10.32s, setup 0ms, import 39.33s, tests 1.59s, environment 8ms)
29
27