@google/genai 2.0.0 → 2.0.1

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.
@@ -12889,7 +12889,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
12889
12889
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
12890
12890
  const USER_AGENT_HEADER = 'User-Agent';
12891
12891
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
12892
- const SDK_VERSION = '2.0.0'; // x-release-please-version
12892
+ const SDK_VERSION = '2.0.1'; // x-release-please-version
12893
12893
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
12894
12894
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
12895
12895
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';