@aiready/consistency 0.20.21 → 0.20.23

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.21 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
- CJS dist/cli.js 38.51 KB
12
- CJS dist/index.js 32.86 KB
13
- CJS ⚡️ Build success in 103ms
14
- ESM dist/index.mjs 3.50 KB
15
- ESM dist/cli.mjs 8.83 KB
16
- ESM dist/chunk-CLWNLHDB.mjs 27.68 KB
17
- ESM ⚡️ Build success in 107ms
18
- DTS Build start
19
- DTS ⚡️ Build success in 11627ms
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.23 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/index.js 32.95 KB
13
+ CJS dist/cli.js 38.60 KB
14
+ CJS ⚡️ Build success in 60ms
15
+ ESM dist/cli.mjs 8.83 KB
16
+ ESM dist/index.mjs 3.50 KB
17
+ ESM dist/chunk-YHHXE2JX.mjs 27.77 KB
18
+ ESM ⚡️ Build success in 64ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 3132ms
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,28 +1,34 @@
1
-
2
- > @aiready/consistency@0.20.20 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__/scope-tracker.test.ts (11 tests) 21ms
9
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 4ms
10
- ✓ dist/__tests__/scoring.test.js (8 tests) 15ms
11
- ✓ src/__tests__/language-filter.test.ts (3 tests) 7ms
12
- ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
13
- ✓ src/__tests__/naming.test.ts (5 tests) 3ms
14
- ✓ src/__tests__/analyzer.test.ts (18 tests) 266ms
15
- ✓ src/__tests__/provider.test.ts (2 tests) 6ms
16
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
17
- stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
18
- Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
19
-
20
- ✓ src/__tests__/contract.test.ts (1 test) 5ms
21
- ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
22
- ✓ dist/__tests__/analyzer.test.js (18 tests) 563ms
23
-
24
-  Test Files  11 passed (11)
25
-  Tests  91 passed (91)
26
-  Start at  19:03:34
27
-  Duration  2.94s (transform 4.47s, setup 0ms, import 13.64s, tests 896ms, environment 1ms)
28
-
1
+
2
+ 
3
+ > @aiready/consistency@0.20.22 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) 14ms
10
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 74ms
11
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 15ms
12
+ ✓ src/__tests__/scoring.test.ts (8 tests) 4ms
13
+ ✓ src/__tests__/naming.test.ts (5 tests) 243ms
14
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 3ms
15
+ Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
16
+ ✓ src/__tests__/provider.test.ts (2 tests) 11ms
17
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 6ms
18
+ stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
19
+ Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
20
+
21
+ ✓ src/__tests__/contract.test.ts (1 test) 214ms
22
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 1380ms
23
+ ✓ should detect minimum severity filtering  700ms
24
+ ✓ src/__tests__/analyzer.test.ts (21 tests) 2207ms
25
+ ✓ should analyze naming issues  970ms
26
+ ✓ should detect minimum severity filtering  508ms
27
+ ✓ should NOT flag SCREAMING_SNAKE_CASE constants as naming issues  495ms
28
+
29
+  Test Files  11 passed (11)
30
+  Tests  94 passed (94)
31
+  Start at  01:33:53
32
+  Duration  7.41s (transform 8.31s, setup 0ms, import 35.40s, tests 4.17s, environment 129ms)
33
+
34
+ [?25h