@xyo-network/node-system-info-plugin 2.43.8 → 2.43.10

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.
File without changes
File without changes
@@ -2,7 +2,7 @@ import { ModuleParams } from '@xyo-network/module';
2
2
  import { PayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin';
3
3
  export declare const XyoNodeSystemInfoPlugin: () => PayloadSetWitnessPlugin<ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
4
4
  security?: {
5
- allowed?: Record<string, string[][]> | undefined;
5
+ allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
6
6
  disallowed?: Record<string, string[]> | undefined;
7
7
  } | undefined;
8
8
  } & {
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -10,15 +10,15 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/module": "^2.43.8",
14
- "@xyo-network/node-system-info-payload-plugin": "^2.43.8",
15
- "@xyo-network/payload-model": "^2.43.8",
16
- "@xyo-network/payloadset-plugin": "^2.43.8",
17
- "@xyo-network/witness": "^2.43.8",
13
+ "@xyo-network/module": "^2.43.10",
14
+ "@xyo-network/node-system-info-payload-plugin": "^2.43.10",
15
+ "@xyo-network/payload-model": "^2.43.10",
16
+ "@xyo-network/payloadset-plugin": "^2.43.10",
17
+ "@xyo-network/witness": "^2.43.10",
18
18
  "systeminformation": "^5.17.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@xylabs/ts-scripts-yarn3": "^2.12.3"
21
+ "@xylabs/ts-scripts-yarn3": "^2.12.23"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
24
24
  "browser": "dist/esm/index.js",
@@ -52,6 +52,6 @@
52
52
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
53
53
  },
54
54
  "sideEffects": false,
55
- "types": "dist/esm/index.d.ts",
56
- "version": "2.43.8"
55
+ "types": "dist/types/index.d.ts",
56
+ "version": "2.43.10"
57
57
  }
@@ -1,16 +0,0 @@
1
- import { ModuleParams } from '@xyo-network/module';
2
- import { PayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin';
3
- export declare const XyoNodeSystemInfoPlugin: () => PayloadSetWitnessPlugin<ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
4
- security?: {
5
- allowed?: Record<string, string[][]> | undefined;
6
- disallowed?: Record<string, string[]> | undefined;
7
- } | undefined;
8
- } & {
9
- nodeValues?: Record<string, string> | undefined;
10
- schema: "network.xyo.system.info.witness.node.config";
11
- } & {
12
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
13
- schema: "network.xyo.payload.set";
14
- }) | undefined;
15
- }>>;
16
- //# sourceMappingURL=Plugin.d.ts.map
@@ -1,8 +0,0 @@
1
- import { XyoWitnessConfig } from '@xyo-network/witness';
2
- export type XyoNodeSystemInfoWitnessConfigSchema = 'network.xyo.system.info.witness.node.config';
3
- export declare const XyoNodeSystemInfoWitnessConfigSchema: XyoNodeSystemInfoWitnessConfigSchema;
4
- export type XyoNodeSystemInfoWitnessConfig = XyoWitnessConfig<{
5
- nodeValues?: Record<string, string>;
6
- schema: XyoNodeSystemInfoWitnessConfigSchema;
7
- }>;
8
- //# sourceMappingURL=Config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAEvD,MAAM,MAAM,oCAAoC,GAAG,6CAA6C,CAAA;AAChG,eAAO,MAAM,oCAAoC,EAAE,oCAAoF,CAAA;AAEvI,MAAM,MAAM,8BAA8B,GAAG,gBAAgB,CAAC;IAC5D,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACnC,MAAM,EAAE,oCAAoC,CAAA;CAC7C,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAGlD,OAAO,EAA0B,uBAAuB,EAAE,MAAM,gCAAgC,CAAA;AAKhG,eAAO,MAAM,uBAAuB;;;;;;;;;;;;GASjC,CAAA"}
@@ -1,12 +0,0 @@
1
- import { ModuleParams } from '@xyo-network/module';
2
- import { XyoNodeSystemInfoPayload } from '@xyo-network/node-system-info-payload-plugin';
3
- import { AbstractWitness } from '@xyo-network/witness';
4
- import { XyoNodeSystemInfoWitnessConfig } from './Config';
5
- export declare class XyoNodeSystemInfoWitness<TPayload extends XyoNodeSystemInfoPayload = XyoNodeSystemInfoPayload> extends AbstractWitness<XyoNodeSystemInfoWitnessConfig> {
6
- static configSchema: "network.xyo.system.info.witness.node.config";
7
- static create(params?: ModuleParams<XyoNodeSystemInfoWitnessConfig>): Promise<XyoNodeSystemInfoWitness>;
8
- observe(payloads?: TPayload[]): Promise<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
9
- schema: string;
10
- })[]>;
11
- }
12
- //# sourceMappingURL=Witness.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAClD,OAAO,EAA2B,wBAAwB,EAA2B,MAAM,8CAA8C,CAAA;AACzI,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAGtD,OAAO,EAAE,8BAA8B,EAAwC,MAAM,UAAU,CAAA;AAE/F,qBAAa,wBAAwB,CACnC,QAAQ,SAAS,wBAAwB,GAAG,wBAAwB,CACpE,SAAQ,eAAe,CAAC,8BAA8B,CAAC;IACvD,OAAgB,YAAY,gDAAuC;WAE7C,MAAM,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC,8BAA8B,CAAC,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAIvG,OAAO,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE;;;CAI7C"}
@@ -1,6 +0,0 @@
1
- import { XyoNodeSystemInfoPlugin } from './Plugin';
2
- export * from './Config';
3
- export * from './Witness';
4
- export { XyoNodeSystemInfoPlugin };
5
- export default XyoNodeSystemInfoPlugin;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AAEzB,OAAO,EAAE,uBAAuB,EAAE,CAAA;AAGlC,eAAe,uBAAuB,CAAA"}