claudecode-linter 2.1.141 → 2.1.143
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/dist/contracts.js +3 -1
- package/package.json +2 -2
package/dist/contracts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Auto-generated from contracts/claude-code-contracts.json
|
|
2
|
-
// Claude Code v2.1.
|
|
2
|
+
// Claude Code v2.1.143 — extracted 2026-05-16T00:58:12.730Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -122,6 +122,7 @@ export const PLUGIN_JSON_FIELDS = new Set([
|
|
|
122
122
|
"author",
|
|
123
123
|
"dependencies",
|
|
124
124
|
"description",
|
|
125
|
+
"displayName",
|
|
125
126
|
"homepage",
|
|
126
127
|
"keywords",
|
|
127
128
|
"license",
|
|
@@ -162,6 +163,7 @@ export const MCP_SERVER_FIELDS = new Set([
|
|
|
162
163
|
"headers",
|
|
163
164
|
"headersHelper",
|
|
164
165
|
"oauth",
|
|
166
|
+
"role",
|
|
165
167
|
"type",
|
|
166
168
|
"url",
|
|
167
169
|
]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudecode-linter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.143",
|
|
4
4
|
"description": "Standalone linter for Claude Code plugins and configuration files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"npm-check-updates": "^21.0.3",
|
|
69
69
|
"tsx": "^4.21.0",
|
|
70
70
|
"typescript": "^6.0.2",
|
|
71
|
-
"vitest": "4.1.
|
|
71
|
+
"vitest": "4.1.6"
|
|
72
72
|
}
|
|
73
73
|
}
|