@google/genai 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12793,7 +12793,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
12793
12793
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
12794
12794
  const USER_AGENT_HEADER = 'User-Agent';
12795
12795
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
12796
- const SDK_VERSION = '2.4.0'; // x-release-please-version
12796
+ const SDK_VERSION = '2.5.0'; // x-release-please-version
12797
12797
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
12798
12798
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
12799
12799
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';