utilitas 1995.2.2 → 1995.2.4

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,17 +327,23 @@ 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 |
340
+ | getIdByGs | Function | gs |
336
341
  | getTempPath | Function | options |
337
342
  | handleError | Function | err, opts |
338
343
  | init | AsyncFunction | options |
339
344
  | isTextFile | AsyncFunction | file, options |
340
345
  | legalFilename | Function | filename |
346
+ | lsOnCloud | AsyncFunction | prefix, options |
341
347
  | mapFilename | Function | |
342
348
  | mergeFile | AsyncFunction | data, options |
343
349
  | readFile | AsyncFunction | name, options |
@@ -507,7 +513,7 @@ Works in Node.js and modern browsers.
507
513
  | ocrImageGoogle | AsyncFunction | image, options |
508
514
  | ocrImageTesseract | AsyncFunction | image, options |
509
515
  | read | AsyncFunction | image, options |
510
- | read2 | AsyncFunction | image, options |
516
+ | readAll | AsyncFunction | image, options |
511
517
  | see | AsyncFunction | image, options |
512
518
 
513
519
  ### [web](./lib/web.mjs)