@xyo-network/module-wrapper 3.9.3 → 3.9.5
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 -0
- package/package.json +9 -9
package/dist/neutral/index.d.ts
CHANGED
|
@@ -65,6 +65,8 @@ declare class ModuleWrapper<TWrappedModule extends Module = Module> extends Base
|
|
|
65
65
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
66
66
|
ephemeralQueryAccountEnabled?: boolean;
|
|
67
67
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
68
|
+
privateChildren?: ModuleInstance[];
|
|
69
|
+
publicChildren?: ModuleInstance[];
|
|
68
70
|
}, _xyo_network_module_model.ModuleEventData<object>>;
|
|
69
71
|
static hasRequiredQueries(mod: Module): boolean;
|
|
70
72
|
static is<TModuleWrapper extends ModuleWrapper>(this: ConstructableModuleWrapper<TModuleWrapper>, wrapper: any): wrapper is TModuleWrapper;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/module-wrapper",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"@xylabs/logger": "^4.5.1",
|
|
36
36
|
"@xylabs/object": "^4.5.1",
|
|
37
37
|
"@xylabs/promise": "^4.5.1",
|
|
38
|
-
"@xyo-network/account-model": "^3.9.
|
|
39
|
-
"@xyo-network/boundwitness-builder": "^3.9.
|
|
40
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
|
41
|
-
"@xyo-network/boundwitness-wrapper": "^3.9.
|
|
42
|
-
"@xyo-network/manifest-model": "^3.9.
|
|
43
|
-
"@xyo-network/module-events": "^3.9.
|
|
44
|
-
"@xyo-network/module-model": "^3.9.
|
|
45
|
-
"@xyo-network/payload-model": "^3.9.
|
|
38
|
+
"@xyo-network/account-model": "^3.9.5",
|
|
39
|
+
"@xyo-network/boundwitness-builder": "^3.9.5",
|
|
40
|
+
"@xyo-network/boundwitness-model": "^3.9.5",
|
|
41
|
+
"@xyo-network/boundwitness-wrapper": "^3.9.5",
|
|
42
|
+
"@xyo-network/manifest-model": "^3.9.5",
|
|
43
|
+
"@xyo-network/module-events": "^3.9.5",
|
|
44
|
+
"@xyo-network/module-model": "^3.9.5",
|
|
45
|
+
"@xyo-network/payload-model": "^3.9.5",
|
|
46
46
|
"lru-cache": "^11.0.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|