@aiready/consistency 0.18.3 → 0.18.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.18.2 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.3 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/cli.js 35.81 KB
13
12
  CJS dist/index.js 34.41 KB
14
- CJS ⚡️ Build success in 32ms
15
- ESM dist/index.mjs 7.17 KB
13
+ CJS dist/cli.js 35.81 KB
14
+ CJS ⚡️ Build success in 142ms
16
15
  ESM dist/chunk-IXBC6GVT.mjs 24.93 KB
17
16
  ESM dist/cli.mjs 8.83 KB
18
- ESM ⚡️ Build success in 32ms
17
+ ESM dist/index.mjs 7.17 KB
18
+ ESM ⚡️ Build success in 142ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1173ms
20
+ DTS ⚡️ Build success in 4493ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.46 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,27 +1,25 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.18.2 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.18.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) 3ms
10
- ✓ src/__tests__/language-filter.test.ts (3 tests) 3ms
9
+ ✓ dist/__tests__/scoring.test.js (8 tests) 4ms
10
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 42ms
11
+ ✓ src/__tests__/scoring.test.ts (8 tests) 39ms
11
12
  stdout | src/__tests__/contract.test.ts
12
- [ToolRegistry#0.06496487578470389] Registering tool: naming-consistency (consistency, naming, standards)
13
+ [ToolRegistry#0.7428052923741479] Registering tool: naming-consistency (consistency, naming, standards)
13
14
 
14
- ✓ src/__tests__/contract.test.ts (1 test) 3ms
15
- ✓ dist/__tests__/language-filter.test.js (3 tests) 4ms
16
- ✓ src/__tests__/scoring.test.ts (8 tests) 99ms
17
- ✓ src/__tests__/analyzer.test.ts (18 tests) 474ms
18
- ✓ should analyze naming issues  347ms
19
- ✓ dist/__tests__/analyzer.test.js (18 tests) 538ms
20
- ✓ should analyze naming issues  325ms
15
+ ✓ src/__tests__/contract.test.ts (1 test) 4ms
16
+ ✓ src/__tests__/language-filter.test.ts (3 tests) 14ms
17
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 374ms
18
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 469ms
21
19
 
22
20
   Test Files  7 passed (7)
23
21
   Tests  59 passed (59)
24
-  Start at  10:56:09
25
-  Duration  3.07s (transform 3.35s, setup 0ms, import 12.07s, tests 1.12s, environment 30ms)
22
+  Start at  11:12:29
23
+  Duration  3.25s (transform 2.63s, setup 0ms, import 11.89s, tests 946ms, environment 8ms)
26
24
 
27
25
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
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.3"
46
+ "@aiready/core": "0.21.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",