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-es.js
CHANGED
|
@@ -35,7 +35,7 @@ import express from 'express';
|
|
|
35
35
|
import bodyParser from 'body-parser';
|
|
36
36
|
|
|
37
37
|
var name = "botium-core";
|
|
38
|
-
var version$1 = "1.15.
|
|
38
|
+
var version$1 = "1.15.3";
|
|
39
39
|
var description = "The Selenium for Chatbots";
|
|
40
40
|
var main = "index.js";
|
|
41
41
|
var module = "dist/botium-es.js";
|
|
@@ -3346,7 +3346,8 @@ class Convo$6 {
|
|
|
3346
3346
|
scriptingMemory,
|
|
3347
3347
|
botMsg,
|
|
3348
3348
|
transcript,
|
|
3349
|
-
transcriptStep
|
|
3349
|
+
transcriptStep,
|
|
3350
|
+
transcriptSteps
|
|
3350
3351
|
});
|
|
3351
3352
|
await this.scriptingEvents.onBotEnd({
|
|
3352
3353
|
convo: this,
|