new(all): Services between gbapp allowed.
This commit is contained in:
parent
36abf92acb
commit
f3c1ddaea1
2 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -63,8 +63,10 @@ export class GBMinInstance {
|
|||
cbMap: {};
|
||||
scriptMap: {};
|
||||
sandBoxMap: {};
|
||||
gbappServices: [];
|
||||
|
||||
constructor() {
|
||||
this.packages = [];
|
||||
this.gbappServices = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue