@ai-sdk/google
Advanced tools
+3
-3
| { | ||
| "name": "@ai-sdk/google", | ||
| "version": "4.0.28", | ||
| "version": "4.0.29", | ||
| "type": "module", | ||
@@ -39,3 +39,3 @@ "license": "Apache-2.0", | ||
| "@ai-sdk/provider": "4.0.4", | ||
| "@ai-sdk/provider-utils": "5.0.15" | ||
| "@ai-sdk/provider-utils": "5.0.16" | ||
| }, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
| "zod": "3.25.76", | ||
| "@ai-sdk/test-server": "2.0.0", | ||
| "@ai-sdk/test-server": "2.0.1", | ||
| "@vercel/ai-tsconfig": "0.0.0" | ||
@@ -50,0 +50,0 @@ }, |
@@ -8,3 +8,3 @@ import type { | ||
| } from '@ai-sdk/provider'; | ||
| import { safeParseJSON } from '@ai-sdk/provider-utils'; | ||
| import { isRecord, safeParseJSON } from '@ai-sdk/provider-utils'; | ||
| import { convertJSONSchemaToOpenAPISchema } from '../convert-json-schema-to-openapi-schema'; | ||
@@ -50,6 +50,2 @@ import { getModelPath } from '../get-model-path'; | ||
| function isRecord(value: unknown): value is Record<string, unknown> { | ||
| return value != null && typeof value === 'object' && !Array.isArray(value); | ||
| } | ||
| /** | ||
@@ -56,0 +52,0 @@ * Stateful event mapper for Google's Gemini Live API. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
2098288
-0.01%26653
-0.02%+ Added
- Removed