Skip to content

Commit

Permalink
new(all): Exchange services between .gbapps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jul 26, 2020
1 parent f3c1dda commit d621da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.0",
"version": "1.6.2",
"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: 1 addition & 1 deletion src/GBMinInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class GBMinInstance {
cbMap: {};
scriptMap: {};
sandBoxMap: {};
gbappServices: [];
gbappServices: Array<any> = [];

constructor() {
this.packages = [];
Expand Down

0 comments on commit d621da7

Please sign in to comment.