namirasoft-log 1.4.27 → 1.4.28
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.
|
@@ -11,7 +11,7 @@ const NamirasoftLogServerLogGroupTag_1 = require("./NamirasoftLogServerLogGroupT
|
|
|
11
11
|
const NamirasoftLogServerValue_1 = require("./NamirasoftLogServerValue");
|
|
12
12
|
class NamirasoftLogServer extends namirasoft_account_1.NSABaseServer {
|
|
13
13
|
constructor(base_url, manager, onError) {
|
|
14
|
-
super(base_url, `1.4.
|
|
14
|
+
super(base_url, `1.4.28`, manager, onError);
|
|
15
15
|
this.healthz = new NamirasoftLogServerHealthz_1.NamirasoftLogServerHealthz(this);
|
|
16
16
|
this.value = new NamirasoftLogServerValue_1.NamirasoftLogServerValue(this);
|
|
17
17
|
this.log_group_category = new NamirasoftLogServerLogGroupCategory_1.NamirasoftLogServerLogGroupCategory(this);
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@ export class NamirasoftLogServer extends NSABaseServer
|
|
|
39
39
|
log: NamirasoftLogServerLog;
|
|
40
40
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
41
41
|
{
|
|
42
|
-
super(base_url, `1.4.
|
|
42
|
+
super(base_url, `1.4.28`, manager, onError);
|
|
43
43
|
this.healthz = new NamirasoftLogServerHealthz(this);
|
|
44
44
|
this.value = new NamirasoftLogServerValue(this);
|
|
45
45
|
this.log_group_category = new NamirasoftLogServerLogGroupCategory(this);
|