@google/genai 1.50.0 → 1.50.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.
@@ -1976,7 +1976,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
1976
1976
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
1977
1977
  const USER_AGENT_HEADER = 'User-Agent';
1978
1978
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
1979
- const SDK_VERSION = '1.50.0'; // x-release-please-version
1979
+ const SDK_VERSION = '1.50.1'; // x-release-please-version
1980
1980
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
1981
1981
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
1982
1982
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';