@builderbot/cli 1.3.5-alpha.4 → 1.3.5-alpha.6

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
@@ -9102,7 +9102,7 @@ const bannerDone = (templateName = '', language) => {
9102
9102
  const doneNote = [
9103
9103
  ``,
9104
9104
  `📄 Documentation:`,
9105
- ` https://builderbot.vercel.app`,
9105
+ ` https://builderbot.app`,
9106
9106
  ``,
9107
9107
  `🤖 Issues? Join:`,
9108
9108
  ` https://link.codigoencasa.com/DISCORD`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/cli",
3
- "version": "1.3.5-alpha.4",
3
+ "version": "1.3.5-alpha.6",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",
@@ -41,5 +41,5 @@
41
41
  "type": "git",
42
42
  "url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
43
43
  },
44
- "gitHead": "817e25a17d7fab3b3ab2472c5ee01446ac991988"
44
+ "gitHead": "a0979b488a7564f3c9718a5b6a89d9bf24b9141e"
45
45
  }