Release v0.7.17

This commit is contained in:
Mario Zechner 2025-11-18 17:49:12 +01:00
parent 587d7c39a4
commit a11c1aa4ff
11 changed files with 138 additions and 33 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.7.16",
"version": "0.7.17",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",
@ -21,7 +21,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.61.0",
"@google/genai": "^1.17.0",
"@google/genai": "^1.30.0",
"@sinclair/typebox": "^0.34.41",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",