@xyo-network/node-system-info-plugin 2.42.13 → 2.42.14
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/cjs/Witness.d.ts +1 -1
- package/dist/esm/Witness.d.ts +1 -1
- package/package.json +8 -9
- package/dist/docs.json +0 -5256
package/dist/cjs/Witness.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { XyoNodeSystemInfoWitnessConfig } from './Config';
|
|
|
5
5
|
export declare class XyoNodeSystemInfoWitness<TPayload extends XyoNodeSystemInfoPayload = XyoNodeSystemInfoPayload> extends AbstractWitness<XyoNodeSystemInfoWitnessConfig> {
|
|
6
6
|
static configSchema: "network.xyo.system.info.witness.node.config";
|
|
7
7
|
static create(params?: ModuleParams<XyoNodeSystemInfoWitnessConfig>): Promise<XyoNodeSystemInfoWitness>;
|
|
8
|
-
observe(payloads?: TPayload[]): Promise<(import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
|
|
8
|
+
observe(payloads?: TPayload[]): Promise<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
9
9
|
schema: string;
|
|
10
10
|
})[]>;
|
|
11
11
|
}
|
package/dist/esm/Witness.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { XyoNodeSystemInfoWitnessConfig } from './Config';
|
|
|
5
5
|
export declare class XyoNodeSystemInfoWitness<TPayload extends XyoNodeSystemInfoPayload = XyoNodeSystemInfoPayload> extends AbstractWitness<XyoNodeSystemInfoWitnessConfig> {
|
|
6
6
|
static configSchema: "network.xyo.system.info.witness.node.config";
|
|
7
7
|
static create(params?: ModuleParams<XyoNodeSystemInfoWitnessConfig>): Promise<XyoNodeSystemInfoWitness>;
|
|
8
|
-
observe(payloads?: TPayload[]): Promise<(import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
|
|
8
|
+
observe(payloads?: TPayload[]): Promise<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
9
9
|
schema: string;
|
|
10
10
|
})[]>;
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -10,16 +10,15 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/module": "^2.42.
|
|
14
|
-
"@xyo-network/node-system-info-payload-plugin": "^2.42.
|
|
15
|
-
"@xyo-network/payload": "^2.42.
|
|
16
|
-
"@xyo-network/payloadset-plugin": "^2.42.
|
|
17
|
-
"@xyo-network/witness": "^2.42.
|
|
18
|
-
"systeminformation": "^5.16.6"
|
|
19
|
-
"tslib": "^2.4.1"
|
|
13
|
+
"@xyo-network/module": "^2.42.14",
|
|
14
|
+
"@xyo-network/node-system-info-payload-plugin": "^2.42.14",
|
|
15
|
+
"@xyo-network/payload": "^2.42.14",
|
|
16
|
+
"@xyo-network/payloadset-plugin": "^2.42.14",
|
|
17
|
+
"@xyo-network/witness": "^2.42.14",
|
|
18
|
+
"systeminformation": "^5.16.6"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
21
|
+
"@xylabs/ts-scripts-yarn3": "^2.10.19"
|
|
23
22
|
},
|
|
24
23
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
25
24
|
"browser": "dist/esm/index.js",
|
|
@@ -54,5 +53,5 @@
|
|
|
54
53
|
},
|
|
55
54
|
"sideEffects": false,
|
|
56
55
|
"types": "dist/esm/index.d.ts",
|
|
57
|
-
"version": "2.42.
|
|
56
|
+
"version": "2.42.14"
|
|
58
57
|
}
|