@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.
@@ -2050,7 +2050,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
2050
2050
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
2051
2051
  const USER_AGENT_HEADER = 'User-Agent';
2052
2052
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
2053
- const SDK_VERSION = '2.0.0'; // x-release-please-version
2053
+ const SDK_VERSION = '2.0.1'; // x-release-please-version
2054
2054
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2055
2055
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2056
2056
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';