Added official file support
All checks were successful
Publish Library / Build NPM Project (push) Successful in 58s
Publish Library / Tag Version (push) Successful in 13s

This commit is contained in:
2026-08-16 15:40:50 -04:00
parent 7308927a3c
commit 797a40a566
5 changed files with 488 additions and 212 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/ai-utils",
"version": "1.5.0",
"version": "1.6.0",
"description": "AI Utility library",
"author": "Zak Timson",
"license": "MIT",
@@ -26,12 +26,13 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.102.0",
"@tensorflow/tfjs": "^4.22.0",
"@huggingface/transformers": "^4.2.0",
"@tensorflow/tfjs": "^4.22.0",
"@ztimson/node-utils": "^1.0.7",
"@ztimson/utils": "^0.29.4",
"cheerio": "^1.2.0",
"openai": "^6.42.0",
"pdf-parse": "^2.4.5",
"tesseract.js": "^7.0.0"
},
"devDependencies": {