utilitas 2001.1.89 → 2001.1.91

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/lib/alan.mjs CHANGED
@@ -192,7 +192,7 @@ const MODELS = {
192
192
  hearing: true, fast: true, hidden: true, defaultProvider: OPENAI,
193
193
  },
194
194
  // agents with deep-research capabilities
195
- [DEEP_RESEARCH_PRO]: {
195
+ [DEEP_RESEARCH_PRO]: { // https://ai.google.dev/gemini-api/docs/deep-research
196
196
  source: GOOGLE, contextWindow: m(1.05), maxOutputTokens: k(65.5),
197
197
  'deep-research': true, reasoning: true, defaultProvider: GOOGLE,
198
198
  },
package/lib/manifest.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "2001.1.89",
4
+ "version": "2001.1.91",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "2001.1.89",
4
+ "version": "2001.1.91",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",