utilitas 1995.0.28 → 1995.0.30

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
@@ -146,7 +146,13 @@ Works in Node.js and modern browsers.
146
146
 
147
147
  | symbol | type | params / value |
148
148
  | :--- | :--- | :--- |
149
+ | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,@google-cloud/vision |
150
+ | aesCreateIv | Function | options |
151
+ | aesCreateKey | Function | options |
152
+ | aesDecrypt | Function | any, options |
153
+ | aesEncrypt | Function | any, options |
149
154
  | defaultAlgorithm | String | sha256 |
155
+ | defaultEncryption | String | aes-256-gcm |
150
156
  | digestObject | Function | object, algorithm |
151
157
  | getApiKeyCredentials | AsyncFunction | options |
152
158
  | getSortedQueryString | Function | obj |
@@ -297,6 +303,8 @@ Works in Node.js and modern browsers.
297
303
 
298
304
  | symbol | type | params / value |
299
305
  | :--- | :--- | :--- |
306
+ | _NEED | Array | mime-types |
307
+ | analyzeFile | AsyncFunction | any, options |
300
308
  | assertPath | AsyncFunction | path, type, mode, msg, code, options |
301
309
  | convert | AsyncFunction | any, options |
302
310
  | encodeBase64DataURL | Function | mime, buffer |
@@ -456,6 +464,7 @@ Works in Node.js and modern browsers.
456
464
  | verifyPhone | Function | phone |
457
465
  | verifyUrl | Function | url |
458
466
  | verifyUuid | Function | uuid |
467
+ | voidFunc | Function | |
459
468
  | which | AsyncFunction | any |
460
469
 
461
470
  ### [vision](./lib/vision.mjs)