@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/web/index.mjs
CHANGED
|
@@ -9978,7 +9978,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
|
|
|
9978
9978
|
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
|
|
9979
9979
|
const USER_AGENT_HEADER = 'User-Agent';
|
|
9980
9980
|
const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
|
|
9981
|
-
const SDK_VERSION = '0.14.
|
|
9981
|
+
const SDK_VERSION = '0.14.1'; // x-release-please-version
|
|
9982
9982
|
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
|
|
9983
9983
|
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
|
|
9984
9984
|
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';
|