@aiready/consistency 0.21.13 → 0.21.15

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.21.9 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 41.09 KB
12
- CJS dist/index.js 35.54 KB
13
- CJS ⚡️ Build success in 94ms
14
- ESM dist/index.mjs 3.29 KB
15
- ESM dist/cli.mjs 8.85 KB
16
- ESM dist/chunk-7DKVZNY7.mjs 30.66 KB
17
- ESM ⚡️ Build success in 95ms
18
- DTS Build start
19
- DTS ⚡️ Build success in 2064ms
20
- DTS dist/cli.d.ts 20.00 B
21
- DTS dist/index.d.ts 3.96 KB
22
- DTS dist/cli.d.mts 20.00 B
23
- DTS dist/index.d.mts 3.96 KB
1
+
2
+ 
3
+ > @aiready/consistency@0.21.14 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 41.52 KB
13
+ CJS dist/index.js 35.98 KB
14
+ CJS ⚡️ Build success in 96ms
15
+ ESM dist/cli.mjs 8.85 KB
16
+ ESM dist/index.mjs 3.29 KB
17
+ ESM dist/chunk-R2WYI6DR.mjs 31.08 KB
18
+ ESM ⚡️ Build success in 97ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 4657ms
21
+ DTS dist/cli.d.ts 20.00 B
22
+ DTS dist/index.d.ts 3.96 KB
23
+ DTS dist/cli.d.mts 20.00 B
24
+ DTS dist/index.d.mts 3.96 KB
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.9 format-check /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 format-check /Users/pengcao/projects/aiready/packages/consistency
4
4
  > prettier --check . --ignore-path ../../.prettierignore
5
5
 
6
6
  Checking formatting...
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.9 lint /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 lint /Users/pengcao/projects/aiready/packages/consistency
4
4
  > eslint src
5
5
 
@@ -1,34 +1,29 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.8 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 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
- ✓ src/__tests__/naming-constants.test.ts (14 tests) 5ms
10
- ✓ src/__tests__/scope-tracker.test.ts (11 tests) 3ms
11
- ✓ dist/__tests__/scoring.test.js (8 tests) 11ms
12
- Sourcemap for "/Users/pengcao/projects/aiready/packages/consistency/dist/analyzers/naming-python.js" points to missing source files
13
- ✓ src/__tests__/scoring.test.ts (8 tests) 46ms
14
- ✓ src/__tests__/naming.test.ts (5 tests) 5ms
15
- ✓ dist/__tests__/language-filter.test.js (3 tests) 3ms
9
+ ✓ src/__tests__/scope-tracker.test.ts (11 tests) 25ms
10
+ ✓ src/__tests__/naming-constants.test.ts (14 tests) 2ms
11
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
12
+ ✓ src/__tests__/naming.test.ts (5 tests) 3ms
13
+ ✓ src/__tests__/provider.test.ts (2 tests) 2ms
14
+ ✓ src/__tests__/scoring.test.ts (8 tests) 18ms
16
15
  stdout | src/__tests__/contract.test.ts > Consistency Spoke Contract Validation > should produce output matching the SpokeOutput contract
17
16
  Consistency: Skipping unparseable file file1.ts: ENOENT: no such file or directory, open 'file1.ts'
18
17
 
19
- ✓ src/__tests__/contract.test.ts (1 test) 4ms
20
- ✓ src/__tests__/provider.test.ts (2 tests) 3ms
21
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
22
- ✓ dist/__tests__/analyzer.test.js (18 tests) 681ms
23
- ✓ should generate relevant recommendations  348ms
24
- ✓ src/__tests__/analyzer.test.ts (21 tests) 924ms
25
- ✓ should analyze naming issues  344ms
26
- ✓ src/__tests__/naming-dotted.test.ts (2 tests) 2374ms
27
- ✓ should NOT flag dotted identifiers in Python imports  2371ms
18
+ ✓ src/__tests__/contract.test.ts (1 test) 30ms
19
+ ✓ src/__tests__/analyzer.test.ts (22 tests) 1181ms
20
+ ✓ should analyze naming issues  396ms
21
+ ✓ src/__tests__/naming-dotted.test.ts (2 tests) 2299ms
22
+ ✓ should NOT flag dotted identifiers in Python imports  2275ms
28
23
 
29
-  Test Files  12 passed (12)
30
-  Tests  96 passed (96)
31
-  Start at  00:14:06
32
-  Duration  4.93s (transform 4.78s, setup 0ms, import 18.96s, tests 4.06s, environment 1ms)
24
+  Test Files  9 passed (9)
25
+  Tests  68 passed (68)
26
+  Start at  01:04:43
27
+  Duration  6.95s (transform 6.93s, setup 0ms, import 24.45s, tests 3.56s, environment 1ms)
33
28
 
34
29
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.21.9 type-check /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.21.14 type-check /Users/pengcao/projects/aiready/packages/consistency
4
4
  > tsc --noEmit
5
5