@aiready/consistency 0.18.14 → 0.18.16

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.13 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.15 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,15 +9,15 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
+ CJS dist/index.js 34.67 KB
13
+ CJS dist/cli.js 36.07 KB
14
+ CJS ⚡️ Build success in 221ms
12
15
  ESM dist/chunk-V2UPXL7L.mjs 25.18 KB
13
16
  ESM dist/cli.mjs 8.83 KB
14
17
  ESM dist/index.mjs 7.17 KB
15
- ESM ⚡️ Build success in 52ms
16
- CJS dist/index.js 34.67 KB
17
- CJS dist/cli.js 36.07 KB
18
- CJS ⚡️ Build success in 52ms
18
+ ESM ⚡️ Build success in 223ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2525ms
20
+ DTS ⚡️ Build success in 2977ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.48 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,26 +1,26 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.18.13 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.15 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) 4ms
10
- ✓ dist/__tests__/language-filter.test.js (3 tests) 3ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 2ms
10
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 10ms
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
12
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
11
13
  stdout | src/__tests__/contract.test.ts
12
- [ToolRegistry#0.3102922585477208] Registering tool: naming-consistency (consistency, naming, standards)
14
+ [ToolRegistry#0.6884770919113985] Registering tool: naming-consistency (consistency, naming, standards)
13
15
 
14
16
  ✓ src/__tests__/contract.test.ts (1 test) 3ms
15
- ✓ src/__tests__/scoring.test.ts (8 tests) 111ms
16
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
17
- ✓ src/__tests__/analyzer.test.ts (18 tests) 533ms
18
- ✓ should analyze naming issues  332ms
19
- ✓ dist/__tests__/analyzer.test.js (18 tests) 579ms
17
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 342ms
18
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 866ms
19
+ ✓ should detect minimum severity filtering  372ms
20
20
 
21
21
   Test Files  7 passed (7)
22
22
   Tests  59 passed (59)
23
-  Start at  00:03:48
24
-  Duration  1.84s (transform 918ms, setup 0ms, import 5.31s, tests 1.24s, environment 1ms)
23
+  Start at  02:11:32
24
+  Duration  2.26s (transform 1.92s, setup 0ms, import 6.24s, tests 1.23s, environment 0ms)
25
25
 
26
26
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.18.14",
3
+ "version": "0.18.16",
4
4
  "description": "Detects consistency issues in naming, patterns, and architecture that confuse AI models",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -43,7 +43,7 @@
43
43
  "@typescript-eslint/typescript-estree": "^8.53.0",
44
44
  "chalk": "^5.3.0",
45
45
  "commander": "^14.0.0",
46
- "@aiready/core": "0.21.14"
46
+ "@aiready/core": "0.21.16"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",