@aiready/consistency 0.2.2 → 0.2.3

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.2.2 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.2.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
@@ -10,14 +10,14 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  ESM dist/cli.mjs 8.54 KB
13
- ESM dist/index.mjs 220.00 B
14
13
  ESM dist/chunk-CF4LU7KE.mjs 12.90 KB
15
- ESM ⚡️ Build success in 46ms
14
+ ESM dist/index.mjs 220.00 B
15
+ ESM ⚡️ Build success in 55ms
16
16
  CJS dist/index.js 14.13 KB
17
17
  CJS dist/cli.js 23.02 KB
18
- CJS ⚡️ Build success in 46ms
18
+ CJS ⚡️ Build success in 56ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 544ms
20
+ DTS ⚡️ Build success in 550ms
21
21
  DTS dist/cli.d.ts 20.00 B
22
22
  DTS dist/index.d.ts 2.60 KB
23
23
  DTS dist/cli.d.mts 20.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/consistency",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
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",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "chalk": "^5.3.0",
43
43
  "commander": "^12.1.0",
44
- "@aiready/core": "0.5.3"
44
+ "@aiready/core": "0.5.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^22.10.5",