aislop 0.3.2 → 0.4.0
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.
- package/README.md +48 -19
- package/dist/cli.js +607 -161
- package/dist/{engine-info-N9t3U_CZ.js → engine-info-s7Gy2StX.js} +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +596 -175
- package/dist/{json-gLNX92Bu.js → json-CdzBXUbz.js} +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aislop",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Stop AI slop from shipping. A unified code quality CLI that catches the lazy patterns AI coding tools leave behind.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"zod": "^4.3.6"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@types/node": "^25.
|
|
76
|
+
"@types/node": "^25.6.0",
|
|
77
77
|
"tsdown": "^0.20.3",
|
|
78
78
|
"typescript": "^5.9.3",
|
|
79
79
|
"vitest": "^4.0.18"
|