@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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. 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://bot-whatsapp.netlify.app`,
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.20-alpha.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": "2dccf8317ed56b364b1ad7e921aa3238a974fdcc"
45
+ "gitHead": "ab9a11dd0d58d212309d9fe4293d32aaf9f4db70"
46
46
  }