@lucascouts/claude-agent-acp-plus 0.5.0 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +12 -8
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.5.0",
6
+ "version": "0.5.1",
7
7
  "description": "ACP adapter for the Claude Agent SDK with VS Code-parity UX for Zed and other ACP clients — checkbox multi-select questions, refusal consent dialog, dynamic agent name. Fork of claude-agent-acp.",
8
8
  "main": "dist/lib.js",
9
9
  "types": "dist/lib.d.ts",
@@ -69,19 +69,23 @@
69
69
  "zod": "^3.25.0 || ^4.0.0"
70
70
  },
71
71
  "overrides": {
72
- "brace-expansion": "5.0.8"
72
+ "@hono/node-server": "~2.0.6",
73
+ "brace-expansion": "^5.0.9",
74
+ "fast-uri": "^3.1.5",
75
+ "hono": "^4.12.34",
76
+ "ip-address": "^10.4.0"
73
77
  },
74
78
  "devDependencies": {
75
79
  "@anthropic-ai/sdk": "0.115.0",
76
80
  "@eslint/js": "10.0.1",
77
81
  "@tsconfig/node24": "24.0.4",
78
- "@types/node": "26.1.1",
79
- "@typescript-eslint/eslint-plugin": "8.64.0",
80
- "@typescript-eslint/parser": "8.64.0",
81
- "eslint": "10.7.0",
82
+ "@types/node": "26.1.2",
83
+ "@typescript-eslint/eslint-plugin": "8.65.0",
84
+ "@typescript-eslint/parser": "8.65.0",
85
+ "eslint": "10.8.0",
82
86
  "eslint-config-prettier": "10.1.8",
83
- "globals": "17.7.0",
84
- "prettier": "3.9.5",
87
+ "globals": "17.8.0",
88
+ "prettier": "3.9.6",
85
89
  "ts-node": "10.9.2",
86
90
  "typescript": "6.0.3",
87
91
  "vitest": "4.1.10"