@google/genai 2.1.0 → 2.3.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.
@@ -2071,7 +2071,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
2071
2071
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
2072
2072
  const USER_AGENT_HEADER = 'User-Agent';
2073
2073
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
2074
- const SDK_VERSION = '2.1.0'; // x-release-please-version
2074
+ const SDK_VERSION = '2.3.0'; // x-release-please-version
2075
2075
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2076
2076
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2077
2077
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';