utilitas 1996.1.21 → 1996.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -227,6 +227,7 @@ Works in Node.js and modern browsers.
227
227
  | updateById | AsyncFunction | table, id, fields, options |
228
228
  | updateByKeyValue | AsyncFunction | table, key, value, fields, options |
229
229
  | upsert | Function | table, fields, options |
230
+ | vacuum | AsyncFunction | table, options |
230
231
 
231
232
  ### [email](./lib/email.mjs)
232
233
 
@@ -506,6 +507,7 @@ Works in Node.js and modern browsers.
506
507
  | basename | Function | |
507
508
  | byteToHexString | Function | byteArray |
508
509
  | call | Function | f, ...a |
510
+ | checkChance | Function | |
509
511
  | checkInterval | Function | itv, sed |
510
512
  | clarify | Function | |
511
513
  | clone | Function | any |