@xyo-network/diviner-stateful 2.89.0-rc.11 → 2.89.0-rc.13
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.
|
@@ -275,8 +275,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
275
275
|
* preemptions, reboots, etc.
|
|
276
276
|
*/
|
|
277
277
|
retrieveState(): Promise<ModuleState<TState> | undefined>;
|
|
278
|
-
readonly downResolver: Omit<import("@xyo-network/module-model").
|
|
279
|
-
readonly upResolver: Omit<import("@xyo-network/module-model").
|
|
278
|
+
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
279
|
+
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
280
280
|
address: string;
|
|
281
281
|
config: TParams["config"];
|
|
282
282
|
id: string;
|
|
@@ -275,8 +275,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
275
275
|
* preemptions, reboots, etc.
|
|
276
276
|
*/
|
|
277
277
|
retrieveState(): Promise<ModuleState<TState> | undefined>;
|
|
278
|
-
readonly downResolver: Omit<import("@xyo-network/module-model").
|
|
279
|
-
readonly upResolver: Omit<import("@xyo-network/module-model").
|
|
278
|
+
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
279
|
+
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
280
280
|
address: string;
|
|
281
281
|
config: TParams["config"];
|
|
282
282
|
id: string;
|
|
@@ -275,8 +275,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
275
275
|
* preemptions, reboots, etc.
|
|
276
276
|
*/
|
|
277
277
|
retrieveState(): Promise<ModuleState<TState> | undefined>;
|
|
278
|
-
readonly downResolver: Omit<import("@xyo-network/module-model").
|
|
279
|
-
readonly upResolver: Omit<import("@xyo-network/module-model").
|
|
278
|
+
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
279
|
+
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
280
280
|
address: string;
|
|
281
281
|
config: TParams["config"];
|
|
282
282
|
id: string;
|
|
@@ -275,8 +275,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
275
275
|
* preemptions, reboots, etc.
|
|
276
276
|
*/
|
|
277
277
|
retrieveState(): Promise<ModuleState<TState> | undefined>;
|
|
278
|
-
readonly downResolver: Omit<import("@xyo-network/module-model").
|
|
279
|
-
readonly upResolver: Omit<import("@xyo-network/module-model").
|
|
278
|
+
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
279
|
+
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
280
280
|
address: string;
|
|
281
281
|
config: TParams["config"];
|
|
282
282
|
id: string;
|
|
@@ -275,8 +275,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
275
275
|
* preemptions, reboots, etc.
|
|
276
276
|
*/
|
|
277
277
|
retrieveState(): Promise<ModuleState<TState> | undefined>;
|
|
278
|
-
readonly downResolver: Omit<import("@xyo-network/module-model").
|
|
279
|
-
readonly upResolver: Omit<import("@xyo-network/module-model").
|
|
278
|
+
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
279
|
+
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
280
280
|
address: string;
|
|
281
281
|
config: TParams["config"];
|
|
282
282
|
id: string;
|
|
@@ -275,8 +275,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
275
275
|
* preemptions, reboots, etc.
|
|
276
276
|
*/
|
|
277
277
|
retrieveState(): Promise<ModuleState<TState> | undefined>;
|
|
278
|
-
readonly downResolver: Omit<import("@xyo-network/module-model").
|
|
279
|
-
readonly upResolver: Omit<import("@xyo-network/module-model").
|
|
278
|
+
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
279
|
+
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
280
280
|
address: string;
|
|
281
281
|
config: TParams["config"];
|
|
282
282
|
id: string;
|
package/package.json
CHANGED
|
@@ -11,27 +11,27 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/assert": "^2.14.0",
|
|
14
|
-
"@xyo-network/archivist-model": "~2.89.0-rc.
|
|
15
|
-
"@xyo-network/archivist-wrapper": "~2.89.0-rc.
|
|
16
|
-
"@xyo-network/boundwitness-builder": "~2.89.0-rc.
|
|
17
|
-
"@xyo-network/boundwitness-model": "~2.89.0-rc.
|
|
18
|
-
"@xyo-network/diviner-abstract": "~2.89.0-rc.
|
|
19
|
-
"@xyo-network/diviner-boundwitness-model": "~2.89.0-rc.
|
|
20
|
-
"@xyo-network/diviner-model": "~2.89.0-rc.
|
|
21
|
-
"@xyo-network/diviner-wrapper": "~2.89.0-rc.
|
|
22
|
-
"@xyo-network/module-model": "~2.89.0-rc.
|
|
23
|
-
"@xyo-network/payload-builder": "~2.89.0-rc.
|
|
24
|
-
"@xyo-network/payload-model": "~2.89.0-rc.
|
|
14
|
+
"@xyo-network/archivist-model": "~2.89.0-rc.13",
|
|
15
|
+
"@xyo-network/archivist-wrapper": "~2.89.0-rc.13",
|
|
16
|
+
"@xyo-network/boundwitness-builder": "~2.89.0-rc.13",
|
|
17
|
+
"@xyo-network/boundwitness-model": "~2.89.0-rc.13",
|
|
18
|
+
"@xyo-network/diviner-abstract": "~2.89.0-rc.13",
|
|
19
|
+
"@xyo-network/diviner-boundwitness-model": "~2.89.0-rc.13",
|
|
20
|
+
"@xyo-network/diviner-model": "~2.89.0-rc.13",
|
|
21
|
+
"@xyo-network/diviner-wrapper": "~2.89.0-rc.13",
|
|
22
|
+
"@xyo-network/module-model": "~2.89.0-rc.13",
|
|
23
|
+
"@xyo-network/payload-builder": "~2.89.0-rc.13",
|
|
24
|
+
"@xyo-network/payload-model": "~2.89.0-rc.13"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@xylabs/ts-scripts-yarn3": "^3.2.42",
|
|
28
28
|
"@xylabs/tsconfig": "^3.2.42",
|
|
29
|
-
"@xyo-network/account": "~2.89.0-rc.
|
|
30
|
-
"@xyo-network/archivist-memory": "~2.89.0-rc.
|
|
31
|
-
"@xyo-network/diviner-boundwitness-memory": "~2.89.0-rc.
|
|
32
|
-
"@xyo-network/diviner-payload-memory": "~2.89.0-rc.
|
|
33
|
-
"@xyo-network/manifest": "~2.89.0-rc.
|
|
34
|
-
"@xyo-network/node-memory": "~2.89.0-rc.
|
|
29
|
+
"@xyo-network/account": "~2.89.0-rc.13",
|
|
30
|
+
"@xyo-network/archivist-memory": "~2.89.0-rc.13",
|
|
31
|
+
"@xyo-network/diviner-boundwitness-memory": "~2.89.0-rc.13",
|
|
32
|
+
"@xyo-network/diviner-payload-memory": "~2.89.0-rc.13",
|
|
33
|
+
"@xyo-network/manifest": "~2.89.0-rc.13",
|
|
34
|
+
"@xyo-network/node-memory": "~2.89.0-rc.13",
|
|
35
35
|
"typescript": "^5.3.3"
|
|
36
36
|
},
|
|
37
37
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
74
74
|
},
|
|
75
75
|
"sideEffects": false,
|
|
76
|
-
"version": "2.89.0-rc.
|
|
76
|
+
"version": "2.89.0-rc.13",
|
|
77
77
|
"type": "module",
|
|
78
78
|
"stableVersion": "2.88.3"
|
|
79
79
|
}
|