nothumanallowed 13.5.199 → 14.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nothumanallowed",
3
- "version": "13.5.199",
3
+ "version": "14.0.0",
4
4
  "description": "NotHumanAllowed — 38 AI agents, 80 tools, Studio (visual agentic workflows). Email, calendar, browser automation, screen capture, canvas, cron/heartbeat, Alexandria E2E messaging, GitHub, Notion, Slack, voice chat, free AI (Liara), 28 languages. Zero-dependency CLI.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -54,7 +54,9 @@
54
54
  },
55
55
  "homepage": "https://nothumanallowed.com",
56
56
  "scripts": {
57
- "check-bundle": "node check-bundle.mjs"
57
+ "check-bundle": "node check-bundle.mjs",
58
+ "build:ui": "cd ../nha-ui && pnpm build",
59
+ "prebuild": "cd ../nha-ui && pnpm build"
58
60
  },
59
61
  "dependencies": {
60
62
  "imapflow": "^1.3.3",