@aiready/consistency 0.20.0 → 0.20.2

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.19.0 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.2 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,16 +9,16 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 32.47 KB
13
- CJS dist/cli.js 34.45 KB
14
- CJS ⚡️ Build success in 89ms
15
- ESM dist/index.mjs 7.17 KB
16
- ESM dist/chunk-FEJODRK5.mjs 23.63 KB
12
+ ESM dist/index.mjs 7.04 KB
13
+ ESM dist/chunk-UMBBTNQN.mjs 23.87 KB
17
14
  ESM dist/cli.mjs 8.83 KB
18
- ESM ⚡️ Build success in 89ms
15
+ ESM ⚡️ Build success in 203ms
16
+ CJS dist/cli.js 34.69 KB
17
+ CJS dist/index.js 32.58 KB
18
+ CJS ⚡️ Build success in 203ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2587ms
20
+ DTS ⚡️ Build success in 3857ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
- DTS dist/index.d.ts 3.49 KB
22
+ DTS dist/index.d.ts 3.54 KB
23
23
  DTS dist/cli.d.mts 20.00 B
24
- DTS dist/index.d.mts 3.49 KB
24
+ DTS dist/index.d.mts 3.54 KB
@@ -1,29 +1,27 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.19.0 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.1 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) 5ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 6ms
10
10
  Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
11
- ✓ src/__tests__/provider.test.ts (2 tests) 7ms
12
- ✓ dist/__tests__/language-filter.test.js (3 tests) 7ms
13
- ✓ src/__tests__/language-filter.test.ts (3 tests) 21ms
14
- ✓ src/__tests__/scoring.test.ts (8 tests) 5ms
11
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 6ms
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
13
+ ✓ src/__tests__/scoring.test.ts (8 tests) 20ms
14
+ ✓ src/__tests__/provider.test.ts (2 tests) 12ms
15
15
  stderr | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
16
16
  Consistency: Failed to analyze file1.ts: Error: ENOENT: no such file or directory, open 'file1.ts'
17
17
 
18
- ✓ src/__tests__/contract.test.ts (1 test) 10ms
19
- ✓ dist/__tests__/analyzer.test.js (18 tests) 740ms
20
- ✓ should analyze naming issues  352ms
21
- ✓ src/__tests__/analyzer.test.ts (18 tests) 744ms
22
- ✓ should analyze naming issues  522ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 12ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 538ms
20
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 409ms
23
21
 
24
22
   Test Files  8 passed (8)
25
23
   Tests  61 passed (61)
26
-  Start at  16:14:20
27
-  Duration  4.06s (transform 6.69s, setup 0ms, import 18.45s, tests 1.54s, environment 1ms)
24
+  Start at  02:00:17
25
+  Duration  3.44s (transform 3.36s, setup 0ms, import 14.62s, tests 1.01s, environment 1ms)
28
26
 
29
27
  [?25h