@yawlabs/ctxlint 0.18.1 → 0.18.2
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/.pre-commit-hooks.yaml +1 -1
- package/dist/index.js +508 -510
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yawlabs/ctxlint",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"mcpName": "io.github.YawLabs/ctxlint",
|
|
5
5
|
"description": "Lint your AI agent context files, MCP server configs, and session data against your actual codebase",
|
|
6
6
|
"bin": {
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"@eslint/js": "^10.0.1",
|
|
92
92
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
93
93
|
"@types/fast-levenshtein": "^0.0.4",
|
|
94
|
-
"@types/node": "^
|
|
94
|
+
"@types/node": "^26.0.0",
|
|
95
95
|
"@types/picomatch": "^4.0.3",
|
|
96
96
|
"@vitest/coverage-v8": "^4.1.9",
|
|
97
97
|
"chalk": "^5.6.2",
|
|
98
|
-
"commander": "^
|
|
98
|
+
"commander": "^15.0.0",
|
|
99
99
|
"esbuild": "^0.28.1",
|
|
100
100
|
"eslint": "^10.5.0",
|
|
101
101
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -119,7 +119,8 @@
|
|
|
119
119
|
"overrides": {
|
|
120
120
|
"hono": "^4.12.21",
|
|
121
121
|
"@hono/node-server": "^1.19.13",
|
|
122
|
-
"vite": "^8.0.
|
|
122
|
+
"vite": "^8.0.16",
|
|
123
|
+
"esbuild": "^0.28.1",
|
|
123
124
|
"fast-uri": "^3.1.2",
|
|
124
125
|
"postcss": "^8.5.10",
|
|
125
126
|
"qs": "^6.15.2",
|