@xyo-network/bridge-pub-sub 5.3.7 → 5.3.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.
@@ -12,7 +12,7 @@ export interface AsyncQueryBusModuleProxyParams extends ModuleProxyParams {
12
12
  export declare class AsyncQueryBusModuleProxy<TWrappedModule extends ModuleInstance = ModuleInstance> extends AbstractModuleProxy<TWrappedModule, AsyncQueryBusModuleProxyParams & TWrappedModule['params']> {
13
13
  get id(): ModuleIdentifier;
14
14
  get modName(): ModuleName | undefined;
15
- static createHandler<T extends CreatableInstance>(inInstance: T): Promise<T & AbstractModule<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>>;
15
+ static createHandler<T extends CreatableInstance>(inInstance: T): Promise<T & AbstractModule<import("@xyo-network/module-model").QueryableModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>>, import("@xyo-network/module-model").ModuleEventData<object>>>;
16
16
  proxyQueryHandler<T extends QueryBoundWitness = QueryBoundWitness>(query: T, payloads?: Payload[]): Promise<ModuleQueryResult>;
17
17
  publicChildren(): Promise<ModuleInstance[]>;
18
18
  /** @deprecated do not pass undefined. If trying to get all, pass '*' */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-pub-sub",
3
- "version": "5.3.7",
3
+ "version": "5.3.8",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -36,18 +36,18 @@
36
36
  "!**/*.test.*"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/account": "~5.3.7",
40
- "@xyo-network/archivist-model": "~5.3.7",
41
- "@xyo-network/boundwitness-model": "~5.3.7",
42
- "@xyo-network/bridge-abstract": "~5.3.7",
43
- "@xyo-network/bridge-model": "~5.3.7",
44
- "@xyo-network/config-payload-plugin": "~5.3.7",
45
- "@xyo-network/diviner-boundwitness-model": "~5.3.7",
46
- "@xyo-network/diviner-model": "~5.3.7",
47
- "@xyo-network/module-model": "~5.3.7",
48
- "@xyo-network/node-model": "~5.3.7",
49
- "@xyo-network/payload-builder": "~5.3.7",
50
- "@xyo-network/payload-model": "~5.3.7",
39
+ "@xyo-network/account": "~5.3.8",
40
+ "@xyo-network/archivist-model": "~5.3.8",
41
+ "@xyo-network/boundwitness-model": "~5.3.8",
42
+ "@xyo-network/bridge-abstract": "~5.3.8",
43
+ "@xyo-network/bridge-model": "~5.3.8",
44
+ "@xyo-network/config-payload-plugin": "~5.3.8",
45
+ "@xyo-network/diviner-boundwitness-model": "~5.3.8",
46
+ "@xyo-network/diviner-model": "~5.3.8",
47
+ "@xyo-network/module-model": "~5.3.8",
48
+ "@xyo-network/node-model": "~5.3.8",
49
+ "@xyo-network/payload-builder": "~5.3.8",
50
+ "@xyo-network/payload-model": "~5.3.8",
51
51
  "async-mutex": "~0.5.0",
52
52
  "lru-cache": "^11.2.6"
53
53
  },
@@ -56,12 +56,12 @@
56
56
  "@xylabs/ts-scripts-yarn3": "~7.3.2",
57
57
  "@xylabs/tsconfig": "~7.3.2",
58
58
  "@xylabs/vitest-extended": "~5.0.80",
59
- "@xyo-network/archivist-memory": "~5.3.7",
60
- "@xyo-network/diviner-boundwitness-memory": "~5.3.7",
61
- "@xyo-network/module-abstract": "~5.3.7",
62
- "@xyo-network/node-memory": "~5.3.7",
63
- "@xyo-network/node-model": "~5.3.7",
64
- "@xyo-network/payload-wrapper": "~5.3.7",
59
+ "@xyo-network/archivist-memory": "~5.3.8",
60
+ "@xyo-network/diviner-boundwitness-memory": "~5.3.8",
61
+ "@xyo-network/module-abstract": "~5.3.8",
62
+ "@xyo-network/node-memory": "~5.3.8",
63
+ "@xyo-network/node-model": "~5.3.8",
64
+ "@xyo-network/payload-wrapper": "~5.3.8",
65
65
  "typescript": "~5.9.3",
66
66
  "vitest": "~4.0.18",
67
67
  "zod": "^4.3.6"