@aiready/consistency 0.2.0 → 0.2.1

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.
@@ -0,0 +1,5 @@
1
+ github: ["caopengau"]
2
+ custom:
3
+ - https://github.com/sponsors/caopengau
4
+ - https://receiptclaimer.com
5
+ - mailto:caopengau@gmail.com
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/consistency@0.2.0 build /Users/pengcao/projects/aiready/packages/consistency
3
+ > @aiready/consistency@0.2.1 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
@@ -11,13 +11,13 @@
11
11
  ESM Build start
12
12
  CJS dist/cli.js 22.47 KB
13
13
  CJS dist/index.js 14.13 KB
14
- CJS ⚡️ Build success in 47ms
15
- ESM dist/index.mjs 220.00 B
14
+ CJS ⚡️ Build success in 54ms
16
15
  ESM dist/cli.mjs 8.08 KB
16
+ ESM dist/index.mjs 220.00 B
17
17
  ESM dist/chunk-CF4LU7KE.mjs 12.90 KB
18
- ESM ⚡️ Build success in 48ms
18
+ ESM ⚡️ Build success in 54ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 588ms
20
+ DTS ⚡️ Build success in 546ms
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.0",
3
+ "version": "0.2.1",
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.0"
44
+ "@aiready/core": "0.5.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^22.10.5",