fix(core.gbapp): Self-replication on Azure
This commit is contained in:
parent
d241bd961e
commit
3c9f6839d8
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "botlib",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index",
|
||||
|
|
|
|||
|
|
@ -56,5 +56,6 @@ export interface IGBCoreService {
|
|||
saveInstance(fullInstance: any);
|
||||
loadAllInstances(core: IGBCoreService, azureDeployer: IGBInstallationDeployer, proxyAddress: string);
|
||||
openBrowserInDevelopment();
|
||||
installWebHook(isGet: boolean, url: string, callback: any);
|
||||
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue