feat: use language-agnostic test suite

This commit is contained in:
Johann Schopplich
2025-11-02 18:31:06 +01:00
parent 662a9d4bc5
commit 8977c8c7d6
9 changed files with 643 additions and 1993 deletions

View File

@@ -8,21 +8,21 @@
"fetch:github-repos": "tsx scripts/fetch-github-repos.ts"
},
"devDependencies": {
"@ai-sdk/anthropic": "^2.0.37",
"@ai-sdk/google": "^2.0.23",
"@ai-sdk/openai": "^2.0.53",
"@ai-sdk/anthropic": "^2.0.40",
"@ai-sdk/google": "^2.0.26",
"@ai-sdk/openai": "^2.0.59",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/xai": "^2.0.28",
"@ai-sdk/xai": "^2.0.30",
"@clack/prompts": "^0.11.0",
"@faker-js/faker": "^10.1.0",
"ai": "^5.0.80",
"ai": "^5.0.86",
"csv-stringify": "^6.6.0",
"fast-xml-parser": "^5.3.0",
"gpt-tokenizer": "^3.2.0",
"ofetch": "^1.4.1",
"ofetch": "^1.5.1",
"p-map": "^7.0.3",
"p-queue": "^9.0.0",
"unstorage": "^1.17.1",
"unstorage": "^1.17.2",
"yaml": "^2.8.1"
}
}