utilitas 2000.3.35 → 2000.3.36

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
@@ -634,7 +634,7 @@ const buildMessage = async (content, options) => {
634
634
  } : content;
635
635
  message.content || (message.content = []);
636
636
  attachments.map(x => message.content.push(x));
637
- assertContent(message.content);
637
+ assertPrompt(message.content);
638
638
  return message;
639
639
  };
640
640
 
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": "2000.3.35",
4
+ "version": "2000.3.36",
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": "2000.3.35",
4
+ "version": "2000.3.36",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",