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-cjs.js
CHANGED
|
@@ -81,7 +81,7 @@ var express__default = /*#__PURE__*/_interopDefaultLegacy(express);
|
|
|
81
81
|
var bodyParser__default = /*#__PURE__*/_interopDefaultLegacy(bodyParser);
|
|
82
82
|
|
|
83
83
|
var name = "botium-core";
|
|
84
|
-
var version$1 = "1.13.
|
|
84
|
+
var version$1 = "1.13.10";
|
|
85
85
|
var description = "The Selenium for Chatbots";
|
|
86
86
|
var main = "index.js";
|
|
87
87
|
var module$1 = "dist/botium-es.js";
|
|
@@ -5729,6 +5729,7 @@ var ScriptingProvider_1 = class ScriptingProvider {
|
|
|
5729
5729
|
convo,
|
|
5730
5730
|
convoStep,
|
|
5731
5731
|
scriptingMemory,
|
|
5732
|
+
container,
|
|
5732
5733
|
args: [],
|
|
5733
5734
|
isGlobal: true,
|
|
5734
5735
|
...rest
|
|
@@ -5771,6 +5772,7 @@ var ScriptingProvider_1 = class ScriptingProvider {
|
|
|
5771
5772
|
convo,
|
|
5772
5773
|
convoStep,
|
|
5773
5774
|
scriptingMemory,
|
|
5775
|
+
container,
|
|
5774
5776
|
args: [],
|
|
5775
5777
|
isGlobal: true,
|
|
5776
5778
|
...rest
|