@xyo-network/diviner-stateful 2.93.3 → 2.93.4

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.
@@ -10,6 +10,7 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  */
11
11
  export declare const StatefulModuleMixin: <TParams extends import("@xylabs/object").BaseParamsFields & {
12
12
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
13
+ addToResolvers?: boolean | undefined;
13
14
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
14
15
  schema: "network.xyo.diviner.stateful.config";
15
16
  } & {
@@ -27,6 +28,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
27
28
  ephemeralQueryAccountEnabled?: boolean | undefined;
28
29
  } = import("@xylabs/object").BaseParamsFields & {
29
30
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
31
+ addToResolvers?: boolean | undefined;
30
32
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
31
33
  schema: "network.xyo.diviner.stateful.config";
32
34
  } & {
@@ -59,6 +61,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
59
61
  */
60
62
  getArchivistForStore(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
61
63
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
64
+ addToResolvers?: boolean | undefined;
62
65
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
63
66
  parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
64
67
  requireAllParents?: boolean | undefined;
@@ -80,6 +83,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
80
83
  */
81
84
  getBoundWitnessDivinerForStore(): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
82
85
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
86
+ addToResolvers?: boolean | undefined;
83
87
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
84
88
  schema: "network.xyo.diviner.config";
85
89
  }, "schema"> & {
@@ -100,6 +104,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
100
104
  */
101
105
  getPayloadDivinerForStateStore(): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
106
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
107
+ addToResolvers?: boolean | undefined;
103
108
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
104
109
  schema: "network.xyo.diviner.config";
105
110
  }, "schema"> & {
@@ -120,6 +125,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
120
125
  retrieveState(): Promise<WithMeta<ModuleState<TState>> | undefined>;
121
126
  readonly downResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
122
127
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
128
+ addToResolvers?: boolean | undefined;
123
129
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
124
130
  schema: "network.xyo.module.config";
125
131
  }, "schema"> & {
@@ -131,6 +137,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
131
137
  readonly status: import("@xyo-network/module-model").ModuleStatus;
132
138
  readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
133
139
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
140
+ addToResolvers?: boolean | undefined;
134
141
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
135
142
  schema: "network.xyo.module.config";
136
143
  }, "schema"> & {
@@ -196,6 +203,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
196
203
  once<TEventName_4 extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName_4, listener: import("@xyo-network/module-events").EventListener<import("@xyo-network/module-model").ModuleEventData<object>[TEventName_4]>): import("@xyo-network/module-events").EventUnsubscribeFunction;
197
204
  resolve<T_2 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
198
205
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
206
+ addToResolvers?: boolean | undefined;
199
207
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
200
208
  schema: "network.xyo.module.config";
201
209
  }, "schema"> & {
@@ -204,6 +212,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
204
212
  ephemeralQueryAccountEnabled?: boolean | undefined;
205
213
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
206
214
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
215
+ addToResolvers?: boolean | undefined;
207
216
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
208
217
  schema: "network.xyo.module.config";
209
218
  }, "schema"> & {
@@ -213,6 +222,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
213
222
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
214
223
  resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
215
224
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
225
+ addToResolvers?: boolean | undefined;
216
226
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
217
227
  schema: "network.xyo.module.config";
218
228
  }, "schema"> & {
@@ -221,6 +231,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
221
231
  ephemeralQueryAccountEnabled?: boolean | undefined;
222
232
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
223
233
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
234
+ addToResolvers?: boolean | undefined;
224
235
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
225
236
  schema: "network.xyo.module.config";
226
237
  }, "schema"> & {
@@ -230,6 +241,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
230
241
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
231
242
  resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
232
243
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
244
+ addToResolvers?: boolean | undefined;
233
245
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
234
246
  schema: "network.xyo.module.config";
235
247
  }, "schema"> & {
@@ -238,6 +250,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
238
250
  ephemeralQueryAccountEnabled?: boolean | undefined;
239
251
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
240
252
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
253
+ addToResolvers?: boolean | undefined;
241
254
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
242
255
  schema: "network.xyo.module.config";
243
256
  }, "schema"> & {
@@ -247,6 +260,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
247
260
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
248
261
  resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
249
262
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
263
+ addToResolvers?: boolean | undefined;
250
264
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
251
265
  schema: "network.xyo.module.config";
252
266
  }, "schema"> & {
@@ -255,6 +269,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
255
269
  ephemeralQueryAccountEnabled?: boolean | undefined;
256
270
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
257
271
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
272
+ addToResolvers?: boolean | undefined;
258
273
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
259
274
  schema: "network.xyo.module.config";
260
275
  }, "schema"> & {
@@ -264,6 +279,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
264
279
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
265
280
  resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
266
281
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
282
+ addToResolvers?: boolean | undefined;
267
283
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
268
284
  schema: "network.xyo.module.config";
269
285
  }, "schema"> & {
@@ -272,6 +288,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
272
288
  ephemeralQueryAccountEnabled?: boolean | undefined;
273
289
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
274
290
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
291
+ addToResolvers?: boolean | undefined;
275
292
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
276
293
  schema: "network.xyo.module.config";
277
294
  }, "schema"> & {
@@ -281,6 +298,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
281
298
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
282
299
  resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
283
300
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
301
+ addToResolvers?: boolean | undefined;
284
302
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
285
303
  schema: "network.xyo.module.config";
286
304
  }, "schema"> & {
@@ -289,6 +307,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
289
307
  ephemeralQueryAccountEnabled?: boolean | undefined;
290
308
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
291
309
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
310
+ addToResolvers?: boolean | undefined;
292
311
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
293
312
  schema: "network.xyo.module.config";
294
313
  }, "schema"> & {
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
@@ -10,6 +10,7 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
10
10
  */
11
11
  export declare const StatefulModuleMixin: <TParams extends import("@xylabs/object").BaseParamsFields & {
12
12
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
13
+ addToResolvers?: boolean | undefined;
13
14
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
14
15
  schema: "network.xyo.diviner.stateful.config";
15
16
  } & {
@@ -27,6 +28,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
27
28
  ephemeralQueryAccountEnabled?: boolean | undefined;
28
29
  } = import("@xylabs/object").BaseParamsFields & {
29
30
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
31
+ addToResolvers?: boolean | undefined;
30
32
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
31
33
  schema: "network.xyo.diviner.stateful.config";
32
34
  } & {
@@ -59,6 +61,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
59
61
  */
60
62
  getArchivistForStore(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
61
63
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
64
+ addToResolvers?: boolean | undefined;
62
65
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
63
66
  parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
64
67
  requireAllParents?: boolean | undefined;
@@ -80,6 +83,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
80
83
  */
81
84
  getBoundWitnessDivinerForStore(): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
82
85
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
86
+ addToResolvers?: boolean | undefined;
83
87
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
84
88
  schema: "network.xyo.diviner.config";
85
89
  }, "schema"> & {
@@ -100,6 +104,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
100
104
  */
101
105
  getPayloadDivinerForStateStore(): Promise<import("@xyo-network/diviner-model").DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
106
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
107
+ addToResolvers?: boolean | undefined;
103
108
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
104
109
  schema: "network.xyo.diviner.config";
105
110
  }, "schema"> & {
@@ -120,6 +125,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
120
125
  retrieveState(): Promise<WithMeta<ModuleState<TState>> | undefined>;
121
126
  readonly downResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
122
127
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
128
+ addToResolvers?: boolean | undefined;
123
129
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
124
130
  schema: "network.xyo.module.config";
125
131
  }, "schema"> & {
@@ -131,6 +137,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
131
137
  readonly status: import("@xyo-network/module-model").ModuleStatus;
132
138
  readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
133
139
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
140
+ addToResolvers?: boolean | undefined;
134
141
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
135
142
  schema: "network.xyo.module.config";
136
143
  }, "schema"> & {
@@ -196,6 +203,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
196
203
  once<TEventName_4 extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName_4, listener: import("@xyo-network/module-events").EventListener<import("@xyo-network/module-model").ModuleEventData<object>[TEventName_4]>): import("@xyo-network/module-events").EventUnsubscribeFunction;
197
204
  resolve<T_2 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
198
205
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
206
+ addToResolvers?: boolean | undefined;
199
207
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
200
208
  schema: "network.xyo.module.config";
201
209
  }, "schema"> & {
@@ -204,6 +212,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
204
212
  ephemeralQueryAccountEnabled?: boolean | undefined;
205
213
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
206
214
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
215
+ addToResolvers?: boolean | undefined;
207
216
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
208
217
  schema: "network.xyo.module.config";
209
218
  }, "schema"> & {
@@ -213,6 +222,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
213
222
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
214
223
  resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
215
224
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
225
+ addToResolvers?: boolean | undefined;
216
226
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
217
227
  schema: "network.xyo.module.config";
218
228
  }, "schema"> & {
@@ -221,6 +231,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
221
231
  ephemeralQueryAccountEnabled?: boolean | undefined;
222
232
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
223
233
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
234
+ addToResolvers?: boolean | undefined;
224
235
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
225
236
  schema: "network.xyo.module.config";
226
237
  }, "schema"> & {
@@ -230,6 +241,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
230
241
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
231
242
  resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
232
243
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
244
+ addToResolvers?: boolean | undefined;
233
245
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
234
246
  schema: "network.xyo.module.config";
235
247
  }, "schema"> & {
@@ -238,6 +250,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
238
250
  ephemeralQueryAccountEnabled?: boolean | undefined;
239
251
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
240
252
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
253
+ addToResolvers?: boolean | undefined;
241
254
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
242
255
  schema: "network.xyo.module.config";
243
256
  }, "schema"> & {
@@ -247,6 +260,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
247
260
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
248
261
  resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
249
262
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
263
+ addToResolvers?: boolean | undefined;
250
264
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
251
265
  schema: "network.xyo.module.config";
252
266
  }, "schema"> & {
@@ -255,6 +269,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
255
269
  ephemeralQueryAccountEnabled?: boolean | undefined;
256
270
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
257
271
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
272
+ addToResolvers?: boolean | undefined;
258
273
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
259
274
  schema: "network.xyo.module.config";
260
275
  }, "schema"> & {
@@ -264,6 +279,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
264
279
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
265
280
  resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
266
281
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
282
+ addToResolvers?: boolean | undefined;
267
283
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
268
284
  schema: "network.xyo.module.config";
269
285
  }, "schema"> & {
@@ -272,6 +288,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
272
288
  ephemeralQueryAccountEnabled?: boolean | undefined;
273
289
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
274
290
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
291
+ addToResolvers?: boolean | undefined;
275
292
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
276
293
  schema: "network.xyo.module.config";
277
294
  }, "schema"> & {
@@ -281,6 +298,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
281
298
  }, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
282
299
  resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
283
300
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
301
+ addToResolvers?: boolean | undefined;
284
302
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
285
303
  schema: "network.xyo.module.config";
286
304
  }, "schema"> & {
@@ -289,6 +307,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
289
307
  ephemeralQueryAccountEnabled?: boolean | undefined;
290
308
  }, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
