utilitas 1995.1.21 → 1995.1.23

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
@@ -155,7 +155,7 @@ Works in Node.js and modern browsers.
155
155
 
156
156
  | symbol | type | params / value |
157
157
  | :--- | :--- | :--- |
158
- | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,@google-cloud/vision |
158
+ | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,@google-cloud/vision,google-gax |
159
159
  | aesCreateIv | Function | options |
160
160
  | aesCreateKey | Function | options |
161
161
  | aesDecrypt | Function | any, options |
@@ -323,7 +323,7 @@ Works in Node.js and modern browsers.
323
323
 
324
324
  | symbol | type | params / value |
325
325
  | :--- | :--- | :--- |
326
- | _NEED | Array | mime-types |
326
+ | _NEED | Array | mime-types,@google-cloud/storage |
327
327
  | analyzeFile | AsyncFunction | any, options |
328
328
  | assertPath | AsyncFunction | path, type, mode, msg, code, options |
329
329
  | convert | AsyncFunction | any, options |
@@ -331,11 +331,13 @@ Works in Node.js and modern browsers.
331
331
  | exists | AsyncFunction | filename |
332
332
  | getConfig | AsyncFunction | options |
333
333
  | getConfigFilename | AsyncFunction | options |
334
+ | getGcUrlByBucket | Function | bucke |
334
335
  | getTempPath | Function | options |
335
336
  | handleError | Function | err, opts |
337
+ | init | AsyncFunction | options |
336
338
  | isTextFile | AsyncFunction | file, options |
337
339
  | legalFilename | Function | filename |
338
- | mapFilename | Function | name |
340
+ | mapFilename | Function | |
339
341
  | mergeFile | AsyncFunction | data, options |
340
342
  | readFile | AsyncFunction | name, options |
341
343
  | readJson | AsyncFunction | filename, options |
@@ -344,6 +346,7 @@ Works in Node.js and modern browsers.
344
346
  | touchPath | AsyncFunction | path, options |
345
347
  | tryRm | AsyncFunction | path, options |
346
348
  | unzip | AsyncFunction | any, options |
349
+ | uploadToCloud | AsyncFunction | data, options |
347
350
  | writeFile | AsyncFunction | filename, data, options |
348
351
  | writeJson | AsyncFunction | filename, data, options |
349
352
  | writeTempFile | AsyncFunction | data, options |
@@ -503,6 +506,7 @@ Works in Node.js and modern browsers.
503
506
  | ocrImageGoogle | AsyncFunction | image, options |
504
507
  | ocrImageTesseract | AsyncFunction | image, options |
505
508
  | read | AsyncFunction | image, options |
509
+ | read2 | AsyncFunction | image, options |
506
510
  | see | AsyncFunction | image, options |
507
511
 
508
512
  ### [web](./lib/web.mjs)