new(all): App Packages in min.
This commit is contained in:
parent
fc82c58f13
commit
b487eeabc5
3 changed files with 3 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "1.5.7",
|
"version": "1.5.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "1.5.7",
|
"version": "1.5.8",
|
||||||
"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",
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ import { IGBKBService } from "./IGBKBService";
|
||||||
|
|
||||||
export class GBMinInstance {
|
export class GBMinInstance {
|
||||||
packages: IGBPackage[];
|
packages: IGBPackage[];
|
||||||
|
appPackages: IGBPackage[];
|
||||||
botId: string;
|
botId: string;
|
||||||
instance: IGBInstance;
|
instance: IGBInstance;
|
||||||
core: IGBCoreService;
|
core: IGBCoreService;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue