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.
package/dist/botium-es.js CHANGED
@@ -36,7 +36,7 @@ import express from 'express';
36
36
  import bodyParser from 'body-parser';
37
37
 
38
38
  var name = "botium-core";
39
- var version$1 = "1.12.3";
39
+ var version$1 = "1.12.4";
40
40
  var description = "The Selenium for Chatbots";
41
41
  var main = "index.js";
42
42
  var module = "dist/botium-es.js";
@@ -68,15 +68,15 @@ var bugs = {
68
68
  };
69
69
  var homepage = "https://www.botium.ai";
70
70
  var dependencies = {
71
- "@babel/runtime": "^7.17.2",
71
+ "@babel/runtime": "^7.17.8",
72
72
  async: "^3.2.3",
73
- "body-parser": "^1.19.1",
74
- boolean: "^3.1.4",
73
+ "body-parser": "^1.19.2",
74
+ boolean: "^3.2.0",
75
75
  bottleneck: "^2.19.5",
76
76
  "csv-parse": "^5.0.4",
77
- debug: "^4.3.3",
77
+ debug: "^4.3.4",
78
78
  esprima: "^4.0.1",
79
- express: "^4.17.2",
79
+ express: "^4.17.3",
80
80
  globby: "11.0.4",
81
81
  ioredis: "^4.28.5",
82
82
  "is-class": "^0.0.9",
@@ -84,7 +84,7 @@ var dependencies = {
84
84
  jsonpath: "^1.1.1",
85
85
  lodash: "^4.17.21",
86
86
  "markdown-it": "^12.3.2",
87
- "mime-types": "^2.1.34",
87
+ "mime-types": "^2.1.35",
88
88
  mkdirp: "^1.0.4",
89
89
  moment: "^2.29.1",
90
90
  mustache: "^4.2.0",
@@ -101,21 +101,21 @@ var dependencies = {
101
101
  "swagger-jsdoc": "^6.1.0",
102
102
  "swagger-ui-express": "^4.3.0",
103
103
  uuid: "^8.3.2",
104
- vm2: "^3.9.7",
104
+ vm2: "^3.9.9",
105
105
  "write-yaml": "^1.0.0",
106
- xlsx: "^0.18.2",
106
+ xlsx: "^0.18.4",
107
107
  xregexp: "^5.1.0",
108
108
  yaml: "^1.10.2"
109
109
  };
110
110
  var devDependencies = {
111
- "@babel/core": "^7.17.2",
111
+ "@babel/core": "^7.17.8",
112
112
  "@babel/node": "^7.16.8",
113
113
  "@babel/plugin-transform-runtime": "^7.17.0",
114
114
  "@babel/preset-env": "^7.16.11",
115
115
  chai: "^4.3.6",
116
116
  "chai-as-promised": "^7.1.1",
117
117
  "cross-env": "^7.0.3",
118
- eslint: "^8.9.0",
118
+ eslint: "^8.11.0",
119
119
  "eslint-config-standard": "^16.0.3",
120
120
  "eslint-plugin-import": "^2.25.4",
121
121
  "eslint-plugin-node": "^11.1.0",
@@ -123,11 +123,11 @@ var devDependencies = {
123
123
  "eslint-plugin-standard": "^4.1.0",
124
124
  "license-checker": "^25.0.1",
125
125
  "license-compatibility-checker": "^0.3.5",
126
- mocha: "^9.2.0",
126
+ mocha: "^9.2.2",
127
127
  nock: "^13.2.4",
128
- "npm-check-updates": "^12.3.0",
128
+ "npm-check-updates": "^12.5.4",
129
129
  nyc: "^15.1.0",
130
- rollup: "^2.67.2",
130
+ rollup: "^2.70.1",
131
131
  "rollup-plugin-babel": "^4.4.0",
132
132
  "rollup-plugin-commonjs": "^10.1.0",
133
133
  "rollup-plugin-json": "^4.0.0",
@@ -3060,7 +3060,8 @@ class Convo$6 {
3060
3060
  scriptingMemory,
3061
3061
  meMsg,
3062
3062
  transcript,
3063
- transcriptStep
3063
+ transcriptStep,
3064
+ transcriptSteps
3064
3065
  });
3065
3066
  await this.scriptingEvents.onMeStart({
3066
3067
  convo: this,
@@ -3069,7 +3070,8 @@ class Convo$6 {
3069
3070
  scriptingMemory,
3070
3071
  meMsg,
3071
3072
  transcript,
3072
- transcriptStep
3073
+ transcriptStep,
3074
+ transcriptSteps
3073
3075
  });
3074
3076
  await this.scriptingEvents.onMePrepare({
3075
3077
  convo: this,
@@ -3078,7 +3080,8 @@ class Convo$6 {
3078
3080
  scriptingMemory,
3079
3081
  meMsg,
3080
3082
  transcript,
3081
- transcriptStep
3083
+ transcriptStep,
3084
+ transcriptSteps
3082
3085
  });
3083
3086
  await this._checkBotRepliesConsumed(container);
3084
3087