@aiready/consistency 0.8.10 → 0.8.12

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.8.10 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.12 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 55.33 KB
13
12
  CJS dist/cli.js 50.90 KB
14
- CJS ⚡️ Build success in 84ms
13
+ CJS dist/index.js 55.33 KB
14
+ CJS ⚡️ Build success in 66ms
15
15
  ESM dist/cli.mjs 8.76 KB
16
- ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
17
16
  ESM dist/index.mjs 12.69 KB
18
- ESM ⚡️ Build success in 84ms
17
+ ESM dist/chunk-YEHXYHGY.mjs 40.95 KB
18
+ ESM ⚡️ Build success in 69ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1616ms
20
+ DTS ⚡️ Build success in 6381ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 3.27 KB
23
23
  DTS dist/cli.d.mts 20.00 B
@@ -1,21 +1,24 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.8.10 test /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.8.12 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
9
  ✓ dist/__tests__/scoring.test.js (8 tests) 4ms
10
- ✓ src/__tests__/scoring.test.ts (8 tests) 3ms
10
+ ✓ src/__tests__/scoring.test.ts (8 tests) 19ms
11
11
  ✓ src/__tests__/language-filter.test.ts (3 tests) 5ms
12
- ✓ dist/__tests__/language-filter.test.js (3 tests) 94ms
13
- ✓ src/__tests__/analyzer.test.ts (18 tests) 402ms
14
- ✓ dist/__tests__/analyzer.test.js (18 tests) 265ms
12
+ ✓ dist/__tests__/language-filter.test.js (3 tests) 200ms
13
+ ✓ src/__tests__/analyzer.test.ts (18 tests) 958ms
14
+ ✓ should analyze naming issues  412ms
15
+ ✓ should detect minimum severity filtering  319ms
16
+ ✓ dist/__tests__/analyzer.test.js (18 tests) 857ms
17
+ ✓ should analyze naming issues  396ms
15
18
 
16
19
   Test Files  6 passed (6)
17
20
   Tests  58 passed (58)
18
-  Start at  01:02:14
19
-  Duration  1.96s (transform 2.52s, setup 0ms, import 5.36s, tests 774ms, environment 1ms)
21
+  Start at  22:06:57
22
+  Duration  6.34s (transform 5.30s, setup 0ms, import 14.20s, tests 2.04s, environment 36ms)
20
23
 
21
24
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.8.10",
3
+ "version": "0.8.12",
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.9.10"
46
+ "@aiready/core": "0.9.12"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^24.0.0",