claudecode-linter 2.1.116 → 2.1.118

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 CHANGED
@@ -3,7 +3,6 @@
3
3
  [![CI](https://github.com/retif/claudecode-linter/actions/workflows/ci.yml/badge.svg)](https://github.com/retif/claudecode-linter/actions/workflows/ci.yml)
4
4
  [![npm version](https://img.shields.io/npm/v/claudecode-linter)](https://www.npmjs.com/package/claudecode-linter)
5
5
  [![license](https://img.shields.io/npm/l/claudecode-linter)](https://github.com/retif/claudecode-linter/blob/main/LICENSE)
6
- [![Known Vulnerabilities](https://snyk.io/test/github/retif/claudecode-linter/badge.svg)](https://snyk.io/test/github/retif/claudecode-linter)
7
6
  [![Socket Badge](https://socket.dev/api/badge/npm/package/claudecode-linter)](https://socket.dev/npm/package/claudecode-linter)
8
7
 
9
8
  Standalone linter for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugins and configuration files.
package/dist/contracts.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.116 — extracted 2026-04-21T10:08:53.422Z
2
+ // Claude Code v2.1.118 — extracted 2026-04-23T03:26:50.263Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -51,6 +51,7 @@ export const HOOK_EVENTS = new Set([
51
51
  "PermissionDenied",
52
52
  "PermissionRequest",
53
53
  "PostCompact",
54
+ "PostToolBatch",
54
55
  "PostToolUse",
55
56
  "PostToolUseFailure",
56
57
  "PreCompact",
@@ -271,6 +272,7 @@ export const SETTINGS_USER_FIELDS = new Set([
271
272
  "voice",
272
273
  "voiceEnabled",
273
274
  "worktree",
275
+ "wslInheritsWindowsSettings",
274
276
  ]);
275
277
  export const SETTINGS_PROJECT_FIELDS = new Set([
276
278
  "permissions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.116",
3
+ "version": "2.1.118",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {
@@ -59,7 +59,7 @@
59
59
  "acorn": "^8.16.0",
60
60
  "acorn-walk": "^8.3.5",
61
61
  "knip": "^6.0.5",
62
- "npm-check-updates": "^20.0.1",
62
+ "npm-check-updates": "^21.0.3",
63
63
  "tsx": "^4.21.0",
64
64
  "typescript": "^6.0.2",
65
65
  "vitest": "4.1.4"