Skip to content

Commit 262ccd3

Browse files
authored
bump google sdk version (#79)
1 parent 6547148 commit 262ccd3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbrowser/agent",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Hyperbrowsers Web Agent",
55
"author": "",
66
"main": "dist/index.js",
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"@anthropic-ai/sdk": "^0.69.0",
41-
"@google/genai": "^1.30.0",
41+
"@google/genai": "^1.34.0",
4242
"@hyperbrowser/sdk": "0.78.0",
4343
"@inquirer/prompts": "^7.4.1",
4444
"@modelcontextprotocol/sdk": "^1.9.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@
219219
"@eslint/core" "^0.16.0"
220220
levn "^0.4.1"
221221

222-
"@google/genai@^1.30.0":
223-
version "1.30.0"
224-
resolved "https://registry.yarnpkg.com/@google/genai/-/genai-1.30.0.tgz#11fc12ab64e7e7c559b41835a5c237b3dfcd1348"
225-
integrity sha512-3MRcgczBFbUat1wIlZoLJ0vCCfXgm7Qxjh59cZi2X08RgWLtm9hKOspzp7TOg1TV2e26/MLxR2GR5yD5GmBV2w==
222+
"@google/genai@^1.34.0":
223+
version "1.34.0"
224+
resolved "https://registry.yarnpkg.com/@google/genai/-/genai-1.34.0.tgz#8a6a85c2c7eb94afbb1a999967e828cae43ee6dd"
225+
integrity sha512-vu53UMPvjmb7PGzlYu6Tzxso8Dfhn+a7eQFaS2uNemVtDZKwzSpJ5+ikqBbXplF7RGB1STcVDqCkPvquiwb2sw==
226226
dependencies:
227227
google-auth-library "^10.3.0"
228228
ws "^8.18.0"

0 commit comments

Comments
 (0)