Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
49 changes: 49 additions & 0 deletions sdks/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdks/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
}
},
"sideEffects": false,
"bin": {
"evaluators-batch": "./dist/batch/index.js"
},
"files": [
"dist",
"README.md",
Expand Down Expand Up @@ -60,7 +63,10 @@
},
"dependencies": {
"compromise": "^14.13.0",
"csv-parse": "^6.1.0",
"csv-stringify": "^6.6.0",
Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

csv-stringify is listed as a dependency but does not appear to be imported/used anywhere in the TypeScript SDK. Please remove it to avoid unnecessary install size/supply-chain surface, or switch the manual CSV writer to use it consistently.

Suggested change
"csv-stringify": "^6.6.0",

Copilot uses AI. Check for mistakes.
"p-limit": "^5.0.0",
"prompts": "^2.4.2",
"syllable": "^5.0.1",
"zod": "^3.22.4"
},
Expand All @@ -69,6 +75,7 @@
"@ai-sdk/google": "^3.0.7",
"@ai-sdk/openai": "^3.0.9",
"@types/node": "^20.11.5",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^4.0.17",
Expand Down
Loading
Loading