@xyo-network/bowser-system-info-plugin 2.71.15 → 2.72.1

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.
@@ -1,8 +1,8 @@
1
1
  import { BowserSystemInfoWitness } from './Witness';
2
2
  export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/core").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- accountDerivationPath?: string | undefined;
5
4
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
5
+ accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly name?: string | undefined;
8
8
  readonly paging?: Record<string, {
@@ -17,6 +17,7 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
20
+ accountDerivationPath?: string | undefined;
20
21
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
21
22
  readonly name?: string | undefined;
22
23
  readonly paging?: Record<string, {
@@ -31,6 +32,7 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
31
32
  readonly sign?: boolean | undefined;
32
33
  readonly storeQueries?: boolean | undefined;
33
34
  } & Omit<{
35
+ archivist?: string | undefined;
34
36
  schema: "network.xyo.system.info.witness.bowser.config";
35
37
  targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
36
38
  schema: "network.xyo.payload.set";
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAEnD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQhC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAEnD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQhC,CAAA"}
package/package.json CHANGED
@@ -10,18 +10,19 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/bowser-system-info-payload-plugin": "~2.71.15",
14
- "@xyo-network/module": "~2.71.15",
15
- "@xyo-network/payload-model": "~2.71.15",
16
- "@xyo-network/payloadset-plugin": "~2.71.15",
17
- "@xyo-network/witness": "~2.71.15",
13
+ "@xyo-network/bowser-system-info-payload-plugin": "~2.72.1",
14
+ "@xyo-network/module": "~2.72.1",
15
+ "@xyo-network/payload-model": "~2.72.1",
16
+ "@xyo-network/payloadset-plugin": "~2.72.1",
17
+ "@xyo-network/witness": "~2.72.1",
18
18
  "bowser": "^2.11.0",
19
19
  "lodash": "^4.17.21"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/lodash": "^4.14.197",
23
- "@xylabs/ts-scripts-yarn3": "^2.19.0",
24
- "@xylabs/tsconfig-dom": "^2.19.0",
23
+ "@xylabs/ts-scripts-yarn3": "^2.19.1",
24
+ "@xylabs/tsconfig-dom": "^2.19.1",
25
+ "@xylabs/tsconfig-dom-jest": "^2.19.1",
25
26
  "typescript": "^5.1.6"
26
27
  },
27
28
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -57,5 +58,5 @@
57
58
  },
58
59
  "sideEffects": false,
59
60
  "types": "dist/types/index.d.ts",
60
- "version": "2.71.15"
61
+ "version": "2.72.1"
61
62
  }