utilitas 1995.2.84 → 1995.2.86

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
@@ -393,10 +393,12 @@ Works in Node.js and modern browsers.
393
393
 
394
394
  | symbol | type | params / value |
395
395
  | :--- | :--- | :--- |
396
- | _NEED | Array | mime-types,@google-cloud/storage |
396
+ | _NEED | Array | file-type,mime-types,@google-cloud/storage |
397
397
  | analyzeFile | AsyncFunction | any, options |
398
398
  | assertPath | AsyncFunction | path, type, mode, msg, code, options |
399
+ | blobToBuffer | AsyncFunction | |
399
400
  | convert | AsyncFunction | any, options |
401
+ | decodeBase64DataURL | Function | |
400
402
  | deleteFileOnCloud | AsyncFunction | path, options |
401
403
  | deleteOnCloud | AsyncFunction | path, options |
402
404
  | downloadFileFromCloud | AsyncFunction | path, options |
@@ -471,6 +473,7 @@ Works in Node.js and modern browsers.
471
473
  | analyzeModule | Function | obj |
472
474
  | arrayEqual | Function | arrA, arrB |
473
475
  | assembleApiUrl | Function | hst, path, args |
476
+ | assembleBuffer | Function | |
474
477
  | assembleUrl | Function | url, componens |
475
478
  | assertArray | Function | arr, message, status, opts |
476
479
  | assertBuffer | Function | buffer, message, status, options |