@xyo-network/diviner-indexing-memory 3.10.8 → 3.12.0
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.
- package/dist/types/Diviner.d.ts +4 -4
- package/package.json +16 -16
package/dist/types/Diviner.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
34
34
|
* @param store The store to retrieve the archivist for
|
|
35
35
|
* @returns The archivist for the specified store
|
|
36
36
|
*/
|
|
37
|
-
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModuleInstance<import("@xylabs/
|
|
37
|
+
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModuleInstance<import("@xylabs/base").BaseParamsFields & {
|
|
38
38
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
39
39
|
addToResolvers?: boolean;
|
|
40
40
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -50,7 +50,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
50
50
|
* @param store The store to retrieve the BoundWitness Diviner for
|
|
51
51
|
* @returns The BoundWitness Diviner for the specified store
|
|
52
52
|
*/
|
|
53
|
-
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<import("@xyo-network/diviner-model").DivinerModule<import("@xylabs/
|
|
53
|
+
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<import("@xyo-network/diviner-model").DivinerModule<import("@xylabs/base").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
56
56
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -66,7 +66,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
66
66
|
* @param transform The Indexing Diviner stage
|
|
67
67
|
* @returns The diviner corresponding to the Indexing Diviner stage
|
|
68
68
|
*/
|
|
69
|
-
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/
|
|
69
|
+
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/base").BaseParamsFields & {
|
|
70
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
71
71
|
addToResolvers?: boolean;
|
|
72
72
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -82,7 +82,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
82
82
|
* @param store The store to retrieve the Payload Diviner for
|
|
83
83
|
* @returns The Payload Diviner for the specified store
|
|
84
84
|
*/
|
|
85
|
-
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<import("@xyo-network/diviner-model").DivinerModule<import("@xylabs/
|
|
85
|
+
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<import("@xyo-network/diviner-model").DivinerModule<import("@xylabs/base").BaseParamsFields & {
|
|
86
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
87
87
|
addToResolvers?: boolean;
|
|
88
88
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-indexing-memory",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.
|
|
33
|
-
"@xylabs/hex": "^4.
|
|
34
|
-
"@xylabs/timer": "^4.
|
|
35
|
-
"@xyo-network/archivist-wrapper": "^3.
|
|
36
|
-
"@xyo-network/boundwitness-builder": "^3.
|
|
37
|
-
"@xyo-network/boundwitness-model": "^3.
|
|
38
|
-
"@xyo-network/diviner-abstract": "^3.
|
|
39
|
-
"@xyo-network/diviner-boundwitness-model": "^3.
|
|
40
|
-
"@xyo-network/diviner-indexing-model": "^3.
|
|
41
|
-
"@xyo-network/diviner-model": "^3.
|
|
42
|
-
"@xyo-network/diviner-wrapper": "^3.
|
|
43
|
-
"@xyo-network/module-model": "^3.
|
|
44
|
-
"@xyo-network/payload-builder": "^3.
|
|
45
|
-
"@xyo-network/payload-model": "^3.
|
|
32
|
+
"@xylabs/assert": "^4.8.0",
|
|
33
|
+
"@xylabs/hex": "^4.8.0",
|
|
34
|
+
"@xylabs/timer": "^4.8.0",
|
|
35
|
+
"@xyo-network/archivist-wrapper": "^3.12.0",
|
|
36
|
+
"@xyo-network/boundwitness-builder": "^3.12.0",
|
|
37
|
+
"@xyo-network/boundwitness-model": "^3.12.0",
|
|
38
|
+
"@xyo-network/diviner-abstract": "^3.12.0",
|
|
39
|
+
"@xyo-network/diviner-boundwitness-model": "^3.12.0",
|
|
40
|
+
"@xyo-network/diviner-indexing-model": "^3.12.0",
|
|
41
|
+
"@xyo-network/diviner-model": "^3.12.0",
|
|
42
|
+
"@xyo-network/diviner-wrapper": "^3.12.0",
|
|
43
|
+
"@xyo-network/module-model": "^3.12.0",
|
|
44
|
+
"@xyo-network/payload-builder": "^3.12.0",
|
|
45
|
+
"@xyo-network/payload-model": "^3.12.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
49
49
|
"@xylabs/tsconfig": "^6.2.1",
|
|
50
|
-
"typescript": "^5.8.
|
|
50
|
+
"typescript": "^5.8.3"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|