@aiready/consistency 0.16.0 → 0.16.3

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.15.0 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.16.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 56.89 KB
13
- CJS dist/cli.js 51.74 KB
14
- CJS ⚡️ Build success in 99ms
15
- ESM dist/chunk-J5IFYDVU.mjs 41.75 KB
12
+ CJS dist/cli.js 35.77 KB
13
+ CJS dist/index.js 33.20 KB
14
+ CJS ⚡️ Build success in 133ms
15
+ ESM dist/index.mjs 6.06 KB
16
16
  ESM dist/cli.mjs 8.83 KB
17
- ESM dist/index.mjs 13.46 KB
18
- ESM ⚡️ Build success in 122ms
17
+ ESM dist/chunk-HJCP36VW.mjs 24.89 KB
18
+ ESM ⚡️ Build success in 133ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3631ms
20
+ DTS ⚡️ Build success in 2062ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
- DTS dist/index.d.ts 3.43 KB
22
+ DTS dist/index.d.ts 3.34 KB
23
23
  DTS dist/cli.d.mts 20.00 B
24
- DTS dist/index.d.mts 3.43 KB
24
+ DTS dist/index.d.mts 3.34 KB
@@ -1,22 +1,24 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.15.0 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.16.2 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
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
11
- ✓ src/__tests__/language-filter.test.ts (3 tests) 6ms
12
- ✓ src/__tests__/contract.test.ts (1 test) 2ms
13
- ✓ dist/__tests__/language-filter.test.js (3 tests) 5ms
14
- ✓ src/__tests__/analyzer.test.ts (18 tests) 486ms
15
- ✓ dist/__tests__/analyzer.test.js (18 tests) 485ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 4ms
10
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 8ms
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 6ms
12
+ ✓ src/__tests__/contract.test.ts (1 test) 14ms
13
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
14
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 592ms
15
+ ✓ should analyze naming issues  406ms
16
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 620ms
17
+ ✓ should analyze naming issues  376ms
16
18
 
17
19
   Test Files  7 passed (7)
18
20
   Tests  59 passed (59)
19
-  Start at  16:12:21
20
-  Duration  2.76s (transform 1.80s, setup 0ms, import 8.78s, tests 993ms, environment 1ms)
21
+  Start at  20:23:03
22
+  Duration  3.42s (transform 2.39s, setup 0ms, import 13.08s, tests 1.25s, environment 1ms)
21
23
 
22
24
  [?25h