@builderbot/cli 1.3.5-alpha.4 → 1.3.5-alpha.5
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
|
@@ -9102,7 +9102,7 @@ const bannerDone = (templateName = '', language) => {
|
|
|
9102
9102
|
const doneNote = [
|
|
9103
9103
|
``,
|
|
9104
9104
|
`📄 Documentation:`,
|
|
9105
|
-
` https://builderbot.
|
|
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.
|
|
3
|
+
"version": "1.3.5-alpha.5",
|
|
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": "
|
|
44
|
+
"gitHead": "f24fef3c8787b34a1fc239ef215eef119b663031"
|
|
45
45
|
}
|