new(all): Services between gbapp allowed.

This commit is contained in:
Rodrigo Rodriguez 2020-07-25 17:39:00 -03:00
parent 36abf92acb
commit f3c1ddaea1
2 changed files with 3 additions and 1 deletions

View file

@ -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",

View file

@ -63,8 +63,10 @@ export class GBMinInstance {
cbMap: {};
scriptMap: {};
sandBoxMap: {};
gbappServices: [];
constructor() {
this.packages = [];
this.gbappServices = [];
}
}