@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/node/index.js
CHANGED
|
@@ -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.
|
|
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';
|