fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 4 additions and 5 deletions
Showing only changes of commit d019ebaef1 - Show all commits

7
package-lock.json generated
View file

@ -657,9 +657,9 @@
}
},
"botlib": {
"version": "0.0.23",
"resolved": "https://registry.npmjs.org/botlib/-/botlib-0.0.23.tgz",
"integrity": "sha1-Kx8FBEaWx/RI7irq+sydQpPWv+M=",
"version": "0.0.24",
"resolved": "https://registry.npmjs.org/botlib/-/botlib-0.0.24.tgz",
"integrity": "sha512-LPmUNAT9znD2iYGFuTgWXc9e2AIAGFIxdZpF90q4ui68m7Zc5CNsmD8Ry71dd2Tb+/DiHVzvIPlU6MRdJCbAuQ==",
"requires": {
"@types/azure": "0.9.19",
"async": "2.6.0",
@ -672,7 +672,6 @@
"pragmatismo-io-framework": "1.0.12",
"reflect-metadata": "0.1.12",
"sequelize": "4.37.10",
"typescript": "2.8.3",
"urljoin": "0.1.5",
"wait-until": "0.0.2",
"winston": "2.4.2"

View file

@ -37,7 +37,7 @@
"async": "^2.6.0",
"body-parser": "^1.18.2",
"botbuilder": "^3.15.0",
"botlib": "^0.0.23",
"botlib": "^0.0.24",
"chai": "^4.1.2",
"chokidar": "^2.0.2",
"csv-parse": "^2.4.0",