fix: update lockfile and lint

This commit is contained in:
Peter Steinberger
2026-01-04 14:12:00 +01:00
parent 9616add9b1
commit 476bbd2915
5 changed files with 333 additions and 5 deletions

View File

@@ -169,7 +169,13 @@ describe("google-shared convertMessages", () => {
cacheRead: 0,
cacheWrite: 0,
totalTokens: 0,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0, total: 0 },
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
total: 0,
},
},
stopReason: "stop",
timestamp: 0,
@@ -203,7 +209,13 @@ describe("google-shared convertMessages", () => {
cacheRead: 0,
cacheWrite: 0,
totalTokens: 0,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0, total: 0 },
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
total: 0,
},
},
stopReason: "stop",
timestamp: 0,