@google/genai 0.14.0 → 0.14.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.
@@ -10006,7 +10006,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
10006
10006
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
10007
10007
  const USER_AGENT_HEADER = 'User-Agent';
10008
10008
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
10009
- const SDK_VERSION = '0.14.0'; // x-release-please-version
10009
+ const SDK_VERSION = '0.14.1'; // x-release-please-version
10010
10010
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
10011
10011
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
10012
10012
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';