namirasoft-support 1.4.6 → 1.4.7
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.
|
@@ -10,7 +10,7 @@ const NamirasoftSupportServerTicket_1 = require("./NamirasoftSupportServerTicket
|
|
|
10
10
|
const NamirasoftSupportServerValue_1 = require("./NamirasoftSupportServerValue");
|
|
11
11
|
class NamirasoftSupportServer extends namirasoft_account_1.NSABaseServer {
|
|
12
12
|
constructor(base_url, manager, onError) {
|
|
13
|
-
super(base_url, `1.4.
|
|
13
|
+
super(base_url, `1.4.7`, manager, onError);
|
|
14
14
|
this.healthz = new NamirasoftSupportServerHealthz_1.NamirasoftSupportServerHealthz(this);
|
|
15
15
|
this.metrics = new NamirasoftSupportServerMetrics_1.NamirasoftSupportServerMetrics(this);
|
|
16
16
|
this.value = new NamirasoftSupportServerValue_1.NamirasoftSupportServerValue(this);
|
package/package.json
CHANGED
|
@@ -37,7 +37,7 @@ export class NamirasoftSupportServer extends NSABaseServer
|
|
|
37
37
|
message: NamirasoftSupportServerMessage;
|
|
38
38
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
39
39
|
{
|
|
40
|
-
super(base_url, `1.4.
|
|
40
|
+
super(base_url, `1.4.7`, manager, onError);
|
|
41
41
|
this.healthz = new NamirasoftSupportServerHealthz(this);
|
|
42
42
|
this.metrics = new NamirasoftSupportServerMetrics(this);
|
|
43
43
|
this.value = new NamirasoftSupportServerValue(this);
|