@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/web/web.d.ts
CHANGED
|
@@ -5486,7 +5486,7 @@ export declare interface ImageConfig {
|
|
|
5486
5486
|
* The configuration for image interaction.
|
|
5487
5487
|
*/
|
|
5488
5488
|
declare interface ImageConfig_2 {
|
|
5489
|
-
aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '9:16' | '16:9' | '21:9';
|
|
5489
|
+
aspect_ratio?: '1:1' | '2:3' | '3:2' | '3:4' | '4:3' | '4:5' | '5:4' | '9:16' | '16:9' | '21:9';
|
|
5490
5490
|
image_size?: '1K' | '2K' | '4K';
|
|
5491
5491
|
}
|
|
5492
5492
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/genai",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/node/index.mjs",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@eslint/js": "9.20.0",
|
|
109
109
|
"@microsoft/api-extractor": "^7.52.9",
|
|
110
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
110
|
+
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
111
111
|
"@rollup/plugin-json": "^6.1.0",
|
|
112
112
|
"@types/jasmine": "^5.1.2",
|
|
113
113
|
"@types/node": "^20.9.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"ws": "^8.18.0"
|
|
147
147
|
},
|
|
148
148
|
"peerDependencies": {
|
|
149
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
149
|
+
"@modelcontextprotocol/sdk": "^1.25.2"
|
|
150
150
|
},
|
|
151
151
|
"peerDependenciesMeta": {
|
|
152
152
|
"@modelcontextprotocol/sdk": {
|