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