utilitas 2000.3.23 → 2000.3.25
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 +2 -3
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/embedding.mjs +4 -2
- package/lib/encryption.mjs +1 -15
- package/lib/manifest.mjs +3 -3
- package/lib/speech.mjs +33 -38
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -215,7 +215,7 @@ Works in Node.js and modern browsers.
|
|
|
215
215
|
|
|
216
216
|
| symbol | type | params / value |
|
|
217
217
|
| :--- | :--- | :--- |
|
|
218
|
-
| _NEED | Array |
|
|
218
|
+
| _NEED | Array | google-gax |
|
|
219
219
|
| aesCreateIv | Function | options |
|
|
220
220
|
| aesCreateKey | Function | options |
|
|
221
221
|
| aesDecrypt | Function | any, options |
|
|
@@ -223,7 +223,6 @@ Works in Node.js and modern browsers.
|
|
|
223
223
|
| defaultAlgorithm | String | sha256 |
|
|
224
224
|
| defaultEncryption | String | aes-256-gcm |
|
|
225
225
|
| digestObject | Function | object, algorithm |
|
|
226
|
-
| getGoogleApiKeyCredentials | AsyncFunction | options |
|
|
227
226
|
| getGoogleAuthByCredentials | AsyncFunction | keyFilename |
|
|
228
227
|
| getGoogleAuthTokenByAuth | AsyncFunction | auth |
|
|
229
228
|
| getSortedQueryString | Function | obj |
|
|
@@ -327,7 +326,7 @@ Works in Node.js and modern browsers.
|
|
|
327
326
|
|
|
328
327
|
| symbol | type | params / value |
|
|
329
328
|
| :--- | :--- | :--- |
|
|
330
|
-
| _NEED | Array | @google
|
|
329
|
+
| _NEED | Array | @google/genai,OpenAI,whisper-node |
|
|
331
330
|
| default | AsyncFunction | options |
|
|
332
331
|
| OPENAI_TTS_MAX_LENGTH | Number | 4096 |
|
|
333
332
|
| checkSay | AsyncFunction | options |
|