botserver/package.json

301 lines
8.4 KiB
JSON
Raw Normal View History

2018-04-21 02:59:30 -03:00
{
"name": "botserver",
"version": "2.4.42",
"type": "module",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.mjs",
2018-11-12 13:53:21 -02:00
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",
"homepage": "https://github.com/pragmatismo-io/BotServer/#readme",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"João Ferreira <joao.parana@gmail.com>",
"Jorge Ramos <jramos@pobox.com>",
"PH <ph.an@outlook.com>",
2023-03-02 17:46:45 -03:00
"Dário Vieira <dario.junior3@gmail.com>",
"Alan Perdomo <alanperdomo@hotmail.com>"
],
2018-11-12 13:53:21 -02:00
"engines": {
2023-07-09 10:36:38 -03:00
"node": "=19.7.0"
2018-11-12 13:53:21 -02:00
},
2018-04-21 02:59:30 -03:00
"license": "AGPL-3.0",
"preferGlobal": true,
"private": false,
"bin": {
"gbot": "./boot.cjs"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/GeneralBots/BotServer.git"
},
2018-04-21 02:59:30 -03:00
"scripts": {
"clean": "shx rm -rf node_modules/ dist/ docs/reference",
2022-12-14 08:23:39 -03:00
"tslint": "tslint --fix ./src/*.ts ./packages/**/*.ts -t verbose",
2022-06-08 13:24:43 -03:00
"build": "npm install && npm run build-server && npm run build-gbui",
"build-server": "tsc",
"build-gbui": "cd packages/default.gbui && echo SKIP_PREFLIGHT_CHECK=true >.env && npm install && npm run build",
"build-docs": "typedoc --options typedoc.json src/",
2022-07-01 10:40:28 -03:00
"test": "node test.js",
"start": "NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs",
"reverse-proxy": "node_modules/.bin/ngrok http 4242",
2018-11-11 18:00:37 -02:00
"watch:build": "tsc --watch",
"posttypedoc": "shx cp .nojekyll docs/reference/.nojekyll",
"ban": "ban",
"issues": "git-issues",
"license": "license-checker --production --onlyunknown --csv",
"pretty": "prettier-standard 'src/*.ts' 'packages/**/*.ts'",
2018-11-12 14:00:53 -02:00
"secure": "nsp check",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"unused-deps": "dependency-check --unused --no-dev ./package.json",
2018-11-12 13:53:21 -02:00
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release",
2018-11-12 12:40:35 -02:00
"commit": "git-cz"
2018-04-21 02:59:30 -03:00
},
"dependencies": {
2022-12-16 10:54:34 -03:00
"@azure/arm-appservice": "13.0.3",
"@azure/arm-cognitiveservices": "7.3.1",
"@azure/arm-resources": "5.1.0",
"@azure/arm-search": "3.0.1",
"@azure/arm-sql": "9.0.1",
"@azure/arm-subscriptions": "5.1.0",
"@azure/cognitiveservices-computervision": "8.2.0",
"@azure/keyvault-keys": "4.6.0",
"@azure/ms-rest-js": "2.6.2",
2022-11-29 18:01:23 -03:00
"@azure/msal-node": "1.14.3",
2022-12-16 10:54:34 -03:00
"@azure/search-documents": "11.3.1",
"@google-cloud/pubsub": "3.2.1",
"@google-cloud/translate": "7.0.4",
"@hubspot/api-client": "7.1.2",
"@koa/cors": "4.0.0",
"@microsoft/microsoft-graph-client": "3.0.4",
"@nlpjs/basic": "4.26.1",
2022-11-29 18:01:23 -03:00
"@nosferatu500/textract": "3.1.2",
"@push-rpc/core": "1.1.5",
"@push-rpc/http": "1.1.5",
"@push-rpc/websocket": "1.1.5",
2022-12-16 12:00:59 -03:00
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.0",
"@sendgrid/mail": "7.7.0",
"@types/node": "18.11.9",
"@types/validator": "13.7.10",
"adm-zip": "0.5.9",
"alasql": "2.1.6",
"any-shell-escape": "0.1.1",
2023-02-24 13:31:40 -03:00
"arraybuffer-to-buffer": "0.0.7",
"async-mutex": "0.4.0",
"async-promises": "0.2.3",
2022-08-06 19:37:58 -03:00
"basic-auth": "2.0.1",
"billboard.js": "3.6.3",
"bluebird": "3.7.2",
"body-parser": "1.20.1",
"botbuilder": "4.18.0",
"botbuilder-adapter-facebook": "1.0.12",
"botbuilder-ai": "4.18.0",
"botbuilder-dialogs": "4.18.0",
"botframework-connector": "4.18.0",
"botlib": "3.0.11",
"c3-chart-maker": "0.2.8",
"cd": "0.3.3",
2022-12-16 10:54:34 -03:00
"chatgpt": "2.4.2",
"chrome-remote-interface": "0.31.3",
"cli-progress": "3.11.2",
"cli-spinner": "0.2.10",
"core-js": "3.26.1",
"data-forge": "1.9.6",
"date-diff": "1.0.2",
"docximager": "0.0.4",
"docxtemplater": "3.9.7",
"dotenv-extended": "2.9.0",
2023-02-24 16:50:03 -03:00
"dynamics-web-api": "1.7.6",
"exceljs": "4.3.0",
"express": "4.18.2",
"express-remove-route": "1.0.0",
"ffmpeg-static": "5.1.0",
"google-libphonenumber": "3.2.31",
"googleapis": "109.0.1",
"ibm-watson": "7.1.2",
2023-02-13 17:31:38 -03:00
"join-images-updated": "1.1.4",
"keyv": "4.5.2",
"koa": "2.13.4",
"koa-body": "6.0.1",
"koa-router": "12.0.0",
"line-replace": "2.0.1",
"lodash": "4.17.21",
"luxon": "3.1.0",
2022-12-15 23:03:20 -03:00
"mammoth": "1.5.1",
"mime-types": "2.1.35",
2022-11-19 23:34:58 -03:00
"moment": "1.3.0",
2022-12-14 08:23:39 -03:00
"ms-rest-azure": "3.0.0",
"nexmo": "2.9.1",
2023-07-23 10:59:59 -03:00
"ngrok": "4.3.3",
"node-cron": "3.0.2",
2023-02-24 13:31:40 -03:00
"node-html-parser": "6.1.5",
"node-nlp": "4.26.1",
"node-tesseract-ocr": "2.2.1",
"npm": "9.6.1",
"open": "8.4.0",
2023-02-24 13:31:40 -03:00
"open-docxtemplater-image-module": "1.0.3",
2023-07-23 10:59:59 -03:00
"openai": "3.3.0",
"pdf-extraction": "1.0.2",
"pdf-to-png-converter": "3.1.0",
"pdfkit": "0.13.0",
"phone": "3.1.30",
"pizzip": "3.1.3",
"pptxtemplater": "1.0.5",
"pragmatismo-io-framework": "1.1.1",
"prism-media": "1.3.4",
"public-ip": "6.0.1",
"punycode": "2.1.1",
"puppeteer": "19.8.0",
"puppeteer-extra": "3.3.4",
2023-03-19 20:09:54 -03:00
"puppeteer-extra-plugin-minmax": "1.1.2",
"puppeteer-extra-plugin-stealth": "2.11.1",
"qr-scanner": "1.4.2",
"qrcode": "1.5.1",
"qrcode-terminal": "0.12.0",
2020-04-28 20:54:04 -03:00
"readline": "1.3.0",
"reflect-metadata": "0.1.13",
2020-07-12 10:13:54 -03:00
"rimraf": "3.0.2",
"safe-buffer": "5.2.1",
"scanf": "1.1.2",
"sequelize": "6.28.2",
"sequelize-cli": "6.6.0",
"sequelize-typescript": "2.1.5",
2023-02-24 13:31:40 -03:00
"sharp": "0.31.3",
"simple-git": "3.16.0",
"speakingurl": "14.0.1",
"ssr-for-bots": "1.0.1-c",
"strict-password-generator": "1.1.2",
2022-12-16 10:54:34 -03:00
"swagger-client": "3.18.5",
"tabulator-tables": "5.4.2",
"tedious": "15.1.2",
2022-12-16 10:54:34 -03:00
"textract": "2.5.0",
"twitter-api-v2": "1.12.9",
"typescript": "4.9.5",
"url-join": "5.0.0",
"vbscript-to-typescript": "1.0.8",
"vhost": "3.0.2",
"vm2": "3.9.11",
"vm2-process": "2.1.1",
"walk-promise": "0.2.0",
"washyourmouthoutwithsoap": "1.0.2",
chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/GeneralBots/BotServer/compare/2.3.9...2.4.0) (2023-07-09) ### Bug Fixes * **all:** CWD in Windows now working. ([6721c3d](https://github.com/GeneralBots/BotServer/commit/6721c3dcc31d604923f6c3ca0b7100c76f61d14d)) * **all:** Fixes in production. ([56b6877](https://github.com/GeneralBots/BotServer/commit/56b687792b6fa230f67adcd047011cfa536006cc)) * **all:** HTTP handler added. ([7c6a175](https://github.com/GeneralBots/BotServer/commit/7c6a1753b3944b0b1f95c7a7faa1556a60e8d0ad)) * **all:** Minor changes in PROD. ([f69b3f0](https://github.com/GeneralBots/BotServer/commit/f69b3f004cd87844b2339458cfe75bb6aef8662a)) * **all:** Minor changes in PROD. ([0b5fa3e](https://github.com/GeneralBots/BotServer/commit/0b5fa3eec28948ddb47e19b1a84f5fdcb64d0782)) * **all:** Minor changes in PROD. ([904691c](https://github.com/GeneralBots/BotServer/commit/904691ca8149b141855dc1d4098f486472ea473a)) * **all:** Minor changes in PROD. ([d7a5ef5](https://github.com/GeneralBots/BotServer/commit/d7a5ef5ef2cc662a9fab0ab95ddd90995ffc013b)) * **all:** Minor changes in PROD. ([892025e](https://github.com/GeneralBots/BotServer/commit/892025e5b2f7c3d861060f04880dd2fbca23aed6)) * **all:** Minor changes in PROD. ([76df151](https://github.com/GeneralBots/BotServer/commit/76df151507a66352d04de9dfcbf05599614a00cb)) * **all:** Minor changes in PROD. ([f20b5f6](https://github.com/GeneralBots/BotServer/commit/f20b5f6293377c906d1a2277bb7c1fc4197f6f5f)) * **all:** Minor changes in PROD. ([a60581b](https://github.com/GeneralBots/BotServer/commit/a60581bd320bdfa7abac5a7d8c27bc84cfa87cf5)) * **app.ts:** Preparing to use 4 or more SSL certificates. ([72b645f](https://github.com/GeneralBots/BotServer/commit/72b645fd2adbd221a74f9fd87d89c984aea78b8d)) * **azuredeployer.gbapp:** Adding Resource Providers (.Web/.Sql) ([6c9d124](https://github.com/GeneralBots/BotServer/commit/6c9d12452407faa0ad3eb6c0e8e61abd87331020)) * **azuredeployer.gbapp:** Create DB with basic cost. ([0ed600e](https://github.com/GeneralBots/BotServer/commit/0ed600edc3709a6a17ffe2072d22c1ff4b83782a)) * **azuredeployer.gblib:** FREE flag for database. ([1074ef7](https://github.com/GeneralBots/BotServer/commit/1074ef7240879007a2838ec814192b7bf727c0ce)) * **basic.gblib:** [#196](https://github.com/GeneralBots/BotServer/issues/196) Spellchecker in groups now working. ([45ad0c3](https://github.com/GeneralBots/BotServer/commit/45ad0c389495624adae04f9e47f9a75214548ec4)) * **basic.gblib:** [#269](https://github.com/GeneralBots/BotServer/issues/269) Fixing of group autostart behaviour. ([de77227](https://github.com/GeneralBots/BotServer/commit/de772279456591b2a94c206430788ecf8cabb7f3)) * **basic.gblib:** [#286](https://github.com/GeneralBots/BotServer/issues/286) fix token replaacement. ([a679786](https://github.com/GeneralBots/BotServer/commit/a67978621769abab001851609f6a5e3db7c65e3c)) * **basic.gblib:** [#286](https://github.com/GeneralBots/BotServer/issues/286) fix token replaacement. ([0e9c2e9](https://github.com/GeneralBots/BotServer/commit/0e9c2e9ebf9a0a9bf130e3d91268c009c3ad1fc0)) * **basic.gblib:** Debugger improvements. ([3e68858](https://github.com/GeneralBots/BotServer/commit/3e68858bb09d7d5b09a2f7cfbfe6e6c964950fd1)) * **basic.gblib:** Fixes in WebAutomation. ([d4cf165](https://github.com/GeneralBots/BotServer/commit/d4cf165165a82587041776c6e4c8aa7065df1fc1)) * **basic.gblib:** Fixes in WebAutomation. ([b576b6f](https://github.com/GeneralBots/BotServer/commit/b576b6f54deec2dfb779c8c3018af2da001d4196)) * **basic.gblib:** Fixes in WebAutomation. ([d1b9da2](https://github.com/GeneralBots/BotServer/commit/d1b9da21bae4a7c6c1d9fae69e1063d705ae0b38)) * **basic.gblib:** GBAI automatic retrieval. ([0ef0fc0](https://github.com/GeneralBots/BotServer/commit/0ef0fc01f57e9aaa3b4bc3ccf7093b7ad0cf6548)) * **basic.gblib:** GBAI automatic retrieval. ([04e69b9](https://github.com/GeneralBots/BotServer/commit/04e69b9d99f02c285d8082f7a41ee6283ac9e8e1)) * **basic.gblib:** GBAI automatic retrieval. ([6992bf0](https://github.com/GeneralBots/BotServer/commit/6992bf0ae5e83118a05a267c4f55636f8d081dbb)) * **basic.gblib:** [#170](https://github.com/GeneralBots/BotServer/issues/170) Fixing DATEDIFF. ([4314a37](https://github.com/GeneralBots/BotServer/commit/4314a37916ae475a248a2074c89145cecf184a95)) * **basic.gblib:** [#226](https://github.com/GeneralBots/BotServer/issues/226) testing. ([97df425](https://github.com/GeneralBots/BotServer/commit/97df425566f67a836427fdda8c2a9f8011d13c89)) * **basic.gblib:** [#226](https://github.com/GeneralBots/BotServer/issues/226) testing. ([4c037a7](https://github.com/GeneralBots/BotServer/commit/4c037a72053edeeeb81491e23f2a863a05d69ef9)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE and GET/SET PARAM. ([bc5c1b0](https://github.com/GeneralBots/BotServer/commit/bc5c1b0ced7971109642f86bb3055d81388d9b18)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE and GET/SET PARAM. ([2521117](https://github.com/GeneralBots/BotServer/commit/2521117a80f84e0d7c509579355b254b39df4823)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE and GET/SET PARAM. ([ceded7f](https://github.com/GeneralBots/BotServer/commit/ceded7fd5532e0c66758e73d3477d258d7d03017)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE defining where to save, per bot. ([b64a42f](https://github.com/GeneralBots/BotServer/commit/b64a42feaccf278b463fc1bc1ad106af72531292)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE defining where to save, per bot. ([473cd98](https://github.com/GeneralBots/BotServer/commit/473cd9871d82238532469ba32726be34027489fc)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE. ([c5290b9](https://github.com/GeneralBots/BotServer/commit/c5290b91aa1b8f35a82f0a3602c9f2d1cf06bcb0)) * **basic.gblib:** [#227](https://github.com/GeneralBots/BotServer/issues/227) - HEAR AS FILE. ([42dbba4](https://github.com/GeneralBots/BotServer/commit/42dbba40845f5a2232e35218825d5bd058c6f9e1)) * **basic.gblib:** [#282](https://github.com/GeneralBots/BotServer/issues/282) Fix SSR for Bots 3.0. ([866b361](https://github.com/GeneralBots/BotServer/commit/866b361292bd7775ee8f391052721c3fba123823)) * **basic.gblib:** [#282](https://github.com/GeneralBots/BotServer/issues/282) Fix SSR for Bots 3.0. ([7f3bd7d](https://github.com/GeneralBots/BotServer/commit/7f3bd7d8fec2a3e103253f60072873b2d40e91dd)) * **basic.gblib:** [#307](https://github.com/GeneralBots/BotServer/issues/307) - Fixed user context in API. ([cbce44f](https://github.com/GeneralBots/BotServer/commit/cbce44f20d7df70743057381e63229d015da3ad7)) * **basic.gblib:** [#307](https://github.com/GeneralBots/BotServer/issues/307) - Fixed user context in API. ([4496cef](https://github.com/GeneralBots/BotServer/commit/4496cefa18ed7f909f7284aacd90b975d74e2180)) * **basic.gblib:** Adjustment in package version. ([e66c481](https://github.com/GeneralBots/BotServer/commit/e66c4817612c270c637e2323248d947784dabe1f)) * **basic.gblib:** Correct web automation 'date' use. ([4809fec](https://github.com/GeneralBots/BotServer/commit/4809fec457b29af597bc48fa5ba3d05f21cb2abf)) * **basic.gblib:** Correcting the position of Parentheses ([a925c8e](https://github.com/GeneralBots/BotServer/commit/a925c8e8bf8c2bbb166d0ece4343c56d15ceef97)) * **basic.gblib:** FILL keyword can now template images and AS IMAGE can convert a DOCX to a PNG. ([41ceedf](https://github.com/GeneralBots/BotServer/commit/41ceedfc003d142bc8bf085dc9488d61328e6743)) * **basic.gblib:** FILL keyword can now template images and AS IMAGE can convert a DOCX to a PNG. ([16bdab6](https://github.com/GeneralBots/BotServer/commit/16bdab6bcc3cb1f13de549a825ef96aaf889a9d4)) * **basic.gblib:** fix dynamic parameter generation. ([11b0ea2](https://github.com/GeneralBots/BotServer/commit/11b0ea24e696d51990d04651f1f1bfd2a785d4d9)) * **basic.gblib:** Fix getNow return. ([f288987](https://github.com/GeneralBots/BotServer/commit/f2889879a623e585b62fe22d7ee52028876186c1)) * **basic.gblib:** Fix getNow return. ([5631ce9](https://github.com/GeneralBots/BotServer/commit/5631ce961017960f20bb5c9334f254f15e88c7c2)) * **basic.gblib:** Fix getToday return. ([0e33c97](https://github.com/GeneralBots/BotServer/commit/0e33c9785196ceac5cfa2ac6cb6d1c83ab4ef478)) * **basic.gblib:** Return the last information with getTextOf ([ececb0d](https://github.com/GeneralBots/BotServer/commit/ececb0d2ea89a9ed021fc1d2d8dea9688b3bedee)) * **basic.gblib:** Upgrade to https://github.com/vasyas/push-rpc from WS to HTTPS. ([5534b41](https://github.com/GeneralBots/BotServer/commit/5534b416da906be8953ff18ba52807964163760a)) * **basic.gblib:** Upgrade to https://github.com/vasyas/push-rpc from WS to HTTPS. ([f3c756b](https://github.com/GeneralBots/BotServer/commit/f3c756b01576ebbe5266ed9699e6c06ed3c05263)) * **basic.gblib:** Upgrade to https://github.com/vasyas/push-rpc. ([f3b7c1d](https://github.com/GeneralBots/BotServer/commit/f3b7c1d77e72fa9deb173b47777ed2cbf5bae2fc)) * **basic.gblib:** WA page bug removal. ([d902e14](https://github.com/GeneralBots/BotServer/commit/d902e14f78913626d3f8ac758a3b98776d1589b5)) * **core.gbapp:** [#195](https://github.com/GeneralBots/BotServer/issues/195) bind call to provide min context for uploads. ([b12a462](https://github.com/GeneralBots/BotServer/commit/b12a462e3e789e63691dcc80d83002e2fe18ed74)) * **core.gbapp:** [#195](https://github.com/GeneralBots/BotServer/issues/195) bind call to provide min context for uploads. ([b2f2c73](https://github.com/GeneralBots/BotServer/commit/b2f2c732aa1a5887a163fd510539e1d0c5223667)) * **core.gbapp:** [#336](https://github.com/GeneralBots/BotServer/issues/336) timeout in API fixed. ([0c44361](https://github.com/GeneralBots/BotServer/commit/0c443618a6551f35af1a0ea6e9fc5c560815e188)) * **core.gbapp:** [#336](https://github.com/GeneralBots/BotServer/issues/336) timeout in API fixed. ([eb6800e](https://github.com/GeneralBots/BotServer/commit/eb6800edce75bb0687fa446fb515a508a1b053f6)) * **core.gbapp:** [#341](https://github.com/GeneralBots/BotServer/issues/341) fix regarding COPY files. ([a292b77](https://github.com/GeneralBots/BotServer/commit/a292b7711668fa66875bc6eb7d9c6f74943ebabf)) * **core.gbapp:** [#344](https://github.com/GeneralBots/BotServer/issues/344) fix regarding SET FILTER keyword. ([db7ed36](https://github.com/GeneralBots/BotServer/commit/db7ed36707e567fa6801c748d4a28ebca76549c4)) * **core.gbapp:** /logs working again. ([d08e11f](https://github.com/GeneralBots/BotServer/commit/d08e11fef43275d78cbf339508256acd46f2055f)) * **core.gbapp:** fixed the use of GBLogEx to create GuaribasLog. ([2cb866b](https://github.com/GeneralBots/BotServer/commit/2cb866bc2f1f8a5157eddfdecf974e3a31f1280d)) * **core.gbapp:** Upload now saves the file in correct folder. ([e31cd4d](https://github.com/GeneralBots/BotServer/commit/e31cd4d819e5084a7cbbdb76ab5b4f59563ac822)) * **core.gblib:** SSR fixing about botId. ([799715a](https://github.com/GeneralBots/BotServer/commit/799715a9ee77606afcbcaf72a545d0ce473bd5e9)) * **default.gbui:** [#153](https://github.com/GeneralBots/BotServer/issues/153) fix. ([b6f6a50](https://github.com/GeneralBots/BotServer/commit/b6f6a50f136617948add923e0517988f67bfab31)) * **default.gbui:** [#263](https://github.com/GeneralBots/BotServer/issues/263) Loads menu.xlsx as subject.json alternative. ([00434bd](https://github.com/GeneralBots/BotServer/commit/00434bd788fc7ac6a09ed07844120dfb4b871e24)) * **default.gbui:** [#263](https://github.com/GeneralBots/BotServer/issues/263) Loads menu.xlsx as subject.json alternative. ([241596b](https://github.com/GeneralBots/BotServer/commit/241596b51f542b17ceb0b6b465e71a0b86c7f39c)) * **dependencies:** Whatsapp-web.js to "1.20.0". ([1857b51](https://github.com/GeneralBots/BotServer/commit/1857b51cf272120d6b7fbb04ca23cde455be2361)) * **gbapp\AskDialog:** Supress Echo Nothing_else ([4ee3012](https://github.com/GeneralBots/BotServer/commit/4ee30120b79d2bd8dd933accc1d2326a7b16d013)) * **gbapp\AskDialog.ts:** Supress anything_else ([6d8feca](https://github.com/GeneralBots/BotServer/commit/6d8feca8719874179a3a98ba4cbf976c2d3361f7)) * **kb.gbapp:** [#276](https://github.com/GeneralBots/BotServer/issues/276) use of NLP.js upgrade to v4. ([ec1c38f](https://github.com/GeneralBots/BotServer/commit/ec1c38f3783da8a67958c28c815948799f757d1f)) * **kb.gbapp:** [#276](https://github.com/GeneralBots/BotServer/issues/276) use of NLP.js upgrade to v4. ([5c48d39](https://github.com/GeneralBots/BotServer/commit/5c48d396207fae7ca74abc490250d6b7bac310da)) * **kb.gbapp:** [#297](https://github.com/GeneralBots/BotServer/issues/297) Spellchecker fixed after MSFT changes in service. ([80853f0](https://github.com/GeneralBots/BotServer/commit/80853f014c1e3a1c8c0cd1a8cdb1685f98f738b9)) * **kb.gbapp:** [#298](https://github.com/GeneralBots/BotServer/issues/298) search fix and params. ([78778da](https://github.com/GeneralBots/BotServer/commit/78778da3a7ca8e4045ec4367ac03678166c52d18)) * **kb.gbapp:** [#332](https://github.com/GeneralBots/BotServer/issues/332) fix STS. ([01cf280](https://github.com/GeneralBots/BotServer/commit/01cf2803a0f3a68528cb5cfd6750621056d5ad7e)) * **kb.gbapp:** /publish review, error handling improved and clean up. ([c94228c](https://github.com/GeneralBots/BotServer/commit/c94228cd8db9ac4e9a0b5df1f1acdb31b168c768)) * **kb.gbapp:** Dialog now are finished OK. ([a969abb](https://github.com/GeneralBots/BotServer/commit/a969abbcc44ca93fb2fb349e4ca67043f5c43f5f)) * **kb.gbapp:** Dialog now are finished OK. ([a7a1d47](https://github.com/GeneralBots/BotServer/commit/a7a1d47c24b4af4c0b1a62b4b06eaba23386faed)) * **kb.gbapp:** Download only if not in cache optimization. ([b30e016](https://github.com/GeneralBots/BotServer/commit/b30e0160c434ac5fb45425d9a80a45020c7955f5)) * **security.gblib:** Params support in users. ([82a9ba9](https://github.com/GeneralBots/BotServer/commit/82a9ba983ecc603f67a23775385e070b92881ddd)) * **whatsapp.gblib:** [#262](https://github.com/GeneralBots/BotServer/issues/262) wrong key value. ([565ad4a](https://github.com/GeneralBots/BotServer/commit/565ad4ab6d008454a7e008c568a0a78af06fd7e0)) * **whatsapp.gblib:** [#288](https://github.com/GeneralBots/BotServer/issues/288) fix list and buttons. ([6f62453](https://github.com/GeneralBots/BotServer/commit/6f62453f4e1f813e4686bece6419f42b6b73bf18)) * **whatsapp.gblib:** [#288](https://github.com/GeneralBots/BotServer/issues/288) unify puppteer params with GBSSR. ([b96a78e](https://github.com/GeneralBots/BotServer/commit/b96a78e810da07871dc91d6a6a017c21cb1440be)) * **whatsapp.gblib:** [#309](https://github.com/GeneralBots/BotServer/issues/309) unify channel detection. ([cfe3ab3](https://github.com/GeneralBots/BotServer/commit/cfe3ab30f47af4f5c058c1de4c7707140fbc2312)) * **Whatsapp.gblib:** fix "whatsapp-web.js" compatibility issues. ([cd97189](https://github.com/GeneralBots/BotServer/commit/cd97189477c452d44e9584f0152950b2aff23b88)) ### Features * **whatsapp.gblib:** add 'graphapi' option. ([ce84053](https://github.com/GeneralBots/BotServer/commit/ce84053d95b8ff69d0175a1da70ec89921493459))
2023-07-09 19:37:44 +00:00
"whatsapp-web.js": "1.20.0",
"winston": "3.8.2",
2022-12-16 10:54:34 -03:00
"winston-logs-display": "1.0.0",
"ws": "8.12.1",
2023-07-23 10:59:59 -03:00
"yarn": "1.22.19"
2018-11-11 10:50:58 -02:00
},
"devDependencies": {
"@types/qrcode": "1.5.0",
"@types/url-join": "4.0.1",
2022-11-19 23:34:58 -03:00
"ban-sensitive-files": "1.9.18",
2022-12-16 12:00:59 -03:00
"commitizen": "4.2.2",
"cz-conventional-changelog": "3.3.0",
"dependency-check": "4.1.0",
2022-12-16 10:54:34 -03:00
"git-issues": "1.0.0",
"license-checker": "25.0.1",
2022-12-16 10:54:34 -03:00
"prettier-standard": "15.0.1",
2022-12-16 12:00:59 -03:00
"semantic-release": "17.2.4",
2022-12-29 14:47:19 -03:00
"simple-commit-message": "4.0.13",
2023-02-24 13:31:40 -03:00
"super-strong-password-generator": "2.0.2",
"super-strong-password-generator-es": "2.0.2",
2022-12-16 12:00:59 -03:00
"travis-deploy-once": "5.0.11",
"ts-node": "10.9.1",
"tslint": "6.1.3"
},
"eslintConfig": {
"env": {
"node": true,
"es6": true,
"mocha": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"indent": "off",
"linebreak-style": [
"warn",
"unix"
],
"no-unused-vars": [
"warn"
],
"no-undef": [
"warn"
],
"no-console": [
"warn"
],
"no-case-declarations": [
"warn"
],
"no-extra-semi": [
"warn"
],
"no-unreachable": [
"warn"
],
"no-redeclare": [
"warn"
],
"no-useless-escape": [
"warn"
],
"no-constant-condition": [
"warn"
]
}
},
"release": {
2018-11-17 09:33:39 -02:00
"tagFormat": "${version}",
2018-11-12 17:02:11 -02:00
"debug": true,
chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/GeneralBots/BotServer/compare/2.1.0...2.1.1) (2023-01-01) ### Bug Fixes * **admin.gbapp:** Fixing token generation issues. ([8fb35c2](https://github.com/GeneralBots/BotServer/commit/8fb35c2c2d4798b819e38bdf7c12ec5fe59d7f64)) * **admin.gbapp:** Fixing token generation issues. ([2a848f4](https://github.com/GeneralBots/BotServer/commit/2a848f4ea6b7fb3359bd0f9db9a9bdf167544cab)) * **admin.gbapp:** Fixing token generation issues. ([3de3bd6](https://github.com/GeneralBots/BotServer/commit/3de3bd6c01aaa80e38b57cdef63f80bf67fb785d)) * **all:** Finishing renaming to main branch. ([16d2101](https://github.com/GeneralBots/BotServer/commit/16d21019a081151db21e4726cb5c2eac3326336d)) * **all:** Finishing renaming to main branch. ([cac92cc](https://github.com/GeneralBots/BotServer/commit/cac92cca22a03b67326993f42e528900fa55a263)) * **all:** Finishing renaming to main branch. ([bff8bcf](https://github.com/GeneralBots/BotServer/commit/bff8bcf7e5fef6499f180d1a1bc9e57f131d6299)) * **all:** Finishing renaming to main branch. ([07f173e](https://github.com/GeneralBots/BotServer/commit/07f173ec7302a77945abc0bcd772af5ccd6c0761)) * **all:** Fixing bugs of 3.0 ([39eff93](https://github.com/GeneralBots/BotServer/commit/39eff935283883dcbdfcb5a38c599bd3d7153cd5)) * **all:** TODO items removed or moved to ALM. ([7348c54](https://github.com/GeneralBots/BotServer/commit/7348c5489433eb82a44af12b4a8f4e76f01998b4)) * **basic.gblib:** Renaming branch to main. ([c6d9662](https://github.com/GeneralBots/BotServer/commit/c6d96621455039a822f19746a1d8664c79e7ca28)) * **basic.gblib:** Renaming branch to main. ([203416c](https://github.com/GeneralBots/BotServer/commit/203416c47737c1a4cfb5e5110b4878a6534ecdcf)) * **basic.gblib:** TODO removal. ([2b08965](https://github.com/GeneralBots/BotServer/commit/2b0896521e537e22858d9d43b019bc95079af6b5)) * **basic.gblib:** TODO removal. ([c0133a8](https://github.com/GeneralBots/BotServer/commit/c0133a89606336824b93e453b60fce2630815c67)) * **basic.gblib:** TODO removal. ([9ad1d56](https://github.com/GeneralBots/BotServer/commit/9ad1d5693e954e88675c7e0605b6f64f2900f9d7))
2023-01-01 20:18:03 +00:00
"branches": [
"main"
],
2018-11-18 16:26:11 -02:00
"verifyConditions": [
"@semantic-release/github"
2018-11-18 17:03:24 -02:00
],
2018-11-18 18:46:23 -02:00
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog"
],
2018-11-18 17:03:24 -02:00
"prepare": [
2018-11-12 16:01:16 -02:00
"@semantic-release/npm",
2018-11-18 16:26:11 -02:00
{
2018-11-18 17:03:24 -02:00
"path": "@semantic-release/exec",
"cmd": "git status"
},
2018-11-18 18:46:23 -02:00
"@semantic-release/changelog",
2018-11-18 17:03:24 -02:00
{
"path": "@semantic-release/git",
"assets": [
"package.json",
"CHANGELOG.md"
2018-11-18 17:03:24 -02:00
]
2018-11-18 16:26:11 -02:00
}
2018-11-18 17:03:24 -02:00
],
"publish": [
"@semantic-release/npm",
2018-11-12 16:01:16 -02:00
"@semantic-release/github"
],
"analyzeCommits": "simple-commit-message"
2018-11-18 17:03:24 -02:00
},
"config": {
2018-11-12 12:40:35 -02:00
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"pre-git": {
"commit-msg": "simple",
"pre-commit": [],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
2018-04-21 02:59:30 -03:00
}
}