291
309
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
310
+ addToResolvers?: boolean | undefined;
292
311
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
293
312
  schema: "network.xyo.module.config";
294
313
  }, "schema"> & {
@@ -1 +1 @@
1
- {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
1
+ {"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
package/package.json CHANGED
@@ -12,27 +12,27 @@
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^3.0.24",
14
14
  "@xylabs/hex": "^3.0.24",
15
- "@xyo-network/archivist-model": "~2.93.3",
16
- "@xyo-network/archivist-wrapper": "~2.93.3",
17
- "@xyo-network/boundwitness-builder": "~2.93.3",
18
- "@xyo-network/boundwitness-model": "~2.93.3",
19
- "@xyo-network/diviner-abstract": "~2.93.3",
20
- "@xyo-network/diviner-boundwitness-model": "~2.93.3",
21
- "@xyo-network/diviner-model": "~2.93.3",
22
- "@xyo-network/diviner-wrapper": "~2.93.3",
23
- "@xyo-network/module-model": "~2.93.3",
24
- "@xyo-network/payload-builder": "~2.93.3",
25
- "@xyo-network/payload-model": "~2.93.3"
15
+ "@xyo-network/archivist-model": "~2.93.4",
16
+ "@xyo-network/archivist-wrapper": "~2.93.4",
17
+ "@xyo-network/boundwitness-builder": "~2.93.4",
18
+ "@xyo-network/boundwitness-model": "~2.93.4",
19
+ "@xyo-network/diviner-abstract": "~2.93.4",
20
+ "@xyo-network/diviner-boundwitness-model": "~2.93.4",
21
+ "@xyo-network/diviner-model": "~2.93.4",
22
+ "@xyo-network/diviner-wrapper": "~2.93.4",
23
+ "@xyo-network/module-model": "~2.93.4",
24
+ "@xyo-network/payload-builder": "~2.93.4",
25
+ "@xyo-network/payload-model": "~2.93.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@xylabs/ts-scripts-yarn3": "^3.5.2",
29
29
  "@xylabs/tsconfig": "^3.5.2",
30
- "@xyo-network/account": "~2.93.3",
31
- "@xyo-network/archivist-memory": "~2.93.3",
32
- "@xyo-network/diviner-boundwitness-memory": "~2.93.3",
33
- "@xyo-network/diviner-payload-memory": "~2.93.3",
34
- "@xyo-network/manifest": "~2.93.3",
35
- "@xyo-network/node-memory": "~2.93.3",
30
+ "@xyo-network/account": "~2.93.4",
31
+ "@xyo-network/archivist-memory": "~2.93.4",
32
+ "@xyo-network/diviner-boundwitness-memory": "~2.93.4",
33
+ "@xyo-network/diviner-payload-memory": "~2.93.4",
34
+ "@xyo-network/manifest": "~2.93.4",
35
+ "@xyo-network/node-memory": "~2.93.4",
36
36
  "typescript": "^5.4.3"
37
37
  },
38
38
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -74,6 +74,6 @@
74
74
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
75
75
  },
76
76
  "sideEffects": false,
77
- "version": "2.93.3",
77
+ "version": "2.93.4",
78
78
  "type": "module"
79
79
  }