@xyo-network/sentinel-model 3.18.4 → 3.18.6

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,53 +1,18 @@
1
- export declare const asAttachableSentinelInstance: {
2
- <TType extends import("./AttachableInstance.ts").AttachableSentinelInstance<import("@xylabs/base").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random";
4
- addToResolvers?: boolean;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
- allowNameResolution?: boolean;
7
- config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").SentinelConfig>;
8
- ephemeralQueryAccountEnabled?: boolean;
9
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
10
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("../EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
11
- account?: import("@xyo-network/account-model").AccountInstance | "random";
12
- addToResolvers?: boolean;
13
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
14
- allowNameResolution?: boolean;
15
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
16
- ephemeralQueryAccountEnabled?: boolean;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
19
- <TType extends import("./AttachableInstance.ts").AttachableSentinelInstance<import("@xylabs/base").BaseParamsFields & {
20
- account?: import("@xyo-network/account-model").AccountInstance | "random";
21
- addToResolvers?: boolean;
22
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
23
- allowNameResolution?: boolean;
24
- config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").SentinelConfig>;
25
- ephemeralQueryAccountEnabled?: boolean;
26
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("../EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
28
- account?: import("@xyo-network/account-model").AccountInstance | "random";
29
- addToResolvers?: boolean;
30
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
31
- allowNameResolution?: boolean;
32
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
33
- ephemeralQueryAccountEnabled?: boolean;
34
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
35
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableSentinelInstance<import("@xylabs/base").BaseParamsFields & {
36
- account?: import("@xyo-network/account-model").AccountInstance | "random";
37
- addToResolvers?: boolean;
38
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
39
- allowNameResolution?: boolean;
40
- config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").SentinelConfig>;
41
- ephemeralQueryAccountEnabled?: boolean;
42
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
43
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("../EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
44
- account?: import("@xyo-network/account-model").AccountInstance | "random";
45
- addToResolvers?: boolean;
46
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
47
- allowNameResolution?: boolean;
48
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
49
- ephemeralQueryAccountEnabled?: boolean;
50
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
51
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
52
- };
1
+ export declare const asAttachableSentinelInstance: import("@xylabs/object").AsTypeFunction<import("./AttachableInstance.ts").AttachableSentinelInstance<import("@xylabs/base").BaseParamsFields & {
2
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
3
+ addToResolvers?: boolean;
4
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
5
+ allowNameResolution?: boolean;
6
+ config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").SentinelConfig>;
7
+ ephemeralQueryAccountEnabled?: boolean;
8
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
9
+ } & import("@xyo-network/module-model").ModuleChildrenParams, import("../EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
10
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
11
+ addToResolvers?: boolean;
12
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
13
+ allowNameResolution?: boolean;
14
+ config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
15
+ ephemeralQueryAccountEnabled?: boolean;
16
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
17
+ } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
53
18
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuD,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;6HAAuD,CAAA"}
@@ -34,110 +34,40 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
34
34
  ephemeralQueryAccountEnabled?: boolean;
35
35
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
36
36
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
37
- export declare const asSentinelModule: {
38
- <TType extends SentinelModule<import("@xylabs/base").BaseParamsFields & {
39
- account?: import("@xyo-network/account-model").AccountInstance | "random";
40
- addToResolvers?: boolean;
41
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
42
- allowNameResolution?: boolean;
43
- config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
44
- ephemeralQueryAccountEnabled?: boolean;
45
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
46
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
47
- account?: import("@xyo-network/account-model").AccountInstance | "random";
48
- addToResolvers?: boolean;
49
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
50
- allowNameResolution?: boolean;
51
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
52
- ephemeralQueryAccountEnabled?: boolean;
53
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
54
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
55
- <TType extends SentinelModule<import("@xylabs/base").BaseParamsFields & {
56
- account?: import("@xyo-network/account-model").AccountInstance | "random";
57
- addToResolvers?: boolean;
58
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
59
- allowNameResolution?: boolean;
60
- config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
61
- ephemeralQueryAccountEnabled?: boolean;
62
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
63
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
64
- account?: import("@xyo-network/account-model").AccountInstance | "random";
65
- addToResolvers?: boolean;
66
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
67
- allowNameResolution?: boolean;
68
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
69
- ephemeralQueryAccountEnabled?: boolean;
70
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
71
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/base").BaseParamsFields & {
72
- account?: import("@xyo-network/account-model").AccountInstance | "random";
73
- addToResolvers?: boolean;
74
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
75
- allowNameResolution?: boolean;
76
- config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
77
- ephemeralQueryAccountEnabled?: boolean;
78
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
79
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
80
- account?: import("@xyo-network/account-model").AccountInstance | "random";
81
- addToResolvers?: boolean;
82
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
83
- allowNameResolution?: boolean;
84
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
85
- ephemeralQueryAccountEnabled?: boolean;
86
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
87
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
88
- };
89
- export declare const asSentinelInstance: {
90
- <TType extends SentinelInstance<import("@xylabs/base").BaseParamsFields & {
91
- account?: import("@xyo-network/account-model").AccountInstance | "random";
92
- addToResolvers?: boolean;
93
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
94
- allowNameResolution?: boolean;
95
- config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
96
- ephemeralQueryAccountEnabled?: boolean;
97
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
98
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
99
- account?: import("@xyo-network/account-model").AccountInstance | "random";
100
- addToResolvers?: boolean;
101
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
102
- allowNameResolution?: boolean;
103
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
104
- ephemeralQueryAccountEnabled?: boolean;
105
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
106
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
107
- <TType extends SentinelInstance<import("@xylabs/base").BaseParamsFields & {
108
- account?: import("@xyo-network/account-model").AccountInstance | "random";
109
- addToResolvers?: boolean;
110
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
111
- allowNameResolution?: boolean;
112
- config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
113
- ephemeralQueryAccountEnabled?: boolean;
114
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
115
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
116
- account?: import("@xyo-network/account-model").AccountInstance | "random";
117
- addToResolvers?: boolean;
118
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
119
- allowNameResolution?: boolean;
120
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
121
- ephemeralQueryAccountEnabled?: boolean;
122
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
123
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/base").BaseParamsFields & {
124
- account?: import("@xyo-network/account-model").AccountInstance | "random";
125
- addToResolvers?: boolean;
126
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
127
- allowNameResolution?: boolean;
128
- config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
129
- ephemeralQueryAccountEnabled?: boolean;
130
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
131
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
132
- account?: import("@xyo-network/account-model").AccountInstance | "random";
133
- addToResolvers?: boolean;
134
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
135
- allowNameResolution?: boolean;
136
- config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
137
- ephemeralQueryAccountEnabled?: boolean;
138
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
139
- } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
- };
37
+ export declare const asSentinelModule: import("@xylabs/object").AsTypeFunction<SentinelModule<import("@xylabs/base").BaseParamsFields & {
38
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
39
+ addToResolvers?: boolean;
40
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
41
+ allowNameResolution?: boolean;
42
+ config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
43
+ ephemeralQueryAccountEnabled?: boolean;
44
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
45
+ } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
46
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
47
+ addToResolvers?: boolean;
48
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
49
+ allowNameResolution?: boolean;
50
+ config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
51
+ ephemeralQueryAccountEnabled?: boolean;
52
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
53
+ } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
54
+ export declare const asSentinelInstance: import("@xylabs/object").AsTypeFunction<SentinelInstance<import("@xylabs/base").BaseParamsFields & {
55
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
56
+ addToResolvers?: boolean;
57
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
58
+ allowNameResolution?: boolean;
59
+ config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
60
+ ephemeralQueryAccountEnabled?: boolean;
61
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
62
+ } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
63
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
64
+ addToResolvers?: boolean;
65
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
66
+ allowNameResolution?: boolean;
67
+ config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
68
+ ephemeralQueryAccountEnabled?: boolean;
69
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
70
+ } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
141
71
  export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelModule<import("@xylabs/base").BaseParamsFields & {
142
72
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
73
  addToResolvers?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAGjD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;6HAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;6HAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;oJAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;oJAAyC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAGjD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;6HAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;6HAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;6HAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;6HAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;oJAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;oJAAyC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel-model",
3
- "version": "3.18.4",
3
+ "version": "3.18.6",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,18 +29,18 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/events": "^4.11.14",
33
- "@xylabs/hex": "^4.11.14",
34
- "@xylabs/object": "^4.11.14",
35
- "@xylabs/promise": "^4.11.14",
36
- "@xylabs/typeof": "^4.11.14",
37
- "@xyo-network/account-model": "^3.18.4",
38
- "@xyo-network/archivist-model": "^3.18.4",
39
- "@xyo-network/boundwitness-model": "^3.18.4",
40
- "@xyo-network/diviner-model": "^3.18.4",
41
- "@xyo-network/module-model": "^3.18.4",
42
- "@xyo-network/payload-model": "^3.18.4",
43
- "@xyo-network/witness-model": "^3.18.4"
32
+ "@xylabs/events": "^4.11.16",
33
+ "@xylabs/hex": "^4.11.16",
34
+ "@xylabs/object": "^4.11.16",
35
+ "@xylabs/promise": "^4.11.16",
36
+ "@xylabs/typeof": "^4.11.16",
37
+ "@xyo-network/account-model": "^3.18.6",
38
+ "@xyo-network/archivist-model": "^3.18.6",
39
+ "@xyo-network/boundwitness-model": "^3.18.6",
40
+ "@xyo-network/diviner-model": "^3.18.6",
41
+ "@xyo-network/module-model": "^3.18.6",
42
+ "@xyo-network/payload-model": "^3.18.6",
43
+ "@xyo-network/witness-model": "^3.18.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@xylabs/ts-scripts-yarn3": "^6.5.8",