chore: bump version to 0.5.36

This commit is contained in:
Mario Zechner 2025-09-16 01:11:28 +02:00
parent e8370436d7
commit 365b9ec390
8 changed files with 100 additions and 18 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.5.35",
"version": "0.5.36",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",
@ -21,6 +21,9 @@
"dependencies": {
"@anthropic-ai/sdk": "^0.61.0",
"@google/genai": "^1.17.0",
"@sinclair/typebox": "^0.34.41",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"chalk": "^5.6.2",
"openai": "^5.20.0",
"zod-to-json-schema": "^3.24.6"