Skip to content

Commit

Permalink
fix(all): Fixing bugs of 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 14, 2022
1 parent ea6c721 commit bf705c7
Show file tree
Hide file tree
Showing 18 changed files with 173 additions and 104 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"clean": "shx rm -rf node_modules/ dist/ docs/reference",
"tslint": "tslint --fix ./src/*.ts ./packages/**/*.ts -t verbose -e ./packages/default.gbui/**/* -e ./packages/**/*.gbdialog/**/*",
"tslint": "tslint --fix ./src/*.ts ./packages/**/*.ts -t verbose",
"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",
Expand Down Expand Up @@ -104,13 +104,12 @@
"koa-router": "12.0.0",
"lodash": "4.17.21",
"luxon": "3.1.0",
"mammoth": "1.5.1",
"marked": "4.2.2",
"mammoth": "1.5.1",
"moment": "1.3.0",
"ms-rest-azure": "3.0.2",
"ms-rest-azure": "3.0.0",
"nexmo": "2.9.1",
"node-cron": "3.0.2",
"node-nlp": "^4.24.0",
"node-nlp": "4.24.0",
"node-tesseract-ocr": "2.2.1",
"npm": "9.1.2",
"open": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin.gbapp/services/GBAdminService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'use strict';

import { AuthenticationContext, TokenResponse } from 'adal-node';
import { GBLog, GBMinInstance, IGBAdminService, IGBCoreService, IGBDeployer, IGBInstance } from 'botlib';
import { GBMinInstance, IGBAdminService, IGBCoreService, IGBDeployer, IGBInstance } from 'botlib';
import { FindOptions } from 'sequelize/types';
import urlJoin from 'url-join';
import { AzureDeployerService } from '../../azuredeployer.gbapp/services/AzureDeployerService.js';
Expand Down
Loading

0 comments on commit bf705c7

Please sign in to comment.