claude-sdk-proxy 3.1.3 → 3.1.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-sdk-proxy",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "Anthropic Messages API proxy backed by Claude Agent SDK — use Claude Max with any API client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/proxy/server.ts",
|
|
7
7
|
"bin": {
|
|
8
|
-
"claude-sdk-proxy": "
|
|
8
|
+
"claude-sdk-proxy": "bin/claude-sdk-proxy.js"
|
|
9
9
|
},
|
|
10
10
|
"exports": {
|
|
11
11
|
".": "./src/proxy/server.ts"
|