update sdk

This commit is contained in:
nrslib 2026-02-07 22:43:35 +09:00
parent 99ab354465
commit 2c5ae744d6
2 changed files with 12 additions and 10 deletions

18
package-lock.json generated
View File

@ -9,8 +9,8 @@
"version": "0.7.1",
"license": "MIT",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.19",
"@openai/codex-sdk": "^0.91.0",
"@anthropic-ai/claude-agent-sdk": "^0.2.34",
"@openai/codex-sdk": "^0.98.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"update-notifier": "^7.3.1",
@ -39,9 +39,10 @@
}
},
"node_modules/@anthropic-ai/claude-agent-sdk": {
"version": "0.2.31",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.2.31.tgz",
"integrity": "sha512-ZepnDG6r91je1LvrHST2C67m3olgmiYfrhnj4Elyj8AGqOHGYig1zDIPVhGF0u62y0rVVri2mGFDYQI0oW/LBw==",
"version": "0.2.34",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.2.34.tgz",
"integrity": "sha512-QLHd3Nt7bGU7/YH71fXFaztM9fNxGGruzTMrTYJkbm5gYJl5ZyU2zGyoE5VpWC0e1QU0yYdNdBVgqSYDcJGufg==",
"license": "SEE LICENSE IN README.md",
"engines": {
"node": ">=18.0.0"
},
@ -927,9 +928,10 @@
"dev": true
},
"node_modules/@openai/codex-sdk": {
"version": "0.91.0",
"resolved": "https://registry.npmjs.org/@openai/codex-sdk/-/codex-sdk-0.91.0.tgz",
"integrity": "sha512-YYf8QNkpQyuzNgn9Mf9D3G1pp0ObI98ADCNqASBpdlpxqykMyABgQdMRdc4c/l1KdoTnGVkUw0ljXaCHurs5vA==",
"version": "0.98.0",
"resolved": "https://registry.npmjs.org/@openai/codex-sdk/-/codex-sdk-0.98.0.tgz",
"integrity": "sha512-TbPgrBpuSNMJyOXys0HNsh6UoP5VIHu1fVh2KDdACi5XyB0vuPtzBZC+qOsxHz7WXEQPFlomPLyxS6JnE5Okmg==",
"license": "Apache-2.0",
"engines": {
"node": ">=18"
}

View File

@ -57,8 +57,8 @@
"builtins/"
],
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.19",
"@openai/codex-sdk": "^0.91.0",
"@anthropic-ai/claude-agent-sdk": "^0.2.34",
"@openai/codex-sdk": "^0.98.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"update-notifier": "^7.3.1",