botium-core 1.15.2 → 1.15.3
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/botium-cjs.js +3 -2
- package/dist/botium-cjs.js.map +1 -1
- package/dist/botium-es.js +3 -2
- package/dist/botium-es.js.map +1 -1
- package/package.json +1 -1
- package/src/scripting/Convo.js +1 -1
package/dist/botium-cjs.js
CHANGED
|
@@ -77,7 +77,7 @@ var express__default = /*#__PURE__*/_interopDefaultLegacy(express);
|
|
|
77
77
|
var bodyParser__default = /*#__PURE__*/_interopDefaultLegacy(bodyParser);
|
|
78
78
|
|
|
79
79
|
var name = "botium-core";
|
|
80
|
-
var version$1 = "1.15.
|
|
80
|
+
var version$1 = "1.15.3";
|
|
81
81
|
var description = "The Selenium for Chatbots";
|
|
82
82
|
var main = "index.js";
|
|
83
83
|
var module$1 = "dist/botium-es.js";
|
|
@@ -3388,7 +3388,8 @@ class Convo$6 {
|
|
|
3388
3388
|
scriptingMemory,
|
|
3389
3389
|
botMsg,
|
|
3390
3390
|
transcript,
|
|
3391
|
-
transcriptStep
|
|
3391
|
+
transcriptStep,
|
|
3392
|
+
transcriptSteps
|
|
3392
3393
|
});
|
|
3393
3394
|
await this.scriptingEvents.onBotEnd({
|
|
3394
3395
|
convo: this,
|