@google/genai 1.48.0 → 1.49.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.
@@ -1876,7 +1876,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
1876
1876
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
1877
1877
  const USER_AGENT_HEADER = 'User-Agent';
1878
1878
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
1879
- const SDK_VERSION = '1.48.0'; // x-release-please-version
1879
+ const SDK_VERSION = '1.49.0'; // x-release-please-version
1880
1880
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
1881
1881
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
1882
1882
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';