From 797fad1b00ab2987e7c856ee45561ffad8d34b7e Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 21 May 2026 12:56:46 +0200 Subject: [PATCH] chore(release): 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major release: @google/generative-ai → @google/genai migration changes the type signature of GeminiConfig.safetySettings, which is a breaking change for consumers using that option. Other changes accumulated since 1.3.3: - @anthropic-ai/sdk 0.65 → 0.97 - openai 4 → 6 - @types/node 24 → 25 - TypeScript 6 support (peer widened to ^5 || ^6) - Default Gemini model: gemini-1.5-flash → gemini-2.5-flash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8cddd5..88ee8e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-ai-provider", - "version": "1.3.3", + "version": "2.0.0", "description": "A simple and extensible AI provider package for easy integration of multiple AI services", "main": "dist/index.js", "module": "dist/index.mjs",