@google/genai 1.36.0 → 1.37.0
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/genai.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.mjs +1 -1
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/node.d.ts +1 -1
- package/dist/web/index.mjs +1 -1
- package/dist/web/index.mjs.map +1 -1
- package/dist/web/web.d.ts +1 -1
- package/package.json +3 -3
package/dist/node/index.cjs
CHANGED
|
@@ -11532,7 +11532,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
|
|
|
11532
11532
|
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
|
|
11533
11533
|
const USER_AGENT_HEADER = 'User-Agent';
|
|
11534
11534
|
const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
|
|
11535
|
-
const SDK_VERSION = '1.
|
|
11535
|
+
const SDK_VERSION = '1.37.0'; // x-release-please-version
|
|
11536
11536
|
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
|
|
11537
11537
|
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
|
|
11538
11538
|
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';
|
package/dist/node/index.mjs
CHANGED
|
@@ -11510,7 +11510,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
|
|
|
11510
11510
|
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
|
|
11511
11511
|
const USER_AGENT_HEADER = 'User-Agent';
|
|
11512
11512
|
const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
|
|
11513
|
-
const SDK_VERSION = '1.
|
|
11513
|
+
const SDK_VERSION = '1.37.0'; // x-release-please-version
|
|
11514
11514
|
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
|
|
11515
11515
|
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
|
|
11516
11516
|
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';
|