@xyo-network/bridge-pub-sub 3.9.0 → 3.9.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.
- package/dist/neutral/index.d.ts +2 -2
- package/package.json +21 -21
package/dist/neutral/index.d.ts
CHANGED
|
@@ -182,7 +182,7 @@ declare class AsyncQueryBusBase<TParams extends AsyncQueryBusParams = AsyncQuery
|
|
|
182
182
|
}>;
|
|
183
183
|
ephemeralQueryAccountEnabled?: boolean;
|
|
184
184
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
185
|
-
}, _xyo_network_archivist_model.ArchivistModuleEventData, _xylabs_object.DeepRestrictToStringKeys<{
|
|
185
|
+
} & _xyo_network_archivist_model.ArchivistParamFields & object, _xyo_network_archivist_model.ArchivistModuleEventData, _xylabs_object.DeepRestrictToStringKeys<{
|
|
186
186
|
schema: _xyo_network_payload_model.Schema;
|
|
187
187
|
}>> | undefined>;
|
|
188
188
|
queriesDiviner(): Promise<DivinerInstance<_xylabs_object.BaseParamsFields & {
|
|
@@ -354,7 +354,7 @@ declare class AsyncQueryBusBase<TParams extends AsyncQueryBusParams = AsyncQuery
|
|
|
354
354
|
}>;
|
|
355
355
|
ephemeralQueryAccountEnabled?: boolean;
|
|
356
356
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
357
|
-
}, _xyo_network_archivist_model.ArchivistModuleEventData, _xylabs_object.DeepRestrictToStringKeys<{
|
|
357
|
+
} & _xyo_network_archivist_model.ArchivistParamFields & object, _xyo_network_archivist_model.ArchivistModuleEventData, _xylabs_object.DeepRestrictToStringKeys<{
|
|
358
358
|
schema: _xyo_network_payload_model.Schema;
|
|
359
359
|
}>> | undefined>;
|
|
360
360
|
responsesDiviner(): Promise<DivinerInstance<_xylabs_object.BaseParamsFields & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-pub-sub",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -38,32 +38,32 @@
|
|
|
38
38
|
"@xylabs/object": "^4.5.1",
|
|
39
39
|
"@xylabs/promise": "^4.5.1",
|
|
40
40
|
"@xylabs/timer": "^4.5.1",
|
|
41
|
-
"@xyo-network/account": "^3.9.
|
|
42
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
43
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
|
44
|
-
"@xyo-network/bridge-abstract": "^3.9.
|
|
45
|
-
"@xyo-network/bridge-model": "^3.9.
|
|
46
|
-
"@xyo-network/config-payload-plugin": "^3.9.
|
|
47
|
-
"@xyo-network/diviner-boundwitness-model": "^3.9.
|
|
48
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
49
|
-
"@xyo-network/module-model": "^3.9.
|
|
50
|
-
"@xyo-network/node-model": "^3.9.
|
|
51
|
-
"@xyo-network/payload-builder": "^3.9.
|
|
52
|
-
"@xyo-network/payload-model": "^3.9.
|
|
41
|
+
"@xyo-network/account": "^3.9.2",
|
|
42
|
+
"@xyo-network/archivist-model": "^3.9.2",
|
|
43
|
+
"@xyo-network/boundwitness-model": "^3.9.2",
|
|
44
|
+
"@xyo-network/bridge-abstract": "^3.9.2",
|
|
45
|
+
"@xyo-network/bridge-model": "^3.9.2",
|
|
46
|
+
"@xyo-network/config-payload-plugin": "^3.9.2",
|
|
47
|
+
"@xyo-network/diviner-boundwitness-model": "^3.9.2",
|
|
48
|
+
"@xyo-network/diviner-model": "^3.9.2",
|
|
49
|
+
"@xyo-network/module-model": "^3.9.2",
|
|
50
|
+
"@xyo-network/node-model": "^3.9.2",
|
|
51
|
+
"@xyo-network/payload-builder": "^3.9.2",
|
|
52
|
+
"@xyo-network/payload-model": "^3.9.2",
|
|
53
53
|
"async-mutex": "^0.5.0",
|
|
54
54
|
"lru-cache": "^11.0.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@xylabs/logger": "^4.5.1",
|
|
58
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
59
|
-
"@xylabs/tsconfig": "^5.0.
|
|
58
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
59
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
60
60
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
61
|
-
"@xyo-network/archivist-memory": "^3.9.
|
|
62
|
-
"@xyo-network/diviner-boundwitness-memory": "^3.9.
|
|
63
|
-
"@xyo-network/module-abstract": "^3.9.
|
|
64
|
-
"@xyo-network/node-memory": "^3.9.
|
|
65
|
-
"@xyo-network/node-model": "^3.9.
|
|
66
|
-
"@xyo-network/payload-wrapper": "^3.9.
|
|
61
|
+
"@xyo-network/archivist-memory": "^3.9.2",
|
|
62
|
+
"@xyo-network/diviner-boundwitness-memory": "^3.9.2",
|
|
63
|
+
"@xyo-network/module-abstract": "^3.9.2",
|
|
64
|
+
"@xyo-network/node-memory": "^3.9.2",
|
|
65
|
+
"@xyo-network/node-model": "^3.9.2",
|
|
66
|
+
"@xyo-network/payload-wrapper": "^3.9.2",
|
|
67
67
|
"typescript": "^5.7.3",
|
|
68
68
|
"vitest": "^3.0.5"
|
|
69
69
|
},
|