@aiready/consistency 0.20.2 → 0.20.4

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.20.2 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.4 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
@@ -10,15 +10,15 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  ESM dist/index.mjs 7.04 KB
13
- ESM dist/chunk-UMBBTNQN.mjs 23.87 KB
13
+ ESM dist/chunk-S6BZVTWN.mjs 22.19 KB
14
14
  ESM dist/cli.mjs 8.83 KB
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
15
+ ESM ⚡️ Build success in 62ms
16
+ CJS dist/index.js 30.95 KB
17
+ CJS dist/cli.js 33.06 KB
18
+ CJS ⚡️ Build success in 62ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3857ms
20
+ DTS ⚡️ Build success in 3717ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
- DTS dist/index.d.ts 3.54 KB
22
+ DTS dist/index.d.ts 3.65 KB
23
23
  DTS dist/cli.d.mts 20.00 B
24
- DTS dist/index.d.mts 3.54 KB
24
+ DTS dist/index.d.mts 3.65 KB
@@ -1,17 +1,24 @@
1
-
2
- 
3
- > @aiready/consistency@0.16.5 lint /Users/pengcao/projects/aiready/packages/consistency
4
- > eslint src
5
-
6
- 
7
- /Users/pengcao/projects/aiready/packages/consistency/src/analyzers/naming-ast.ts
8
- 7:3 warning 'getFunctionName' is defined but never used @typescript-eslint/no-unused-vars
9
- 9:3 warning 'isCoverageContext' is defined but never used @typescript-eslint/no-unused-vars
10
- 157:17 warning 'node' is assigned a value but never used @typescript-eslint/no-unused-vars
11
-
12
- /Users/pengcao/projects/aiready/packages/consistency/src/analyzers/patterns.ts
13
- 16:9 warning 'catchPattern' is assigned a value but never used @typescript-eslint/no-unused-vars
14
- 42:9 warning 'totalFiles' is assigned a value but never used @typescript-eslint/no-unused-vars
15
-
16
- ✖ 5 problems (0 errors, 5 warnings)
17
- 
1
+
2
+ > @aiready/consistency@0.20.2 lint /Users/pengcao/projects/aiready/packages/consistency
3
+ > eslint src
4
+
5
+
6
+ /Users/pengcao/projects/aiready/packages/consistency/src/analyzer.ts
7
+ 5:3 warning 'GLOBAL_SCAN_OPTIONS' is defined but never used @typescript-eslint/no-unused-vars
8
+ 8:31 warning 'Issue' is defined but never used @typescript-eslint/no-unused-vars
9
+
10
+ /Users/pengcao/projects/aiready/packages/consistency/src/analyzers/naming-ast.ts
11
+ 7:3 warning 'getFunctionName' is defined but never used @typescript-eslint/no-unused-vars
12
+ 9:3 warning 'isCoverageContext' is defined but never used @typescript-eslint/no-unused-vars
13
+ 157:17 warning 'node' is assigned a value but never used @typescript-eslint/no-unused-vars
14
+
15
+ /Users/pengcao/projects/aiready/packages/consistency/src/analyzers/naming-generalized.ts
16
+ 8:31 warning 'IssueType' is defined but never used @typescript-eslint/no-unused-vars
17
+ 34:15 warning 'typeName' is assigned a value but never used @typescript-eslint/no-unused-vars
18
+
19
+ /Users/pengcao/projects/aiready/packages/consistency/src/analyzers/patterns.ts
20
+ 16:9 warning 'catchPattern' is assigned a value but never used @typescript-eslint/no-unused-vars
21
+ 42:9 warning 'totalFiles' is assigned a value but never used @typescript-eslint/no-unused-vars
22
+
23
+ ✖ 9 problems (0 errors, 9 warnings)
24
+
@@ -1,27 +1,27 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.20.1 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.20.3 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) 6ms
10
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
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
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 3ms
15
10
  stderr | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
16
11
  Consistency: Failed to analyze file1.ts: Error: ENOENT: no such file or directory, open 'file1.ts'
17
12
 
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
13
+ ✓ src/__tests__/contract.test.ts (1 test) 6ms
14
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 7ms
15
+ ✓ src/__tests__/provider.test.ts (2 tests) 7ms
16
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
17
+ ✓ src/__tests__/scoring.test.ts (8 tests) 5ms
18
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
19
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 190ms
20
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 236ms
21
21
 
22
22
   Test Files  8 passed (8)
23
23
   Tests  61 passed (61)
24
-  Start at  02:00:17
25
-  Duration  3.44s (transform 3.36s, setup 0ms, import 14.62s, tests 1.01s, environment 1ms)
24
+  Start at  10:36:28
25
+  Duration  1.30s (transform 1.29s, setup 0ms, import 4.87s, tests 458ms, environment 1ms)
26
26
 
27
27
  [?25h