@builderbot/bot 1.3.7-alpha.0 → 1.3.7
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/README.md +2 -2
- package/dist/index.cjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://builderbot.
|
|
2
|
+
<a href="https://builderbot.app/">
|
|
3
3
|
<h2 align="center">@builderbot/bot</h2>
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
## Documentation
|
|
9
9
|
|
|
10
|
-
Visit [builderbot](https://builderbot.
|
|
10
|
+
Visit [builderbot](https://builderbot.app/) to view the full documentation.
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
## Official Course
|
package/dist/index.cjs
CHANGED
|
@@ -14615,7 +14615,7 @@ class CoreClass extends EventEmitterClass {
|
|
|
14615
14615
|
msgToSend = this.flowClass.find(this.generalArgs.listEvents.CALL) || [];
|
|
14616
14616
|
}
|
|
14617
14617
|
}
|
|
14618
|
-
this.stateHandler.updateState({ from })({ __end_flow__: false });
|
|
14618
|
+
await this.stateHandler.updateState({ from })({ __end_flow__: false });
|
|
14619
14619
|
return exportFunctionsSend(() => sendFlow(msgToSend, from, { forceQueue: true }));
|
|
14620
14620
|
};
|
|
14621
14621
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/bot",
|
|
3
|
-
"version": "1.3.7
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"description": "core typescript",
|
|
5
5
|
"author": "Leifer Mendez <leifer33@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"optionalDependencies": {
|
|
63
63
|
"sharp": "0.33.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "da87b4bfcfdd8ace01777b3f9ccca827b188116c"
|
|
66
66
|
}
|