namirasoft-cost 1.4.17 → 1.4.18
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.
@@ -13,7 +13,7 @@ const NamirasoftCostServerMetrics_1 = require("./NamirasoftCostServerMetrics");
|
|
13
13
|
const NamirasoftCostServerValue_1 = require("./NamirasoftCostServerValue");
|
14
14
|
class NamirasoftCostServer extends namirasoft_account_1.NSABaseServer {
|
15
15
|
constructor(base_url, manager, onError) {
|
16
|
-
super(base_url, `1.4.
|
16
|
+
super(base_url, `1.4.18`, manager, onError);
|
17
17
|
this.healthz = new NamirasoftCostServerHealthz_1.NamirasoftCostServerHealthz(this);
|
18
18
|
this.metrics = new NamirasoftCostServerMetrics_1.NamirasoftCostServerMetrics(this);
|
19
19
|
this.value = new NamirasoftCostServerValue_1.NamirasoftCostServerValue(this);
|
package/package.json
CHANGED
@@ -43,7 +43,7 @@ export class NamirasoftCostServer extends NSABaseServer
|
|
43
43
|
cost: NamirasoftCostServerCost;
|
44
44
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
45
45
|
{
|
46
|
-
super(base_url, `1.4.
|
46
|
+
super(base_url, `1.4.18`, manager, onError);
|
47
47
|
this.healthz = new NamirasoftCostServerHealthz(this);
|
48
48
|
this.metrics = new NamirasoftCostServerMetrics(this);
|
49
49
|
this.value = new NamirasoftCostServerValue(this);
|