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",
|
"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)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index",
|
"types": "dist/index",
|
||||||
|
|
|
@ -63,7 +63,7 @@ export class GBMinInstance {
|
||||||
cbMap: {};
|
cbMap: {};
|
||||||
scriptMap: {};
|
scriptMap: {};
|
||||||
sandBoxMap: {};
|
sandBoxMap: {};
|
||||||
gbappServices: [];
|
gbappServices: Array<any> = [];
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.packages = [];
|
this.packages = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue