@aiready/consistency 0.18.9 → 0.18.11

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.18.8 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.10 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
- ESM dist/index.mjs 7.17 KB
12
+ CJS dist/cli.js 35.99 KB
13
+ CJS dist/index.js 34.59 KB
14
+ CJS ⚡️ Build success in 132ms
13
15
  ESM dist/cli.mjs 8.83 KB
14
- ESM dist/chunk-IXBC6GVT.mjs 24.93 KB
15
- ESM ⚡️ Build success in 162ms
16
- CJS dist/index.js 34.41 KB
17
- CJS dist/cli.js 35.81 KB
18
- CJS ⚡️ Build success in 163ms
16
+ ESM dist/index.mjs 7.17 KB
17
+ ESM dist/chunk-YCDCIOJN.mjs 25.13 KB
18
+ ESM ⚡️ Build success in 134ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3477ms
20
+ DTS ⚡️ Build success in 4294ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
- DTS dist/index.d.ts 3.46 KB
22
+ DTS dist/index.d.ts 3.48 KB
23
23
  DTS dist/cli.d.mts 20.00 B
24
- DTS dist/index.d.mts 3.46 KB
24
+ DTS dist/index.d.mts 3.48 KB
@@ -1,26 +1,25 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.18.8 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.10 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__/language-filter.test.ts (3 tests) 4ms
11
- ✓ src/__tests__/scoring.test.ts (8 tests) 14ms
12
- ✓ dist/__tests__/language-filter.test.js (3 tests) 17ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 25ms
10
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 5ms
11
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 2ms
12
+ ✓ src/__tests__/scoring.test.ts (8 tests) 38ms
13
13
  stdout | src/__tests__/contract.test.ts
14
- [ToolRegistry#0.04978577184890387] Registering tool: naming-consistency (consistency, naming, standards)
14
+ [ToolRegistry#0.26162408949739646] Registering tool: naming-consistency (consistency, naming, standards)
15
15
 
16
- ✓ src/__tests__/contract.test.ts (1 test) 4ms
17
- ✓ src/__tests__/analyzer.test.ts (18 tests) 570ms
18
- ✓ should analyze naming issues  302ms
19
- ✓ dist/__tests__/analyzer.test.js (18 tests) 535ms
16
+ ✓ src/__tests__/contract.test.ts (1 test) 8ms
17
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 299ms
18
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 295ms
20
19
 
21
20
   Test Files  7 passed (7)
22
21
   Tests  59 passed (59)
23
-  Start at  13:29:31
24
-  Duration  2.74s (transform 2.06s, setup 0ms, import 9.57s, tests 1.15s, environment 0ms)
22
+  Start at  15:49:36
23
+  Duration  2.69s (transform 2.55s, setup 0ms, import 9.85s, tests 672ms, environment 1ms)
25
24
 
26
25
  [?25h