utilitas 2001.1.77 → 2001.1.79

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
@@ -102,9 +102,9 @@ const MODEL_ICONS = {
102
102
  };
103
103
 
104
104
  const FEATURE_ICONS = {
105
- audio: '🔊', deepsearch: '🔍', fast: '⚡️', finetune: '🔧', hearing: '👂',
106
- hidden: '🙈', image: '🎨', json: '📊', reasoning: '🧠', tools: '🧰',
107
- video: '🎬', vision: '👁️',
105
+ audio: '🔊', deepsearch: '🔍', fast: '⚡️', hearing: '👂', hidden: '🙈',
106
+ image: '🎨', json: '📊', reasoning: '🧠', tools: '🧰', video: '🎬',
107
+ vision: '👁️', // finetune: '🔧',
108
108
  };
109
109
 
110
110
  const GEMINI_RULES = {
package/lib/bot.mjs CHANGED
@@ -99,6 +99,7 @@ export {
99
99
  _NEED,
100
100
  EMOJI_THINKING,
101
101
  MESSAGE_LENGTH_LIMIT,
102
+ BOT,
102
103
  end,
103
104
  init,
104
105
  lines,
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.77",
4
+ "version": "2001.1.79",
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.77",
4
+ "version": "2001.1.79",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",