nothumanallowed 13.5.98 → 13.5.99
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 +1 -1
- package/src/commands/ui.mjs +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nothumanallowed",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.99",
|
|
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": {
|
package/src/commands/ui.mjs
CHANGED
|
@@ -4409,6 +4409,7 @@ module.exports = { validateEmail, sanitizeText, validatePassword, validateUserna
|
|
|
4409
4409
|
[/require\(['"]cookie-parser['"]\)/g, "(()=>(r,s,n)=>{r.cookies=r.cookies||{};n()})"],
|
|
4410
4410
|
[/require\(['"]passport['"]\)/g, "{initialize:()=>(r,s,n)=>n(),session:()=>(r,s,n)=>n(),authenticate:()=>(r,s,n)=>n&&n()}"],
|
|
4411
4411
|
[/require\(['"]express-session['"]\)/g, "(()=>(r,s,n)=>{r.session=r.session||{};n()})"],
|
|
4412
|
+
[/require\(['"]connect-redis['"]\)/g, "(()=>{function RedisStore(){}; RedisStore.prototype.get=function(k,cb){cb&&cb(null,null);}; RedisStore.prototype.set=function(k,v,cb){cb&&cb();}; RedisStore.prototype.destroy=function(k,cb){cb&&cb();}; return RedisStore;})()"],
|
|
4412
4413
|
[/require\(['"]connect-flash['"]\)/g, "(()=>(r,s,n)=>n())"],
|
|
4413
4414
|
// Fix wrong relative paths the LLM generates
|
|
4414
4415
|
[/require\(['"]\.\.\/middleware\/securityMiddleware['"]\)/g, "require('../middleware/security')"],
|