utilitas 1995.0.29 → 1995.0.31

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 |
@@ -313,6 +319,7 @@ Works in Node.js and modern browsers.
313
319
  | readFile | AsyncFunction | name, options |
314
320
  | readJson | AsyncFunction | filename, options |
315
321
  | setConfig | AsyncFunction | data, options |
322
+ | sliceFile | AsyncFunction | any, options |
316
323
  | touchPath | AsyncFunction | path, options |
317
324
  | tryRm | AsyncFunction | path, options |
318
325
  | writeFile | AsyncFunction | filename, data, options |