utilitas 2001.1.117 → 2001.1.118
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 -0
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +140 -51
- package/lib/manifest.mjs +1 -1
- package/lib/web.mjs +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ Works in Node.js and modern browsers.
|
|
|
33
33
|
| GEMINI_30_FLASH | String | gemini-3-flash-preview |
|
|
34
34
|
| GEMINI_30_PRO_IMAGE | String | gemini-3-pro-image-preview |
|
|
35
35
|
| GPT_52 | String | gpt-5.2 |
|
|
36
|
+
| GPT_52_CODEX | String | gpt-5.2-codex |
|
|
36
37
|
| GPT_IMAGE_15 | String | gpt-image-1.5 |
|
|
37
38
|
| IMAGEN_4_ULTRA | String | imagen-4.0-ultra-generate-001 |
|
|
38
39
|
| OPENAI_VOICE | String | OPENAI_VOICE |
|
|
@@ -603,6 +604,7 @@ Works in Node.js and modern browsers.
|
|
|
603
604
|
| getCurrentPosition | AsyncFunction | |
|
|
604
605
|
| getExchangeRate | AsyncFunction | to, from, amount |
|
|
605
606
|
| getJson | AsyncFunction | u, o |
|
|
607
|
+
| getOpenRouterModels | AsyncFunction | |
|
|
606
608
|
| getParsedHtml | AsyncFunction | u, o |
|
|
607
609
|
| getVersionOnNpm | AsyncFunction | packName |
|
|
608
610
|
| getYoutubeMetadata | AsyncFunction | |
|