Skip to content

Commit

Permalink
new(all): Services between gbapp allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jul 25, 2020
1 parent 36abf92 commit f3c1dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.9",
"version": "1.6.0",
"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
2 changes: 2 additions & 0 deletions src/GBMinInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ export class GBMinInstance {
cbMap: {};
scriptMap: {};
sandBoxMap: {};
gbappServices: [];

constructor() {
this.packages = [];
this.gbappServices = [];
}
}

0 comments on commit f3c1dda

Please sign in to comment.