new(all): Exchange services between .gbapps.
This commit is contained in:
parent
f3c1ddaea1
commit
d621da7fd4
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -63,7 +63,7 @@ export class GBMinInstance {
|
|||
cbMap: {};
|
||||
scriptMap: {};
|
||||
sandBoxMap: {};
|
||||
gbappServices: [];
|
||||
gbappServices: Array<any> = [];
|
||||
|
||||
constructor() {
|
||||
this.packages = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue