Comparing version 1.3.7 to 1.3.8
@@ -108,2 +108,3 @@ import { Logger, LogLevel } from "./logger.js"; | ||
get pluginVersion(): string; | ||
static question(ask: string, questionOptions?: QuestionOptions): Promise<string>; | ||
getConfigStr(config: string, defaultVal?: string, options?: ConfigOptions): string; | ||
@@ -122,4 +123,3 @@ getConfigBool(config: string, defaultVal?: boolean, options?: ConfigOptions): boolean; | ||
httpReq(origin: string, path: string, reqOptions?: HttpReqOptions): Promise<HttpReqResponse>; | ||
question(ask: string, questionOptions?: QuestionOptions): Promise<string>; | ||
addHttpMan(networkInterface: string, networkPort: number, httpConfig?: HttpConfig): HttpMan; | ||
} |
{ | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"name": "app-sh", | ||
@@ -4,0 +4,0 @@ "description": "App Shell", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68980