Skip to content

Commit

Permalink
new(all): App Packages in min.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jun 12, 2020
1 parent fc82c58 commit b487eea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "1.5.7",
"version": "1.5.8",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js",
"types": "dist/index",
Expand Down
1 change: 1 addition & 0 deletions src/GBMinInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import { IGBKBService } from "./IGBKBService";

export class GBMinInstance {
packages: IGBPackage[];
appPackages: IGBPackage[];
botId: string;
instance: IGBInstance;
core: IGBCoreService;
Expand Down

0 comments on commit b487eea

Please sign in to comment.