@xyo-network/prometheus-node-plugin 2.77.7 → 2.77.8
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.
package/dist/node/Witness.d.cts
CHANGED
|
@@ -19,7 +19,7 @@ export declare class PrometheusNodeWitness<TParams extends PrometheusNodeWitness
|
|
|
19
19
|
get registry(): Registry;
|
|
20
20
|
protected observeHandler(_payloads?: Partial<Payload>[]): Promise<Payload[]>;
|
|
21
21
|
protected startHandler(): Promise<boolean>;
|
|
22
|
-
protected stopHandler(): import("@
|
|
22
|
+
protected stopHandler(): import("@xylabs/promise").Promisable<boolean>;
|
|
23
23
|
private generateMetricValues;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=Witness.d.ts.map
|
package/dist/node/Witness.d.mts
CHANGED
|
@@ -19,7 +19,7 @@ export declare class PrometheusNodeWitness<TParams extends PrometheusNodeWitness
|
|
|
19
19
|
get registry(): Registry;
|
|
20
20
|
protected observeHandler(_payloads?: Partial<Payload>[]): Promise<Payload[]>;
|
|
21
21
|
protected startHandler(): Promise<boolean>;
|
|
22
|
-
protected stopHandler(): import("@
|
|
22
|
+
protected stopHandler(): import("@xylabs/promise").Promisable<boolean>;
|
|
23
23
|
private generateMetricValues;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=Witness.d.ts.map
|
package/dist/node/Witness.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare class PrometheusNodeWitness<TParams extends PrometheusNodeWitness
|
|
|
19
19
|
get registry(): Registry;
|
|
20
20
|
protected observeHandler(_payloads?: Partial<Payload>[]): Promise<Payload[]>;
|
|
21
21
|
protected startHandler(): Promise<boolean>;
|
|
22
|
-
protected stopHandler(): import("@
|
|
22
|
+
protected stopHandler(): import("@xylabs/promise").Promisable<boolean>;
|
|
23
23
|
private generateMetricValues;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=Witness.d.ts.map
|
package/package.json
CHANGED
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/lodash": "^2.13.3",
|
|
14
|
-
"@xyo-network/abstract-witness": "~2.77.
|
|
15
|
-
"@xyo-network/module-model": "~2.77.
|
|
16
|
-
"@xyo-network/payload-model": "~2.77.
|
|
17
|
-
"@xyo-network/payloadset-plugin": "~2.77.
|
|
18
|
-
"@xyo-network/witness-model": "~2.77.
|
|
14
|
+
"@xyo-network/abstract-witness": "~2.77.8",
|
|
15
|
+
"@xyo-network/module-model": "~2.77.8",
|
|
16
|
+
"@xyo-network/payload-model": "~2.77.8",
|
|
17
|
+
"@xyo-network/payloadset-plugin": "~2.77.8",
|
|
18
|
+
"@xyo-network/witness-model": "~2.77.8",
|
|
19
19
|
"prom-client": "^15.0.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
23
23
|
"@xylabs/tsconfig": "^3.1.13",
|
|
24
|
-
"@xyo-network/account": "~2.77.
|
|
25
|
-
"@xyo-network/payload-wrapper": "~2.77.
|
|
24
|
+
"@xyo-network/account": "~2.77.8",
|
|
25
|
+
"@xyo-network/payload-wrapper": "~2.77.8",
|
|
26
26
|
"typescript": "^5.2.2"
|
|
27
27
|
},
|
|
28
28
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
|
-
"version": "2.77.
|
|
58
|
+
"version": "2.77.8"
|
|
59
59
|
}
|