Skip to content

Commit

Permalink
[BUILD] a1f4d6a
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jul 24, 2024
1 parent 0578776 commit 6d1e703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Works in Node.js and modern browsers.
| updateById | AsyncFunction | table, id, fields, options |
| updateByKeyValue | AsyncFunction | table, key, value, fields, options |
| upsert | Function | table, fields, options |
| vacuum | AsyncFunction | table, options |

### [email](./lib/email.mjs)

Expand Down Expand Up @@ -506,6 +507,7 @@ Works in Node.js and modern browsers.
| basename | Function | |
| byteToHexString | Function | byteArray |
| call | Function | f, ...a |
| checkChance | Function | |
| checkInterval | Function | itv, sed |
| clarify | Function | |
| clone | Function | any |
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.22",
"version": "1996.1.23",
"private": false,
"homepage": "https://github.com/Leask/utilitas",
"main": "index.mjs",
Expand Down

0 comments on commit 6d1e703

Please sign in to comment.