botium-core 1.13.9 → 1.13.10
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-es.js
CHANGED
|
@@ -37,7 +37,7 @@ import express from 'express';
|
|
|
37
37
|
import bodyParser from 'body-parser';
|
|
38
38
|
|
|
39
39
|
var name = "botium-core";
|
|
40
|
-
var version$1 = "1.13.
|
|
40
|
+
var version$1 = "1.13.10";
|
|
41
41
|
var description = "The Selenium for Chatbots";
|
|
42
42
|
var main = "index.js";
|
|
43
43
|
var module = "dist/botium-es.js";
|
|
@@ -5685,6 +5685,7 @@ var ScriptingProvider_1 = class ScriptingProvider {
|
|
|
5685
5685
|
convo,
|
|
5686
5686
|
convoStep,
|
|
5687
5687
|
scriptingMemory,
|
|
5688
|
+
container,
|
|
5688
5689
|
args: [],
|
|
5689
5690
|
isGlobal: true,
|
|
5690
5691
|
...rest
|
|
@@ -5727,6 +5728,7 @@ var ScriptingProvider_1 = class ScriptingProvider {
|
|
|
5727
5728
|
convo,
|
|
5728
5729
|
convoStep,
|
|
5729
5730
|
scriptingMemory,
|
|
5731
|
+
container,
|
|
5730
5732
|
args: [],
|
|
5731
5733
|
isGlobal: true,
|
|
5732
5734
|
...rest
|