utilitas 1999.1.22 → 1999.1.23

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
@@ -1491,7 +1491,7 @@ const analyzeSessions = async (sessionIds, options) => {
1491
1491
  x, JSON.stringify(sses[x]).length,
1492
1492
  ]).sort((x, y) => y[1] - x[1])[0][0]];
1493
1493
  }
1494
- }, await getMaxChatPromptLimit(options));
1494
+ }, await getChatPromptLimit(options));
1495
1495
  const aiResp = Object.keys(sses) ? (await prompt(getInput(), {
1496
1496
  jsonMode: true, simple: true, select: { json: true, fast: true },
1497
1497
  ...options || {}
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.22",
4
+ "version": "1999.1.23",
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.22",
4
+ "version": "1999.1.23",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",