botium-core 1.12.3 → 1.12.4

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.
@@ -79,7 +79,7 @@ var express__default = /*#__PURE__*/_interopDefaultLegacy(express);
79
79
  var bodyParser__default = /*#__PURE__*/_interopDefaultLegacy(bodyParser);
80
80
 
81
81
  var name = "botium-core";
82
- var version$1 = "1.12.3";
82
+ var version$1 = "1.12.4";
83
83
  var description = "The Selenium for Chatbots";
84
84
  var main = "index.js";
85
85
  var module$1 = "dist/botium-es.js";
@@ -111,15 +111,15 @@ var bugs = {
111
111
  };
112
112
  var homepage = "https://www.botium.ai";
113
113
  var dependencies = {
114
- "@babel/runtime": "^7.17.2",
114
+ "@babel/runtime": "^7.17.8",
115
115
  async: "^3.2.3",
116
- "body-parser": "^1.19.1",
117
- boolean: "^3.1.4",
116
+ "body-parser": "^1.19.2",
117
+ boolean: "^3.2.0",
118
118
  bottleneck: "^2.19.5",
119
119
  "csv-parse": "^5.0.4",
120
- debug: "^4.3.3",
120
+ debug: "^4.3.4",
121
121
  esprima: "^4.0.1",
122
- express: "^4.17.2",
122
+ express: "^4.17.3",
123
123
  globby: "11.0.4",
124
124
  ioredis: "^4.28.5",
125
125
  "is-class": "^0.0.9",
@@ -127,7 +127,7 @@ var dependencies = {
127
127
  jsonpath: "^1.1.1",
128
128
  lodash: "^4.17.21",
129
129
  "markdown-it": "^12.3.2",
130
- "mime-types": "^2.1.34",
130
+ "mime-types": "^2.1.35",
131
131
  mkdirp: "^1.0.4",
132
132
  moment: "^2.29.1",
133
133
  mustache: "^4.2.0",
@@ -144,21 +144,21 @@ var dependencies = {
144
144
  "swagger-jsdoc": "^6.1.0",
145
145
  "swagger-ui-express": "^4.3.0",
146
146
  uuid: "^8.3.2",
147
- vm2: "^3.9.7",
147
+ vm2: "^3.9.9",
148
148
  "write-yaml": "^1.0.0",
149
- xlsx: "^0.18.2",
149
+ xlsx: "^0.18.4",
150
150
  xregexp: "^5.1.0",
151
151
  yaml: "^1.10.2"
152
152
  };
153
153
  var devDependencies = {
154
- "@babel/core": "^7.17.2",
154
+ "@babel/core": "^7.17.8",
155
155
  "@babel/node": "^7.16.8",
156
156
  "@babel/plugin-transform-runtime": "^7.17.0",
157
157
  "@babel/preset-env": "^7.16.11",
158
158
  chai: "^4.3.6",
159
159
  "chai-as-promised": "^7.1.1",
160
160
  "cross-env": "^7.0.3",
161
- eslint: "^8.9.0",
161
+ eslint: "^8.11.0",
162
162
  "eslint-config-standard": "^16.0.3",
163
163
  "eslint-plugin-import": "^2.25.4",
164
164
  "eslint-plugin-node": "^11.1.0",
@@ -166,11 +166,11 @@ var devDependencies = {
166
166
  "eslint-plugin-standard": "^4.1.0",
167
167
  "license-checker": "^25.0.1",
168
168
  "license-compatibility-checker": "^0.3.5",
169
- mocha: "^9.2.0",
169
+ mocha: "^9.2.2",
170
170
  nock: "^13.2.4",
171
- "npm-check-updates": "^12.3.0",
171
+ "npm-check-updates": "^12.5.4",
172
172
  nyc: "^15.1.0",
173
- rollup: "^2.67.2",
173
+ rollup: "^2.70.1",
174
174
  "rollup-plugin-babel": "^4.4.0",
175
175
  "rollup-plugin-commonjs": "^10.1.0",
176
176
  "rollup-plugin-json": "^4.0.0",
@@ -3103,7 +3103,8 @@ class Convo$6 {
3103
3103
  scriptingMemory,
3104
3104
  meMsg,
3105
3105
  transcript,
3106
- transcriptStep
3106
+ transcriptStep,
3107
+ transcriptSteps
3107
3108
  });
3108
3109
  await this.scriptingEvents.onMeStart({
3109
3110
  convo: this,
@@ -3112,7 +3113,8 @@ class Convo$6 {
3112
3113
  scriptingMemory,
3113
3114
  meMsg,
3114
3115
  transcript,
3115
- transcriptStep
3116
+ transcriptStep,
3117
+ transcriptSteps
3116
3118
  });
3117
3119
  await this.scriptingEvents.onMePrepare({
3118
3120
  convo: this,
@@ -3121,7 +3123,8 @@ class Convo$6 {
3121
3123
  scriptingMemory,
3122
3124
  meMsg,
3123
3125
  transcript,
3124
- transcriptStep
3126
+ transcriptStep,
3127
+ transcriptSteps
3125
3128
  });
3126
3129
  await this._checkBotRepliesConsumed(container);
3127
3130