@xyo-network/bowser-system-info-plugin 2.68.0 → 2.69.0-rc.2

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.
@@ -14,6 +14,7 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
14
14
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
15
15
  readonly disallowed?: Record<string, string[]> | undefined;
16
16
  } | undefined;
17
+ readonly sign?: boolean | undefined;
17
18
  readonly storeQueries?: boolean | undefined;
18
19
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
20
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
@@ -27,6 +28,7 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
27
28
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
28
29
  readonly disallowed?: Record<string, string[]> | undefined;
29
30
  } | undefined;
31
+ readonly sign?: boolean | undefined;
30
32
  readonly storeQueries?: boolean | undefined;
31
33
  } & Omit<{
32
34
  schema: "network.xyo.system.info.witness.bowser.config";
@@ -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,11 +10,11 @@
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.68.0",
14
- "@xyo-network/module": "~2.68.0",
15
- "@xyo-network/payload-model": "~2.68.0",
16
- "@xyo-network/payloadset-plugin": "~2.68.0",
17
- "@xyo-network/witness": "~2.68.0",
13
+ "@xyo-network/bowser-system-info-payload-plugin": "~2.69.0-rc.2",
14
+ "@xyo-network/module": "~2.69.0-rc.2",
15
+ "@xyo-network/payload-model": "~2.69.0-rc.2",
16
+ "@xyo-network/payloadset-plugin": "~2.69.0-rc.2",
17
+ "@xyo-network/witness": "~2.69.0-rc.2",
18
18
  "bowser": "^2.11.0",
19
19
  "lodash": "^4.17.21"
20
20
  },
@@ -57,5 +57,6 @@
57
57
  },
58
58
  "sideEffects": false,
59
59
  "types": "dist/types/index.d.ts",
60
- "version": "2.68.0"
60
+ "version": "2.69.0-rc.2",
61
+ "stableVersion": "2.68.0"
61
62
  }