@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.
package/dist/index.mjs CHANGED
@@ -3209,7 +3209,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
3209
3209
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
3210
3210
  const USER_AGENT_HEADER = 'User-Agent';
3211
3211
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
3212
- const SDK_VERSION = '0.14.0'; // x-release-please-version
3212
+ const SDK_VERSION = '0.14.1'; // x-release-please-version
3213
3213
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
3214
3214
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
3215
3215
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';