@xyo-network/bridge-pub-sub 2.90.7 → 2.90.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.
@@ -54,7 +54,7 @@ export declare class AsyncQueryBusServer<TParams extends AsyncQueryBusParams = A
54
54
  * Finds unprocessed commands addressed to the supplied address
55
55
  * @param address The address to find commands for
56
56
  */
57
- protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/diviner-model").WithSources<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
57
+ protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
58
58
  query: string;
59
59
  resultSet?: string | undefined;
60
60
  schema: "network.xyo.boundwitness";
@@ -54,7 +54,7 @@ export declare class AsyncQueryBusServer<TParams extends AsyncQueryBusParams = A
54
54
  * Finds unprocessed commands addressed to the supplied address
55
55
  * @param address The address to find commands for
56
56
  */
57
- protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/diviner-model").WithSources<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
57
+ protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
58
58
  query: string;
59
59
  resultSet?: string | undefined;
60
60
  schema: "network.xyo.boundwitness";
@@ -54,7 +54,7 @@ export declare class AsyncQueryBusServer<TParams extends AsyncQueryBusParams = A
54
54
  * Finds unprocessed commands addressed to the supplied address
55
55
  * @param address The address to find commands for
56
56
  */
57
- protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/diviner-model").WithSources<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
57
+ protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
58
58
  query: string;
59
59
  resultSet?: string | undefined;
60
60
  schema: "network.xyo.boundwitness";
@@ -54,7 +54,7 @@ export declare class AsyncQueryBusServer<TParams extends AsyncQueryBusParams = A
54
54
  * Finds unprocessed commands addressed to the supplied address
55
55
  * @param address The address to find commands for
56
56
  */
57
- protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/diviner-model").WithSources<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
57
+ protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
58
58
  query: string;
59
59
  resultSet?: string | undefined;
60
60
  schema: "network.xyo.boundwitness";
@@ -54,7 +54,7 @@ export declare class AsyncQueryBusServer<TParams extends AsyncQueryBusParams = A
54
54
  * Finds unprocessed commands addressed to the supplied address
55
55
  * @param address The address to find commands for
56
56
  */
57
- protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/diviner-model").WithSources<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
57
+ protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
58
58
  query: string;
59
59
  resultSet?: string | undefined;
60
60
  schema: "network.xyo.boundwitness";
@@ -54,7 +54,7 @@ export declare class AsyncQueryBusServer<TParams extends AsyncQueryBusParams = A
54
54
  * Finds unprocessed commands addressed to the supplied address
55
55
  * @param address The address to find commands for
56
56
  */
57
- protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/diviner-model").WithSources<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
57
+ protected findCommandsToAddress: (address: string) => Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
58
58
  query: string;
59
59
  resultSet?: string | undefined;
60
60
  schema: "network.xyo.boundwitness";
package/package.json CHANGED
@@ -16,27 +16,27 @@
16
16
  "@xylabs/forget": "^2.14.1",
17
17
  "@xylabs/object": "^2.89.1",
18
18
  "@xylabs/timer": "^2.14.1",
19
- "@xyo-network/abstract-bridge": "~2.90.7",
20
- "@xyo-network/archivist-model": "~2.90.7",
21
- "@xyo-network/boundwitness-model": "~2.90.7",
22
- "@xyo-network/bridge-model": "~2.90.7",
23
- "@xyo-network/diviner-boundwitness-model": "~2.90.7",
24
- "@xyo-network/diviner-model": "~2.90.7",
25
- "@xyo-network/manifest-model": "~2.90.7",
26
- "@xyo-network/module-model": "~2.90.7",
27
- "@xyo-network/payload-builder": "~2.90.7",
28
- "@xyo-network/payload-model": "~2.90.7",
19
+ "@xyo-network/abstract-bridge": "~2.90.8",
20
+ "@xyo-network/archivist-model": "~2.90.8",
21
+ "@xyo-network/boundwitness-model": "~2.90.8",
22
+ "@xyo-network/bridge-model": "~2.90.8",
23
+ "@xyo-network/diviner-boundwitness-model": "~2.90.8",
24
+ "@xyo-network/diviner-model": "~2.90.8",
25
+ "@xyo-network/manifest-model": "~2.90.8",
26
+ "@xyo-network/module-model": "~2.90.8",
27
+ "@xyo-network/payload-builder": "~2.90.8",
28
+ "@xyo-network/payload-model": "~2.90.8",
29
29
  "lru-cache": "^10.2.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
33
33
  "@xylabs/tsconfig": "^3.2.42",
34
- "@xyo-network/account": "~2.90.7",
35
- "@xyo-network/archivist-memory": "~2.90.7",
36
- "@xyo-network/boundwitness-builder": "~2.90.7",
37
- "@xyo-network/diviner-boundwitness-memory": "~2.90.7",
38
- "@xyo-network/module-abstract": "~2.90.7",
39
- "@xyo-network/node-memory": "~2.90.7",
34
+ "@xyo-network/account": "~2.90.8",
35
+ "@xyo-network/archivist-memory": "~2.90.8",
36
+ "@xyo-network/boundwitness-builder": "~2.90.8",
37
+ "@xyo-network/diviner-boundwitness-memory": "~2.90.8",
38
+ "@xyo-network/module-abstract": "~2.90.8",
39
+ "@xyo-network/node-memory": "~2.90.8",
40
40
  "typescript": "^5.3.3"
41
41
  },
42
42
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -78,6 +78,6 @@
78
78
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
79
79
  },
80
80
  "sideEffects": false,
81
- "version": "2.90.7",
81
+ "version": "2.90.8",
82
82
  "type": "module"
83
83
  }