@xyo-network/sentinel-wrapper 3.0.7 → 3.0.9

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.
@@ -0,0 +1,77 @@
1
+ import type { AccountInstance } from '@xyo-network/account-model';
2
+ import type { ArchivistInstance } from '@xyo-network/archivist-model';
3
+ import type { ModuleQueryResult } from '@xyo-network/module-model';
4
+ import { ModuleWrapper } from '@xyo-network/module-wrapper';
5
+ import type { Payload } from '@xyo-network/payload-model';
6
+ import type { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
7
+ import type { WitnessInstance } from '@xyo-network/witness-model';
8
+ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
9
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").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/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
15
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[];
16
+ schema: "network.xyo.sentinel.config";
17
+ synchronous?: boolean;
18
+ tasks: import("@xyo-network/sentinel-model").Task[];
19
+ throwErrors?: boolean;
20
+ }, "schema"> & {
21
+ schema: "network.xyo.sentinel.config";
22
+ }, "schema"> & {
23
+ schema: string;
24
+ };
25
+ ephemeralQueryAccountEnabled?: boolean;
26
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").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/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
+ schema: "network.xyo.module.config";
34
+ }, "schema"> & {
35
+ schema: string;
36
+ };
37
+ ephemeralQueryAccountEnabled?: boolean;
38
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
39
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
40
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
41
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
42
+ addToResolvers?: boolean;
43
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
44
+ allowNameResolution?: boolean;
45
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
46
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[];
47
+ schema: "network.xyo.sentinel.config";
48
+ synchronous?: boolean;
49
+ tasks: import("@xyo-network/sentinel-model").Task[];
50
+ throwErrors?: boolean;
51
+ }, "schema"> & {
52
+ schema: "network.xyo.sentinel.config";
53
+ }, "schema"> & {
54
+ schema: string;
55
+ };
56
+ ephemeralQueryAccountEnabled?: boolean;
57
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
58
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
59
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
60
+ addToResolvers?: boolean;
61
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
62
+ allowNameResolution?: boolean;
63
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
64
+ schema: "network.xyo.module.config";
65
+ }, "schema"> & {
66
+ schema: string;
67
+ };
68
+ ephemeralQueryAccountEnabled?: boolean;
69
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
70
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
71
+ static requiredQueries: string[];
72
+ archivists(): Promise<ArchivistInstance[]>;
73
+ report(payloads?: Payload[]): Promise<Payload[]>;
74
+ reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult>;
75
+ witnesses(): Promise<WitnessInstance[]>;
76
+ }
77
+ //# sourceMappingURL=Wrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAClE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,cAAc,EAEf,MAAM,6BAA6B,CAAA;AAMpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAGjE,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC9C,OAAgB,qBAAqB;yBAlBwB,4BAC5D;;mCAGD,4BACU;;uBAGM,4BAEd,wBACJ,4BAA2B,8BACP,2BAA2B,iCAElC,2BACF,8BAA8B,4BAA4B,wBACtD,4BACL,8BAA8B,2BACxB,iCAAiC,2BAClC;uBACb,CAAC;;uBAEgC,CAAC;;uBAIhB,CAAC;;;;;;;8CAKa,2BAA2B;;yBAK3D,4BAA0B;;mCAII,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEAtBpmB;IAC1D,OAAgB,mBAAmB;yBAqB64B,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;uBAA4C,CAAC;;uBAA2H,CAAC;;uBAAyE,CAAC;;;;;;;8CAAyN,2BAA2B;;yBAAmM,4BAA4B;;mCAA2F,4BAA4B;;uBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B;;;;;;8CAA2M,2BAA2B;uEArBj6F;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAKhD,WAAW,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAK9F,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -1,83 +1,2 @@
1
- import * as _xyo_network_sentinel_model from '@xyo-network/sentinel-model';
2
- import { SentinelModule, SentinelInstance } from '@xyo-network/sentinel-model';
3
- import * as _xyo_network_module_model from '@xyo-network/module-model';
4
- import { ModuleQueryResult } from '@xyo-network/module-model';
5
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
6
- import { Payload } from '@xyo-network/payload-model';
7
- import * as _xylabs_object from '@xylabs/object';
8
- import { AccountInstance } from '@xyo-network/account-model';
9
- import { ArchivistInstance } from '@xyo-network/archivist-model';
10
- import { ModuleWrapper } from '@xyo-network/module-wrapper';
11
- import { WitnessInstance } from '@xyo-network/witness-model';
12
-
13
- declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
14
- static instanceIdentityCheck: _xylabs_object.TypeCheck<SentinelInstance<_xylabs_object.BaseParamsFields & {
15
- account?: AccountInstance | "random";
16
- addToResolvers?: boolean;
17
- additionalSigners?: AccountInstance[];
18
- allowNameResolution?: boolean;
19
- config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
20
- automations?: _xyo_network_sentinel_model.SentinelAutomationPayload[];
21
- schema: "network.xyo.sentinel.config";
22
- synchronous?: boolean;
23
- tasks: _xyo_network_sentinel_model.Task[];
24
- throwErrors?: boolean;
25
- }, "schema"> & {
26
- schema: "network.xyo.sentinel.config";
27
- }, "schema"> & {
28
- schema: string;
29
- };
30
- ephemeralQueryAccountEnabled?: boolean;
31
- moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
32
- }, _xyo_network_sentinel_model.SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
33
- account?: AccountInstance | "random";
34
- addToResolvers?: boolean;
35
- additionalSigners?: AccountInstance[];
36
- allowNameResolution?: boolean;
37
- config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & {
38
- schema: "network.xyo.module.config";
39
- }, "schema"> & {
40
- schema: string;
41
- };
42
- ephemeralQueryAccountEnabled?: boolean;
43
- moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
44
- }, _xyo_network_module_model.ModuleEventData<object>>>>>;
45
- static moduleIdentityCheck: _xyo_network_module_model.ModuleTypeCheck<SentinelModule<_xylabs_object.BaseParamsFields & {
46
- account?: AccountInstance | "random";
47
- addToResolvers?: boolean;
48
- additionalSigners?: AccountInstance[];
49
- allowNameResolution?: boolean;
50
- config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
51
- automations?: _xyo_network_sentinel_model.SentinelAutomationPayload[];
52
- schema: "network.xyo.sentinel.config";
53
- synchronous?: boolean;
54
- tasks: _xyo_network_sentinel_model.Task[];
55
- throwErrors?: boolean;
56
- }, "schema"> & {
57
- schema: "network.xyo.sentinel.config";
58
- }, "schema"> & {
59
- schema: string;
60
- };
61
- ephemeralQueryAccountEnabled?: boolean;
62
- moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
63
- }, _xyo_network_sentinel_model.SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
64
- account?: AccountInstance | "random";
65
- addToResolvers?: boolean;
66
- additionalSigners?: AccountInstance[];
67
- allowNameResolution?: boolean;
68
- config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & {
69
- schema: "network.xyo.module.config";
70
- }, "schema"> & {
71
- schema: string;
72
- };
73
- ephemeralQueryAccountEnabled?: boolean;
74
- moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
75
- }, _xyo_network_module_model.ModuleEventData<object>>>>>;
76
- static requiredQueries: string[];
77
- archivists(): Promise<ArchivistInstance[]>;
78
- report(payloads?: Payload[]): Promise<Payload[]>;
79
- reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult>;
80
- witnesses(): Promise<WitnessInstance[]>;
81
- }
82
-
83
- export { SentinelWrapper };
1
+ export * from './Wrapper.ts';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Wrapper.ts"],"sourcesContent":["import type { AccountInstance } from '@xyo-network/account-model'\nimport type { ArchivistInstance } from '@xyo-network/archivist-model'\nimport type { ModuleQueryResult } from '@xyo-network/module-model'\nimport { constructableModuleWrapper, ModuleWrapper } from '@xyo-network/module-wrapper'\nimport type { Payload } from '@xyo-network/payload-model'\nimport type {\n SentinelInstance,\n SentinelModule,\n SentinelReportQuery } from '@xyo-network/sentinel-model'\nimport {\n isSentinelInstance,\n isSentinelModule,\n SentinelReportQuerySchema,\n} from '@xyo-network/sentinel-model'\nimport type { WitnessInstance } from '@xyo-network/witness-model'\n\nconstructableModuleWrapper()\nexport class SentinelWrapper<TModule extends SentinelModule = SentinelModule>\n extends ModuleWrapper<TModule>\n implements SentinelInstance<TModule['params']> {\n static override instanceIdentityCheck = isSentinelInstance\n static override moduleIdentityCheck = isSentinelModule\n static override requiredQueries = [SentinelReportQuerySchema, ...super.requiredQueries]\n\n archivists(): Promise<ArchivistInstance[]> {\n throw new Error('Not supported')\n }\n\n async report(payloads?: Payload[]): Promise<Payload[]> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQuery(queryPayload, payloads)\n }\n\n async reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQueryRaw(queryPayload, payloads, account)\n }\n\n witnesses(): Promise<WitnessInstance[]> {\n throw new Error('Not supported')\n }\n}\n"],"mappings":";;;;AAGA,SAASA,4BAA4BC,qBAAqB;AAM1D,SACEC,oBACAC,kBACAC,iCACK;AAGPC,2BAAAA;AACO,IAAMC,kBAAN,cACGC,cAAAA;EAfV,OAeUA;;;EAER,OAAgBC,wBAAwBC;EACxC,OAAgBC,sBAAsBC;EACtC,OAAgBC,kBAAkB;IAACC;OAA8B,MAAMD;;EAEvEE,aAA2C;AACzC,UAAM,IAAIC,MAAM,eAAA;EAClB;EAEA,MAAMC,OAAOC,UAA0C;AACrD,UAAMC,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,WAAO,MAAM,KAAKO,UAAUF,cAAcD,QAAAA;EAC5C;EAEA,MAAMI,YAAYJ,UAAsBK,SAAuD;AAC7F,UAAMJ,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,WAAO,MAAM,KAAKU,aAAaL,cAAcD,UAAUK,OAAAA;EACzD;EAEAE,YAAwC;AACtC,UAAM,IAAIT,MAAM,eAAA;EAClB;AACF;","names":["constructableModuleWrapper","ModuleWrapper","isSentinelInstance","isSentinelModule","SentinelReportQuerySchema","constructableModuleWrapper","SentinelWrapper","ModuleWrapper","instanceIdentityCheck","isSentinelInstance","moduleIdentityCheck","isSentinelModule","requiredQueries","SentinelReportQuerySchema","archivists","Error","report","payloads","queryPayload","schema","sendQuery","reportQuery","account","sendQueryRaw","witnesses"]}
1
+ {"version":3,"sources":["../../src/Wrapper.ts"],"sourcesContent":["import type { AccountInstance } from '@xyo-network/account-model'\nimport type { ArchivistInstance } from '@xyo-network/archivist-model'\nimport type { ModuleQueryResult } from '@xyo-network/module-model'\nimport { constructableModuleWrapper, ModuleWrapper } from '@xyo-network/module-wrapper'\nimport type { Payload } from '@xyo-network/payload-model'\nimport type {\n SentinelInstance,\n SentinelModule,\n SentinelReportQuery,\n} from '@xyo-network/sentinel-model'\nimport {\n isSentinelInstance,\n isSentinelModule,\n SentinelReportQuerySchema,\n} from '@xyo-network/sentinel-model'\nimport type { WitnessInstance } from '@xyo-network/witness-model'\n\nconstructableModuleWrapper()\nexport class SentinelWrapper<TModule extends SentinelModule = SentinelModule>\n extends ModuleWrapper<TModule>\n implements SentinelInstance<TModule['params']> {\n static override instanceIdentityCheck = isSentinelInstance\n static override moduleIdentityCheck = isSentinelModule\n static override requiredQueries = [SentinelReportQuerySchema, ...super.requiredQueries]\n\n archivists(): Promise<ArchivistInstance[]> {\n throw new Error('Not supported')\n }\n\n async report(payloads?: Payload[]): Promise<Payload[]> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQuery(queryPayload, payloads)\n }\n\n async reportQuery(payloads?: Payload[], account?: AccountInstance): Promise<ModuleQueryResult> {\n const queryPayload: SentinelReportQuery = { schema: SentinelReportQuerySchema }\n return await this.sendQueryRaw(queryPayload, payloads, account)\n }\n\n witnesses(): Promise<WitnessInstance[]> {\n throw new Error('Not supported')\n }\n}\n"],"mappings":";;;;AAGA,SAASA,4BAA4BC,qBAAqB;AAO1D,SACEC,oBACAC,kBACAC,iCACK;AAGPC,2BAAAA;AACO,IAAMC,kBAAN,cACGC,cAAAA;EAhBV,OAgBUA;;;EAER,OAAgBC,wBAAwBC;EACxC,OAAgBC,sBAAsBC;EACtC,OAAgBC,kBAAkB;IAACC;OAA8B,MAAMD;;EAEvEE,aAA2C;AACzC,UAAM,IAAIC,MAAM,eAAA;EAClB;EAEA,MAAMC,OAAOC,UAA0C;AACrD,UAAMC,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,WAAO,MAAM,KAAKO,UAAUF,cAAcD,QAAAA;EAC5C;EAEA,MAAMI,YAAYJ,UAAsBK,SAAuD;AAC7F,UAAMJ,eAAoC;MAAEC,QAAQN;IAA0B;AAC9E,WAAO,MAAM,KAAKU,aAAaL,cAAcD,UAAUK,OAAAA;EACzD;EAEAE,YAAwC;AACtC,UAAM,IAAIT,MAAM,eAAA;EAClB;AACF;","names":["constructableModuleWrapper","ModuleWrapper","isSentinelInstance","isSentinelModule","SentinelReportQuerySchema","constructableModuleWrapper","SentinelWrapper","ModuleWrapper","instanceIdentityCheck","isSentinelInstance","moduleIdentityCheck","isSentinelModule","requiredQueries","SentinelReportQuerySchema","archivists","Error","report","payloads","queryPayload","schema","sendQuery","reportQuery","account","sendQueryRaw","witnesses"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel-wrapper",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,27 +29,27 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/account-model": "^3.0.7",
33
- "@xyo-network/archivist-model": "^3.0.7",
34
- "@xyo-network/module-model": "^3.0.7",
35
- "@xyo-network/module-wrapper": "^3.0.7",
36
- "@xyo-network/payload-model": "^3.0.7",
37
- "@xyo-network/sentinel-model": "^3.0.7",
38
- "@xyo-network/witness-model": "^3.0.7"
32
+ "@xyo-network/account-model": "^3.0.9",
33
+ "@xyo-network/archivist-model": "^3.0.9",
34
+ "@xyo-network/module-model": "^3.0.9",
35
+ "@xyo-network/module-wrapper": "^3.0.9",
36
+ "@xyo-network/payload-model": "^3.0.9",
37
+ "@xyo-network/sentinel-model": "^3.0.9",
38
+ "@xyo-network/witness-model": "^3.0.9"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/delay": "^4.0.2",
42
- "@xylabs/ts-scripts-yarn3": "^4.0.0",
43
- "@xylabs/tsconfig": "^4.0.0",
44
- "@xyo-network/abstract-witness": "^3.0.7",
45
- "@xyo-network/account": "^3.0.7",
46
- "@xyo-network/archivist-memory": "^3.0.7",
47
- "@xyo-network/boundwitness-model": "^3.0.7",
48
- "@xyo-network/module-model": "^3.0.7",
49
- "@xyo-network/node-memory": "^3.0.7",
50
- "@xyo-network/payload-builder": "^3.0.7",
51
- "@xyo-network/sentinel-memory": "^3.0.7",
52
- "@xyo-network/witness-adhoc": "^3.0.7",
41
+ "@xylabs/delay": "^4.0.3",
42
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
43
+ "@xylabs/tsconfig": "^4.0.7",
44
+ "@xyo-network/abstract-witness": "^3.0.9",
45
+ "@xyo-network/account": "^3.0.9",
46
+ "@xyo-network/archivist-memory": "^3.0.9",
47
+ "@xyo-network/boundwitness-model": "^3.0.9",
48
+ "@xyo-network/module-model": "^3.0.9",
49
+ "@xyo-network/node-memory": "^3.0.9",
50
+ "@xyo-network/payload-builder": "^3.0.9",
51
+ "@xyo-network/sentinel-memory": "^3.0.9",
52
+ "@xyo-network/witness-adhoc": "^3.0.9",
53
53
  "typescript": "^5.5.4"
54
54
  },
55
55
  "publishConfig": {
package/src/Wrapper.ts CHANGED
@@ -6,7 +6,8 @@ import type { Payload } from '@xyo-network/payload-model'
6
6
  import type {
7
7
  SentinelInstance,
8
8
  SentinelModule,
9
- SentinelReportQuery } from '@xyo-network/sentinel-model'
9
+ SentinelReportQuery,
10
+ } from '@xyo-network/sentinel-model'
10
11
  import {
11
12
  isSentinelInstance,
12
13
  isSentinelModule,
package/xy.config.ts CHANGED
@@ -2,9 +2,7 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},
5
- neutral: {
6
- src: true,
7
- },
5
+ neutral: { src: true },
8
6
  node: {},
9
7
  },
10
8
  }