@bot-whatsapp/bot
Advanced tools
Comparing version 0.0.200-alpha.0 to 0.0.201-alpha.0
@@ -296,10 +296,8 @@ const { EventEmitter } = require('node:events') | ||
[ | ||
`[CIRCULAR_DEPENDENCY]: Se ha detectado una dependencia circular.` | ||
`[CIRCULAR_DEPENDENCY]: Se ha detectado una dependencia circular.`, | ||
`Para evitar problemas, te recomendamos utilizar 'require'('./ruta_del_flow')`, | ||
``, | ||
`Ejemplo: return gotoFlow(helloFlow) --> gotoFlow(require('./flows/helloFlow.js'))`, | ||
``, | ||
`[INFO]: Para entender más sobre esto ir a https://bot-whatsapp.netlify.app/docs/goto-flow/` | ||
].join('\n') | ||
) | ||
`Ejemplo: gotoFlow(helloFlow) --> gotoFlow(require('./flows/helloFlow.js'))`, | ||
`[INFO]: https://bot-whatsapp.netlify.app/docs/goto-flow/` | ||
] | ||
); | ||
return | ||
@@ -306,0 +304,0 @@ } |
{ | ||
"name": "@bot-whatsapp/bot", | ||
"version": "0.0.200-alpha.0", | ||
"version": "0.0.201-alpha.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/bundle.bot.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
149483
3846