@aiready/consistency 0.20.14 → 0.20.19

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,23 +1,24 @@
1
-
2
- > @aiready/consistency@0.20.14 build /Users/pengcao/projects/aiready/packages/consistency
3
- > tsup src/index.ts src/cli.ts --format cjs,esm --dts
4
-
5
- CLI Building entry: src/cli.ts, src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Target: es2020
9
- CJS Build start
10
- ESM Build start
11
- ESM dist/cli.mjs 8.83 KB
12
- ESM dist/chunk-6H3JHDP7.mjs 24.48 KB
13
- ESM dist/index.mjs 7.04 KB
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
- DTS Build start
19
- DTS ⚡️ Build success in 17515ms
20
- DTS dist/cli.d.ts 20.00 B
21
- DTS dist/index.d.ts 3.87 KB
22
- DTS dist/cli.d.mts 20.00 B
23
- DTS dist/index.d.mts 3.87 KB
1
+
2
+ 
3
+ > @aiready/consistency@0.20.19 build /Users/pengcao/projects/aiready/packages/consistency
4
+ > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
+
6
+ CLI Building entry: src/cli.ts, src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.1
9
+ CLI Target: es2020
10
+ CJS Build start
11
+ ESM Build start
12
+ CJS dist/cli.js 35.35 KB
13
+ CJS dist/index.js 33.23 KB
14
+ CJS ⚡️ Build success in 171ms
15
+ ESM dist/index.mjs 7.04 KB
16
+ ESM dist/cli.mjs 8.83 KB
17
+ ESM dist/chunk-6H3JHDP7.mjs 24.48 KB
18
+ ESM ⚡️ Build success in 171ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 6788ms
21
+ DTS dist/cli.d.ts 20.00 B
22
+ DTS dist/index.d.ts 3.87 KB
23
+ DTS dist/cli.d.mts 20.00 B
24
+ DTS dist/index.d.mts 3.87 KB
@@ -1,24 +1,5 @@
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
+
2
+ 
3
+ > @aiready/consistency@0.20.18 lint /Users/pengcao/projects/aiready/packages/consistency
4
+ > eslint src
5
+
@@ -1,27 +1,31 @@
1
-
2
- > @aiready/consistency@0.20.13 test /Users/pengcao/projects/aiready/packages/consistency
3
- > vitest run
4
-
5
-
6
-  RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
7
-
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
13
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
14
- stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
15
- Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
16
-
17
- ✓ src/__tests__/contract.test.ts (1 test) 5ms
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
22
-
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)
27
-
1
+
2
+ 
3
+ > @aiready/consistency@0.20.18 test /Users/pengcao/projects/aiready/packages/consistency
4
+ > vitest run
5
+
6
+ [?25l
7
+  RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/consistency
8
+
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 13ms
10
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 7ms
11
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 2ms
12
+ stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
13
+ Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
14
+
15
+ ✓ src/__tests__/contract.test.ts (1 test) 7ms
16
+ ✓ src/__tests__/scoring.test.ts (8 tests) 5ms
17
+ ✓ src/__tests__/provider.test.ts (2 tests) 3ms
18
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
19
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
20
+ ✓ src/__tests__/naming.test.ts (5 tests) 3ms
21
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 47ms
22
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 301ms
23
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 466ms
24
+ ✓ should analyze naming issues  314ms
25
+
26
+  Test Files  11 passed (11)
27
+  Tests  91 passed (91)
28
+  Start at  13:03:45
29
+  Duration  2.65s (transform 1.94s, setup 0ms, import 10.91s, tests 858ms, environment 44ms)
30
+
31
+ [?25h