new(all): Exchange services between .gbapps.

This commit is contained in:
Rodrigo Rodriguez 2020-07-26 16:26:08 -03:00
parent f3c1ddaea1
commit d621da7fd4
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -63,7 +63,7 @@ export class GBMinInstance {
cbMap: {};
scriptMap: {};
sandBoxMap: {};
gbappServices: [];
gbappServices: Array<any> = [];
constructor() {
this.packages = [];