roast-my-codebase 1.3.0 → 1.3.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roast-my-codebase",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Get roasted. Get better. Ship faster. A CLI that analyzes your codebase and delivers brutally honest (but funny) feedback.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"dev": "tsx src/index.ts",
|
|
18
18
|
"test": "vitest run",
|
|
19
19
|
"typecheck": "tsc --noEmit",
|
|
20
|
-
"lint": "eslint src tests --max-warnings
|
|
20
|
+
"lint": "eslint src tests --max-warnings 60",
|
|
21
21
|
"prepublishOnly": "npm run build"
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
@@ -50,11 +50,13 @@
|
|
|
50
50
|
"chokidar": "^5.0.0",
|
|
51
51
|
"commander": "^15.0.0",
|
|
52
52
|
"fast-glob": "^3.3.3",
|
|
53
|
-
"ora": "^9.4.1"
|
|
53
|
+
"ora": "^9.4.1",
|
|
54
|
+
"picomatch": "^4.0.4"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@types/chokidar": "^1.7.5",
|
|
57
58
|
"@types/node": "^26.0.1",
|
|
59
|
+
"@types/picomatch": "^4.0.3",
|
|
58
60
|
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
59
61
|
"@typescript-eslint/parser": "^8.62.0",
|
|
60
62
|
"eslint": "^10.5.0",
|