@bprotsyk/aso-core 2.0.25 → 2.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ export declare class ServerUtil {
23
23
  setupCertbot(): Promise<boolean>;
24
24
  setupSSL(email: string, host: string): Promise<void>;
25
25
  refresh(): Promise<boolean>;
26
- deployLandingPage(host: string, username: string, password: string, remotePath: string, port: 56777, files: any): Promise<void>;
26
+ deployLandingPage(host: string, username: string, password: string, remotePath: string, port: number, files: any): Promise<void>;
27
27
  generateNginxConfig(domain: string, rootPath: string): Promise<string>;
28
28
  serverConect(IP: string): Promise<boolean>;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -200,7 +200,7 @@ export class ServerUtil {
200
200
  username: string,
201
201
  password: string,
202
202
  remotePath: string,
203
- port: 56777,
203
+ port: number,
204
204
  files: any
205
205
  ): Promise<void> {
206
206
  let sftp = new Client();