@builderbot/cli 1.0.20-alpha.0 → 1.0.21-alpha.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/dist/index.cjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -9124,7 +9124,7 @@ const bannerDone = (templateName = '') => {
|
|
|
9124
9124
|
color.yellow(` npm start `),
|
|
9125
9125
|
``,
|
|
9126
9126
|
`📄 Documentación y Curso:`,
|
|
9127
|
-
` https://
|
|
9127
|
+
` https://builderbot.vercel.app`,
|
|
9128
9128
|
``,
|
|
9129
9129
|
`🤖 ¿Problemas? Únete:`,
|
|
9130
9130
|
` https://link.codigoencasa.com/DISCORD`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"type": "git",
|
|
43
43
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "ab9a11dd0d58d212309d9fe4293d32aaf9f4db70"
|
|
46
46
|
}
|