Skip to content

Commit

Permalink
[BUILD] 565696c
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jun 19, 2024
1 parent b1eb735 commit a62f81f
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 @@ -165,11 +165,13 @@ Works in Node.js and modern browsers.
| isWorker | Boolean | false |
| on | Function | action, callback, options |
| once | Function | action, cbf, opts |
| pop | AsyncFunction | k, o |
| push | Function | key, val, o |
| queue | Function | key, val, o |
| register | Function | name, func, options |
| report | Function | action, data |
| set | AsyncFunction | key, value, options |
| shift | AsyncFunction | k, o |
| unregister | Function | name |
| unshift | Function | key, val, o |
| worker | Undefined | |
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.6",
"version": "1996.1.7",
"private": false,
"homepage": "https://github.com/Leask/utilitas",
"main": "index.mjs",
Expand Down

0 comments on commit a62f81f

Please sign in to comment.