Skip to content

Commit

Permalink
Merge pull request #686 from codeforequity-at/develop
Browse files Browse the repository at this point in the history
Botium Core 1.13.0
  • Loading branch information
Botium authored Jun 18, 2022
2 parents b526584 + 257e08b commit 9ac7f7e
Show file tree
Hide file tree
Showing 11 changed files with 2,131 additions and 1,360 deletions.
2,687 changes: 1,464 additions & 1,223 deletions package-lock.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botium-core",
"version": "1.12.6",
"version": "1.13.0",
"description": "The Selenium for Chatbots",
"main": "index.js",
"module": "dist/botium-es.js",
Expand Down Expand Up @@ -32,22 +32,22 @@
},
"homepage": "https://www.botium.ai",
"dependencies": {
"@babel/runtime": "^7.17.9",
"async": "^3.2.3",
"@babel/runtime": "^7.18.3",
"async": "^3.2.4",
"body-parser": "^1.20.0",
"boolean": "^3.2.0",
"bottleneck": "^2.19.5",
"csv-parse": "^5.0.4",
"csv-parse": "^5.2.0",
"debug": "^4.3.4",
"esprima": "^4.0.1",
"express": "^4.17.3",
"express": "^4.18.1",
"globby": "11.0.4",
"ioredis": "^5.0.4",
"ioredis": "^5.0.6",
"is-class": "^0.0.9",
"is-json": "^2.0.1",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it": "^13.0.1",
"mime-types": "^2.1.35",
"mkdirp": "^1.0.4",
"moment": "^2.29.3",
Expand All @@ -59,39 +59,39 @@
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3",
"slugify": "^1.6.5",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"socketio-auth": "^0.1.1",
"swagger-jsdoc": "^6.2.1",
"swagger-ui-express": "^4.3.0",
"swagger-ui-express": "^4.4.0",
"uuid": "^8.3.2",
"vm2": "^3.9.9",
"write-yaml": "^1.0.0",
"xlsx": "^0.18.5",
"xregexp": "^5.1.0",
"yaml": "^2.0.1"
"xregexp": "^5.1.1",
"yaml": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/node": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/core": "^7.18.5",
"@babel/node": "^7.18.5",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^4.1.0",
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
"mocha": "^9.2.2",
"nock": "^13.2.4",
"npm-check-updates": "^12.5.9",
"mocha": "^10.0.0",
"nock": "^13.2.7",
"npm-check-updates": "^14.0.1",
"nyc": "^15.1.0",
"rollup": "^2.70.2",
"rollup": "^2.75.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions src/Capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ module.exports = {
SCRIPTING_XLSX_SHEETNAMES_PCONVOS: 'SCRIPTING_XLSX_SHEETNAMES_PCONVOS',
SCRIPTING_XLSX_SHEETNAMES_UTTERANCES: 'SCRIPTING_XLSX_SHEETNAMES_UTTERANCES',
SCRIPTING_XLSX_SHEETNAMES_SCRIPTING_MEMORY: 'SCRIPTING_XLSX_SHEETNAMES_SCRIPTING_MEMORY',
// hidden capability. All newly in Box created testsets will have this as true. CsvCompiler
// - throws less error (Box reads csv files as utterances, and convo. Compiler cant throw exception if a file is correct, but box tries to load it with incorrect script type)
// 4 or more colums are compiled just as utterances.
SCRIPTING_CSV_LEGACY_MODE_OFF: 'SCRIPTING_CSV_LEGACY_MODE_OFF',
SCRIPTING_CSV_DELIMITER: 'SCRIPTING_CSV_DELIMITER',
SCRIPTING_CSV_SKIP_HEADER: 'SCRIPTING_CSV_SKIP_HEADER',
SCRIPTING_CSV_QUOTE: 'SCRIPTING_CSV_QUOTE',
Expand All @@ -114,6 +118,9 @@ module.exports = {
SCRIPTING_CSV_MULTIROW_COLUMN_TEXT: 'SCRIPTING_CSV_MULTIROW_COLUMN_TEXT',
SCRIPTING_CSV_QA_COLUMN_QUESTION: 'SCRIPTING_CSV_QA_COLUMN_QUESTION',
SCRIPTING_CSV_QA_COLUMN_ANSWER: 'SCRIPTING_CSV_QA_COLUMN_ANSWER',
SCRIPTING_CSV_UTTERANCE_STARTROW: 'SCRIPTING_CSV_UTTERANCE_STARTROW',
SCRIPTING_CSV_UTTERANCE_STARTROW_HEADER: 'SCRIPTING_CSV_UTTERANCE_STARTROW_HEADER',
SCRIPTING_CSV_UTTERANCE_STOP_ON_EMPTY: 'SCRIPTING_CSV_UTTERANCE_STOP_ON_EMPTY',
SCRIPTING_NORMALIZE_TEXT: 'SCRIPTING_NORMALIZE_TEXT',
SCRIPTING_ENABLE_MEMORY: 'SCRIPTING_ENABLE_MEMORY',
SCRIPTING_ENABLE_MULTIPLE_ASSERT_ERRORS: 'SCRIPTING_ENABLE_MULTIPLE_ASSERT_ERRORS',
Expand Down
Loading

0 comments on commit 9ac7f7e

Please sign in to comment.