namirasoft-bill-watch 1.4.2 → 1.4.3
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.
|
@@ -18,7 +18,7 @@ const NamirasoftBillWatchServerHealthz_1 = require("./NamirasoftBillWatchServerH
|
|
|
18
18
|
const NamirasoftBillWatchServerValue_1 = require("./NamirasoftBillWatchServerValue");
|
|
19
19
|
class NamirasoftBillWatchServer extends namirasoft_account_1.NSABaseServer {
|
|
20
20
|
constructor(base_url, manager, onError) {
|
|
21
|
-
super(base_url, `1.4.
|
|
21
|
+
super(base_url, `1.4.3`, manager, onError);
|
|
22
22
|
this.healthz = new NamirasoftBillWatchServerHealthz_1.NamirasoftBillWatchServerHealthz(this);
|
|
23
23
|
this.value = new NamirasoftBillWatchServerValue_1.NamirasoftBillWatchServerValue(this);
|
|
24
24
|
this.a_w_s_category = new NamirasoftBillWatchServerAWSCategory_1.NamirasoftBillWatchServerAWSCategory(this);
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
11
|
+
"version": "1.4.3",
|
|
12
12
|
"author": "Amir Abolhasani",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/index.js",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"build": ""
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"namirasoft-core": "^1.4.
|
|
21
|
-
"namirasoft-site": "^1.4.
|
|
20
|
+
"namirasoft-core": "^1.4.68",
|
|
21
|
+
"namirasoft-site": "^1.4.31",
|
|
22
22
|
"namirasoft-node-cli": "^1.4.7",
|
|
23
|
-
"namirasoft-account": "^1.4.
|
|
23
|
+
"namirasoft-account": "^1.4.70"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"ns-bill-watch": "./dist/command/cli.js"
|
|
@@ -53,7 +53,7 @@ export class NamirasoftBillWatchServer extends NSABaseServer
|
|
|
53
53
|
gcp: NamirasoftBillWatchServerGCP;
|
|
54
54
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
55
55
|
{
|
|
56
|
-
super(base_url, `1.4.
|
|
56
|
+
super(base_url, `1.4.3`, manager, onError);
|
|
57
57
|
this.healthz = new NamirasoftBillWatchServerHealthz(this);
|
|
58
58
|
this.value = new NamirasoftBillWatchServerValue(this);
|
|
59
59
|
this.a_w_s_category = new NamirasoftBillWatchServerAWSCategory(this);
|