@google/genai 2.12.0 → 2.13.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.
@@ -2307,7 +2307,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
2307
2307
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
2308
2308
  const USER_AGENT_HEADER = 'User-Agent';
2309
2309
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
2310
- const SDK_VERSION = '2.12.0'; // x-release-please-version
2310
+ const SDK_VERSION = '2.13.0'; // x-release-please-version
2311
2311
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2312
2312
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2313
2313
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';