utilitas 1995.1.27 → 1995.2.3

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
@@ -327,9 +327,13 @@ Works in Node.js and modern browsers.
327
327
  | analyzeFile | AsyncFunction | any, options |
328
328
  | assertPath | AsyncFunction | path, type, mode, msg, code, options |
329
329
  | convert | AsyncFunction | any, options |
330
+ | deleteFileOnCloud | AsyncFunction | path, options |
331
+ | deleteOnCloud | AsyncFunction | path, options |
332
+ | downloadFileFromCloud | AsyncFunction | path, options |
333
+ | downloadFromCloud | AsyncFunction | path, options |
330
334
  | encodeBase64DataURL | Function | mime, buffer |
331
335
  | exists | AsyncFunction | filename |
332
- | existsOnCloud | AsyncFunction | destination |
336
+ | existsOnCloud | AsyncFunction | destination, options |
333
337
  | getConfig | AsyncFunction | options |
334
338
  | getConfigFilename | AsyncFunction | options |
335
339
  | getGcUrlByBucket | Function | bucke |
@@ -338,6 +342,7 @@ Works in Node.js and modern browsers.
338
342
  | init | AsyncFunction | options |
339
343
  | isTextFile | AsyncFunction | file, options |
340
344
  | legalFilename | Function | filename |
345
+ | lsOnCloud | AsyncFunction | prefix, options |
341
346
  | mapFilename | Function | |
342
347
  | mergeFile | AsyncFunction | data, options |
343
348
  | readFile | AsyncFunction | name, options |
@@ -507,7 +512,7 @@ Works in Node.js and modern browsers.
507
512
  | ocrImageGoogle | AsyncFunction | image, options |
508
513
  | ocrImageTesseract | AsyncFunction | image, options |
509
514
  | read | AsyncFunction | image, options |
510
- | read2 | AsyncFunction | image, options |
515
+ | readAll | AsyncFunction | image, options |
511
516
  | see | AsyncFunction | image, options |
512
517
 
513
518
  ### [web](./lib/web.mjs)