@xyo-network/diviner-model 3.3.0 → 3.3.2
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.
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
import type { ModuleIdentifier } from '@xyo-network/module-model';
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for searchable storage of local state
|
|
4
|
+
*/
|
|
2
5
|
export interface SearchableStorage {
|
|
6
|
+
/**
|
|
7
|
+
* Name/Address of the archivist where intermediate communications are stored
|
|
8
|
+
*/
|
|
3
9
|
archivist: ModuleIdentifier;
|
|
10
|
+
/**
|
|
11
|
+
* Name/Address of the diviner where intermediate communications are filtered
|
|
12
|
+
*/
|
|
4
13
|
boundWitnessDiviner?: ModuleIdentifier;
|
|
14
|
+
/**
|
|
15
|
+
* Name/Address of the diviner where intermediate communications are filtered
|
|
16
|
+
*/
|
|
5
17
|
payloadDiviner?: ModuleIdentifier;
|
|
6
18
|
}
|
|
7
19
|
//# sourceMappingURL=SearchableStorage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchableStorage.d.ts","sourceRoot":"","sources":["../../src/SearchableStorage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"SearchableStorage.d.ts","sourceRoot":"","sources":["../../src/SearchableStorage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAEjE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,SAAS,EAAE,gBAAgB,CAAA;IAC3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,gBAAgB,CAAA;IACtC;;OAEG;IACH,cAAc,CAAC,EAAE,gBAAgB,CAAA;CAClC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-model",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/hex": "^4.
|
|
33
|
-
"@xylabs/object": "^4.
|
|
34
|
-
"@xylabs/retry": "^4.
|
|
35
|
-
"@xyo-network/account-model": "^3.3.
|
|
36
|
-
"@xyo-network/module-events": "^3.3.
|
|
37
|
-
"@xyo-network/module-model": "^3.3.
|
|
38
|
-
"@xyo-network/payload-model": "^3.3.
|
|
32
|
+
"@xylabs/hex": "^4.3.2",
|
|
33
|
+
"@xylabs/object": "^4.3.2",
|
|
34
|
+
"@xylabs/retry": "^4.3.2",
|
|
35
|
+
"@xyo-network/account-model": "^3.3.2",
|
|
36
|
+
"@xyo-network/module-events": "^3.3.2",
|
|
37
|
+
"@xyo-network/module-model": "^3.3.2",
|
|
38
|
+
"@xyo-network/payload-model": "^3.3.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
42
|
-
"@xylabs/tsconfig": "^4.2.
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
|
42
|
+
"@xylabs/tsconfig": "^4.2.3",
|
|
43
43
|
"typescript": "^5.6.3"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|