Skip to content

Commit

Permalink
[BUILD] 519acee
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jun 23, 2024
1 parent 5f3134b commit 57ce788
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Works in Node.js and modern browsers.
| deleteFileFromAssistant | AsyncFunction | assistantId, file_id, options |
| deleteThread | AsyncFunction | threadId, options |
| detachFileFromAssistant | AsyncFunction | assistantId, file_id, options |
| distillFile | AsyncFunction | attachments, o |
| ensureAssistant | AsyncFunction | |
| ensureThread | AsyncFunction | |
| getAssistant | AsyncFunction | assistantId, options |
Expand Down Expand Up @@ -402,6 +403,9 @@ Works in Node.js and modern browsers.
| symbol | type | params / value |
| :--- | :--- | :--- |
| _NEED | Array | file-type,mime-types,@google-cloud/storage |
| BUFFER | String | BUFFER |
| DATAURL | String | DATAURL |
| STREAM | String | STREAM |
| analyzeFile | AsyncFunction | any, options |
| assertPath | AsyncFunction | path, type, mode, msg, code, options |
| blobToBuffer | AsyncFunction | |
Expand Down
2 changes: 1 addition & 1 deletion lib/manifest.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const manifest = {
"name": "utilitas",
"description": "Just another common utility for JavaScript.",
"version": "1996.1.15",
"version": "1996.1.16",
"private": false,
"homepage": "https://github.com/Leask/utilitas",
"main": "index.mjs",
Expand Down

0 comments on commit 57ce788

Please sign in to comment.