utilitas 1995.2.83 → 1995.2.85
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 +4 -2
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/horizon.mjs +5 -0
- package/lib/manifest.mjs +1 -1
- package/lib/storage.mjs +44 -9
- package/lib/utilitas.mjs +10 -3
- package/package.json +1 -1
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 |
|
|
@@ -545,7 +547,7 @@ Works in Node.js and modern browsers.
|
|
|
545
547
|
| need | AsyncFunction | name, options |
|
|
546
548
|
| newError | Function | msg, status, opt |
|
|
547
549
|
| once | Function | fn, context |
|
|
548
|
-
| parseJson | Function | any, fallback |
|
|
550
|
+
| parseJson | Function | any, fallback, options |
|
|
549
551
|
| parseVersion | Function | verstr |
|
|
550
552
|
| prettyJson | Function | object, opt |
|
|
551
553
|
| purgeEmoji | Function | any, replace |
|