Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions genai/controlled-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0"
"@google/genai": "2.17.1"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0"
}
}
6 changes: 3 additions & 3 deletions genai/count-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0"
"@google/genai": "2.17.1"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0"
}
}
6 changes: 3 additions & 3 deletions genai/embeddings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0"
"@google/genai": "2.17.0"
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0"
}
}
6 changes: 3 additions & 3 deletions genai/express-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0"
"@google/genai": "2.17.0"
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3"
}
Expand Down
8 changes: 4 additions & 4 deletions genai/image-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "^7.17.3",
"@google/genai": "1.34.0",
"@google-cloud/storage": "^8.0.0",
"@google/genai": "2.17.1",
"date-fns": "^4.1.0"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
"sinon": "^21.1.2"
Expand Down
6 changes: 3 additions & 3 deletions genai/live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0",
"@google/genai": "2.17.1",
"google-auth-library": "^10.3.0",
"node-fetch": "^2.7.0",
"openai": "^5.19.1"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions genai/provisioned-throughput/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0"
"@google/genai": "2.17.1"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0"
}
}
6 changes: 3 additions & 3 deletions genai/safety/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js"
},
"dependencies": {
"@google/genai": "1.30.0"
"@google/genai": "2.17.1"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"c8": "^12.0.0",
"chai": "^6.0.0",
"mocha": "^10.0.0"
}
}
Loading