@xyo-network/bridge-model 3.6.0-rc.6 → 3.6.0-rc.8
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,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableBridgeInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
3
3
|
schema: import("@xyo-network/payload-model").Schema;
|
|
4
4
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
5
5
|
client?: {
|
|
@@ -26,7 +26,6 @@ export declare const asAttachableBridgeInstance: {
|
|
|
26
26
|
} | undefined;
|
|
27
27
|
readonly allowedQueries?: string[] | undefined;
|
|
28
28
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
29
|
-
readonly certify?: boolean | undefined;
|
|
30
29
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
31
30
|
readonly labels?: {
|
|
32
31
|
[x: string]: string | undefined;
|
|
@@ -54,7 +53,7 @@ export declare const asAttachableBridgeInstance: {
|
|
|
54
53
|
readonly storeQueries?: boolean | undefined;
|
|
55
54
|
readonly timestamp?: boolean | undefined;
|
|
56
55
|
}>>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
57
|
-
<TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@
|
|
56
|
+
<TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
58
57
|
schema: import("@xyo-network/payload-model").Schema;
|
|
59
58
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
60
59
|
client?: {
|
|
@@ -81,7 +80,6 @@ export declare const asAttachableBridgeInstance: {
|
|
|
81
80
|
} | undefined;
|
|
82
81
|
readonly allowedQueries?: string[] | undefined;
|
|
83
82
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
84
|
-
readonly certify?: boolean | undefined;
|
|
85
83
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
86
84
|
readonly labels?: {
|
|
87
85
|
[x: string]: string | undefined;
|
|
@@ -108,7 +106,7 @@ export declare const asAttachableBridgeInstance: {
|
|
|
108
106
|
readonly sign?: boolean | undefined;
|
|
109
107
|
readonly storeQueries?: boolean | undefined;
|
|
110
108
|
readonly timestamp?: boolean | undefined;
|
|
111
|
-
}>>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@
|
|
109
|
+
}>>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
112
110
|
schema: import("@xyo-network/payload-model").Schema;
|
|
113
111
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
114
112
|
client?: {
|
|
@@ -135,7 +133,6 @@ export declare const asAttachableBridgeInstance: {
|
|
|
135
133
|
} | undefined;
|
|
136
134
|
readonly allowedQueries?: string[] | undefined;
|
|
137
135
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
138
|
-
readonly certify?: boolean | undefined;
|
|
139
136
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
140
137
|
readonly labels?: {
|
|
141
138
|
[x: string]: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEACH,iBAAiB,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAA+E,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAgG,gBAAoB;CADlO,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { BridgeInstance } from './Instance.ts';
|
|
2
2
|
import type { BridgeModule } from './Module.ts';
|
|
3
|
-
export declare const isBridgeInstance: import("@xylabs/object").TypeCheck<BridgeInstance<import("./Params.ts").BridgeParams<import("@
|
|
3
|
+
export declare const isBridgeInstance: import("@xylabs/object").TypeCheck<BridgeInstance<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
4
4
|
schema: import("@xyo-network/payload-model").Schema;
|
|
5
5
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
6
6
|
client?: {
|
|
@@ -27,7 +27,6 @@ export declare const isBridgeInstance: import("@xylabs/object").TypeCheck<Bridge
|
|
|
27
27
|
} | undefined;
|
|
28
28
|
readonly allowedQueries?: string[] | undefined;
|
|
29
29
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
30
|
-
readonly certify?: boolean | undefined;
|
|
31
30
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
32
31
|
readonly labels?: {
|
|
33
32
|
[x: string]: string | undefined;
|
|
@@ -55,7 +54,7 @@ export declare const isBridgeInstance: import("@xylabs/object").TypeCheck<Bridge
|
|
|
55
54
|
readonly storeQueries?: boolean | undefined;
|
|
56
55
|
readonly timestamp?: boolean | undefined;
|
|
57
56
|
}>>, import("./EventData.ts").BridgeModuleEventData>>;
|
|
58
|
-
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Params.ts").BridgeParams<import("@
|
|
57
|
+
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
59
58
|
schema: import("@xyo-network/payload-model").Schema;
|
|
60
59
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
61
60
|
client?: {
|
|
@@ -82,7 +81,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
82
81
|
} | undefined;
|
|
83
82
|
readonly allowedQueries?: string[] | undefined;
|
|
84
83
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
85
|
-
readonly certify?: boolean | undefined;
|
|
86
84
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
87
85
|
readonly labels?: {
|
|
88
86
|
[x: string]: string | undefined;
|
|
@@ -111,7 +109,7 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
111
109
|
readonly timestamp?: boolean | undefined;
|
|
112
110
|
}>>, import("./EventData.ts").BridgeModuleEventData>>;
|
|
113
111
|
export declare const asBridgeModule: {
|
|
114
|
-
<TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@
|
|
112
|
+
<TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
115
113
|
schema: import("@xyo-network/payload-model").Schema;
|
|
116
114
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
117
115
|
client?: {
|
|
@@ -138,7 +136,6 @@ export declare const asBridgeModule: {
|
|
|
138
136
|
} | undefined;
|
|
139
137
|
readonly allowedQueries?: string[] | undefined;
|
|
140
138
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
141
|
-
readonly certify?: boolean | undefined;
|
|
142
139
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
143
140
|
readonly labels?: {
|
|
144
141
|
[x: string]: string | undefined;
|
|
@@ -166,7 +163,7 @@ export declare const asBridgeModule: {
|
|
|
166
163
|
readonly storeQueries?: boolean | undefined;
|
|
167
164
|
readonly timestamp?: boolean | undefined;
|
|
168
165
|
}>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
169
|
-
<TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@
|
|
166
|
+
<TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
170
167
|
schema: import("@xyo-network/payload-model").Schema;
|
|
171
168
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
172
169
|
client?: {
|
|
@@ -193,7 +190,6 @@ export declare const asBridgeModule: {
|
|
|
193
190
|
} | undefined;
|
|
194
191
|
readonly allowedQueries?: string[] | undefined;
|
|
195
192
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
196
|
-
readonly certify?: boolean | undefined;
|
|
197
193
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
198
194
|
readonly labels?: {
|
|
199
195
|
[x: string]: string | undefined;
|
|
@@ -220,7 +216,7 @@ export declare const asBridgeModule: {
|
|
|
220
216
|
readonly sign?: boolean | undefined;
|
|
221
217
|
readonly storeQueries?: boolean | undefined;
|
|
222
218
|
readonly timestamp?: boolean | undefined;
|
|
223
|
-
}>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeModule<import("./Params.ts").BridgeParams<import("@
|
|
219
|
+
}>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeModule<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
224
220
|
schema: import("@xyo-network/payload-model").Schema;
|
|
225
221
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
226
222
|
client?: {
|
|
@@ -247,7 +243,6 @@ export declare const asBridgeModule: {
|
|
|
247
243
|
} | undefined;
|
|
248
244
|
readonly allowedQueries?: string[] | undefined;
|
|
249
245
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
250
|
-
readonly certify?: boolean | undefined;
|
|
251
246
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
252
247
|
readonly labels?: {
|
|
253
248
|
[x: string]: string | undefined;
|
|
@@ -277,7 +272,7 @@ export declare const asBridgeModule: {
|
|
|
277
272
|
}>>, import("./EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
278
273
|
};
|
|
279
274
|
export declare const asBridgeInstance: {
|
|
280
|
-
<TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@
|
|
275
|
+
<TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
281
276
|
schema: import("@xyo-network/payload-model").Schema;
|
|
282
277
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
283
278
|
client?: {
|
|
@@ -304,7 +299,6 @@ export declare const asBridgeInstance: {
|
|
|
304
299
|
} | undefined;
|
|
305
300
|
readonly allowedQueries?: string[] | undefined;
|
|
306
301
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
307
|
-
readonly certify?: boolean | undefined;
|
|
308
302
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
309
303
|
readonly labels?: {
|
|
310
304
|
[x: string]: string | undefined;
|
|
@@ -332,7 +326,7 @@ export declare const asBridgeInstance: {
|
|
|
332
326
|
readonly storeQueries?: boolean | undefined;
|
|
333
327
|
readonly timestamp?: boolean | undefined;
|
|
334
328
|
}>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
335
|
-
<TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@
|
|
329
|
+
<TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
336
330
|
schema: import("@xyo-network/payload-model").Schema;
|
|
337
331
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
338
332
|
client?: {
|
|
@@ -359,7 +353,6 @@ export declare const asBridgeInstance: {
|
|
|
359
353
|
} | undefined;
|
|
360
354
|
readonly allowedQueries?: string[] | undefined;
|
|
361
355
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
362
|
-
readonly certify?: boolean | undefined;
|
|
363
356
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
364
357
|
readonly labels?: {
|
|
365
358
|
[x: string]: string | undefined;
|
|
@@ -386,7 +379,7 @@ export declare const asBridgeInstance: {
|
|
|
386
379
|
readonly sign?: boolean | undefined;
|
|
387
380
|
readonly storeQueries?: boolean | undefined;
|
|
388
381
|
readonly timestamp?: boolean | undefined;
|
|
389
|
-
}>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeInstance<import("./Params.ts").BridgeParams<import("@
|
|
382
|
+
}>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeInstance<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
390
383
|
schema: import("@xyo-network/payload-model").Schema;
|
|
391
384
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
392
385
|
client?: {
|
|
@@ -413,7 +406,6 @@ export declare const asBridgeInstance: {
|
|
|
413
406
|
} | undefined;
|
|
414
407
|
readonly allowedQueries?: string[] | undefined;
|
|
415
408
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
416
|
-
readonly certify?: boolean | undefined;
|
|
417
409
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
418
410
|
readonly labels?: {
|
|
419
411
|
[x: string]: string | undefined;
|
|
@@ -442,7 +434,7 @@ export declare const asBridgeInstance: {
|
|
|
442
434
|
readonly timestamp?: boolean | undefined;
|
|
443
435
|
}>>, import("./EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
444
436
|
};
|
|
445
|
-
export declare const withBridgeModule: <R>(mod: any, closure: (mod: BridgeModule<import("./Params.ts").BridgeParams<import("@
|
|
437
|
+
export declare const withBridgeModule: <R>(mod: any, closure: (mod: BridgeModule<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
446
438
|
schema: import("@xyo-network/payload-model").Schema;
|
|
447
439
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
448
440
|
client?: {
|
|
@@ -469,7 +461,6 @@ export declare const withBridgeModule: <R>(mod: any, closure: (mod: BridgeModule
|
|
|
469
461
|
} | undefined;
|
|
470
462
|
readonly allowedQueries?: string[] | undefined;
|
|
471
463
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
472
|
-
readonly certify?: boolean | undefined;
|
|
473
464
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
474
465
|
readonly labels?: {
|
|
475
466
|
[x: string]: string | undefined;
|
|
@@ -497,7 +488,7 @@ export declare const withBridgeModule: <R>(mod: any, closure: (mod: BridgeModule
|
|
|
497
488
|
readonly storeQueries?: boolean | undefined;
|
|
498
489
|
readonly timestamp?: boolean | undefined;
|
|
499
490
|
}>>, import("./EventData.ts").BridgeModuleEventData>) => R) => R | undefined;
|
|
500
|
-
export declare const withBridgeInstance: <R>(mod: any, closure: (mod: BridgeInstance<import("./Params.ts").BridgeParams<import("@
|
|
491
|
+
export declare const withBridgeInstance: <R>(mod: any, closure: (mod: BridgeInstance<import("./Params.ts").BridgeParams<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
501
492
|
schema: import("@xyo-network/payload-model").Schema;
|
|
502
493
|
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
503
494
|
client?: {
|
|
@@ -524,7 +515,6 @@ export declare const withBridgeInstance: <R>(mod: any, closure: (mod: BridgeInst
|
|
|
524
515
|
} | undefined;
|
|
525
516
|
readonly allowedQueries?: string[] | undefined;
|
|
526
517
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
527
|
-
readonly certify?: boolean | undefined;
|
|
528
518
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
529
519
|
readonly labels?: {
|
|
530
520
|
[x: string]: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG/C,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAG5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEATS,iBAC/B,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAEb,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAIlC,gBAAoB;CAEoB,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAVO,iBAC/B,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAEb,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAIlC,gBAAoB;CAGwB,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAuC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-model",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.8",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/hex": "^4.4.
|
|
33
|
-
"@xylabs/object": "^4.4.
|
|
34
|
-
"@xylabs/promise": "^4.4.
|
|
35
|
-
"@xylabs/typeof": "^4.4.
|
|
36
|
-
"@xyo-network/boundwitness-model": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/module-events": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/hex": "^4.4.16",
|
|
33
|
+
"@xylabs/object": "^4.4.16",
|
|
34
|
+
"@xylabs/promise": "^4.4.16",
|
|
35
|
+
"@xylabs/typeof": "^4.4.16",
|
|
36
|
+
"@xyo-network/boundwitness-model": "^3.6.0-rc.8",
|
|
37
|
+
"@xyo-network/module-events": "^3.6.0-rc.8",
|
|
38
|
+
"@xyo-network/module-model": "^3.6.0-rc.8",
|
|
39
|
+
"@xyo-network/payload-model": "^3.6.0-rc.8"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|