chore: fix CI pre-release issues

This commit is contained in:
Ralph Khreish 2025-12-09 12:06:11 +01:00
parent 2a1e17f295
commit cc9d951b2a
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -35,7 +35,7 @@
"@supabase/supabase-js": "^2.57.4",
"@types/turndown": "^5.0.6",
"ai": "^5.0.51",
"ai-sdk-provider-claude-code": "^2.2.0",
"ai-sdk-provider-claude-code": "^2.2.4",
"ai-sdk-provider-codex-cli": "^0.3.0",
"ai-sdk-provider-gemini-cli": "^1.4.0",
"ajv": "^8.17.1",
@ -14769,14 +14769,14 @@
}
},
"node_modules/ai-sdk-provider-claude-code": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/ai-sdk-provider-claude-code/-/ai-sdk-provider-claude-code-2.2.3.tgz",
"integrity": "sha512-gen0yh0/1mzNV783MIKdVV1DzKOeehqPrxGD4goQeMH/0mQfw1WL4s4Mufg4UZx36FmLic1dKIp2mRj15nMAow==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/ai-sdk-provider-claude-code/-/ai-sdk-provider-claude-code-2.2.4.tgz",
"integrity": "sha512-RhURJ0kMlWQqqB+s/VDel6yNTQZzjL3Upqgp5Vimhnn3O4B3541WUvtkKI4eJrQCk5zT+OyByeXPZDKqalYgzQ==",
"license": "MIT",
"dependencies": {
"@ai-sdk/provider": "2.0.0",
"@ai-sdk/provider-utils": "3.0.9",
"@anthropic-ai/claude-agent-sdk": "^0.1.51"
"@anthropic-ai/claude-agent-sdk": "^0.1.59"
},
"engines": {
"node": ">=18"
@ -14803,9 +14803,9 @@
}
},
"node_modules/ai-sdk-provider-claude-code/node_modules/@anthropic-ai/claude-agent-sdk": {
"version": "0.1.55",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.1.55.tgz",
"integrity": "sha512-nwlxPjn/gc7I+iOGYY7AGtM2xcjzJFCxF9Bnr0xH1JNaNx+QXLM3h/wmzSvuEOKeJgPymf1GMBs4DZ3jyd/Z7Q==",
"version": "0.1.62",
"resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.1.62.tgz",
"integrity": "sha512-KoJAQ0kdrbOukh4r0CFvFZgSKlAGAVJf8baeK2jpFCxbUhqr99Ier88v1L2iehWSWkXR6oVaThCYozN74Q3jUw==",
"license": "SEE LICENSE IN README.md",
"engines": {
"node": ">=18.0.0"

View File

@ -74,7 +74,7 @@
"@supabase/supabase-js": "^2.57.4",
"@types/turndown": "^5.0.6",
"ai": "^5.0.51",
"ai-sdk-provider-claude-code": "^2.2.0",
"ai-sdk-provider-claude-code": "^2.2.4",
"ai-sdk-provider-codex-cli": "^0.3.0",
"ai-sdk-provider-gemini-cli": "^1.4.0",
"ajv": "^8.17.1",