utilitas 1999.1.5 → 1999.1.6

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
@@ -1505,7 +1505,7 @@ const analyzeSessions = async (sessionIds, options) => {
1505
1505
  }
1506
1506
  }, await getMaxChatPromptLimit(options));
1507
1507
  const aiResp = Object.keys(sses) ? (await prompt(getInput(), {
1508
- jsonMode: true, simple: true, select: { json: true, fase: true },
1508
+ jsonMode: true, simple: true, select: { json: true, fast: true },
1509
1509
  ...options || {}
1510
1510
  })) : {};
1511
1511
  assert(aiResp, 'Unable to analyze sessions.');
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": "1999.1.5",
4
+ "version": "1999.1.6",
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": "1999.1.5",
4
+ "version": "1999.1.6",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",