chore: upgrade claude-agent-sdk to ^0.2.52
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2a150dcff5
commit
79fae0629e
|
|
@ -20,7 +20,7 @@
|
|||
"@nestjs/platform-ws": "^10.3.0",
|
||||
"ws": "^8.16.0",
|
||||
"@anthropic-ai/sdk": "^0.32.0",
|
||||
"@anthropic-ai/claude-agent-sdk": "^0.2.49",
|
||||
"@anthropic-ai/claude-agent-sdk": "^0.2.52",
|
||||
"typeorm": "^0.3.20",
|
||||
"pg": "^8.11.0",
|
||||
"glob": "^10.3.0",
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ importers:
|
|||
packages/services/agent-service:
|
||||
dependencies:
|
||||
'@anthropic-ai/claude-agent-sdk':
|
||||
specifier: ^0.2.49
|
||||
version: 0.2.50(zod@4.3.6)
|
||||
specifier: ^0.2.52
|
||||
version: 0.2.52(zod@4.3.6)
|
||||
'@anthropic-ai/sdk':
|
||||
specifier: ^0.32.0
|
||||
version: 0.32.1
|
||||
|
|
@ -715,8 +715,8 @@ packages:
|
|||
resolution: {integrity: sha512-I5wviiIqiFwar9Pdk30Lujk8FczEEc18i22A5c6Z9lbmhPQdTroDnEQdsfXjy404wPe8H62s0I15o4pmMGfTYQ==}
|
||||
engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
||||
|
||||
'@anthropic-ai/claude-agent-sdk@0.2.50':
|
||||
resolution: {integrity: sha512-zVQzJbicfTmvS6uarFQYYVYiYedKE0FgXmhiGC1oSLm6OkIbuuKM7XV4fXEFxPZHcWQc7ZYv6HA2/P5HOE7b2Q==}
|
||||
'@anthropic-ai/claude-agent-sdk@0.2.52':
|
||||
resolution: {integrity: sha512-rdTQUu/HjKlDNNxJuhtXY6LJDOLvzVBU7sXFuFIG6CEC/nFfcvYq035EyjVw4nzu7lLZim/m+g2yZ8uNIcbaFw==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
zod: ^4.0.0
|
||||
|
|
@ -3844,7 +3844,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- chokidar
|
||||
|
||||
'@anthropic-ai/claude-agent-sdk@0.2.50(zod@4.3.6)':
|
||||
'@anthropic-ai/claude-agent-sdk@0.2.52(zod@4.3.6)':
|
||||
dependencies:
|
||||
zod: 4.3.6
|
||||
optionalDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue